Skip to content

Directory Structure

odinlake edited this page Sep 27, 2025 · 3 revisions

Within the repository you'll find the following directories for organizing theme (.th.txt), story (.st.txt), and collection (.st.txt) files. You'll find something along these lines:

notes
├── collections
│   └── scifi-collections.st.txt
├── stories
│   ├── film
|   |   ├── film-akira-kurosawa.st.txt
|   |   ├── film-bfi-top100.st.txt
|   |   ├── film-federicofellini.st.txt
|   |   ├── film-ingmar-bergman.st.txt
|   |   ├── film-miscellaneous.st.txt
|   |   ├── film-rottentomatoes-top100.st.txt
|   |   ├── film-scifi-1920s.st.txt
|   |   ├── film-scifi-1930s.st.txt
|   |   ├── film-scifi-1940s.st.txt
|   |   ├── film-scifi-1950s.st.txt
|   |   ├── film-scifi-1960s.st.txt
|   |   ├── film-scifi-1970s.st.txt
|   |   ├── film-scifi-1980s.st.txt
|   |   ├── film-scifi-1990s.st.txt
|   |   ├── film-scifi-2000s.st.txt
|   |   ├── film-scifi-2010s.st.txt
|   |   ├── film-scifi-2020s.st.txt
|   |   ├── film-scifi-before-1920.st.txt
|   |   └── film-timeout-top100.st.txt
│   ├── literature
|   |   ├── novel-apuleius.st.txt
|   |   ├── novel-various.st.txt
|   |   ├── opera-various.st.txt
|   |   ├── play-georgebernardshaw.st.txt
|   |   ├── play-henrikibsen.st.txt
|   |   ├── play-shakespeare.st.txt
|   |   ├── shortstory-amazingstories.st.txt
|   |   ├── shortstory-various.st.txt
|   |   ├── writing-aesop.st.txt
|   |   ├── writing-boccaccio.st.txt
|   |   ├── writing-classicalantiquity.st.txt
|   |   └── writing-various.st.txt
│   ├── television
|   |   ├── tv-babylon5.st.txt
|   |   ├── tv-blackmirror.st.txt
|   |   ├── tv-disenchantment.st.txt
|   |   ├── tv-electricdreams.st.txt
|   |   ├── tv-futurama.st.txt
|   |   ├── tv-gameofthrones.st.txt
|   |   ├── tv-hitchcockpresents.st.txt
|   |   ├── tv-iclaudius.st.txt
|   |   ├── tv-night-gallery.st.txt
|   |   ├── tv-reddwarf1988.st.txt
|   |   ├── tv-sherlock.st.txt
|   |   ├── tv-startrek-discovery.st.txt
|   |   ├── tv-startrek-ds9.st.txt
|   |   ├── tv-startrek-enterprise.st.txt
|   |   ├── tv-startrek-tas.st.txt
|   |   ├── tv-startrek-tng.st.txt
|   |   ├── tv-startrek-tos.st.txt
|   |   ├── tv-startrek-voyager.st.txt
|   |   ├── tv-talesoftheunexpected.st.txt
|   |   ├── tv-theamericanshortstory.st.txt
|   |   ├── tv-twilightzone1959.st.txt
|   |   ├── tv-twilightzone1985.st.txt
|   |   ├── tv-twilightzone2002.st.txt
|   |   └── tv-twilightzone2019.st.txt
│   └── videogame
|       └── videogame-final-fantasy.st.txt
└── themes
    ├── _deprecated.txt
    ├── primary.th.txt
    ├── proposed.th.txt
    └── timeperiod.th.txt

Clone this wiki locally