| File                                                            | Description                                                               |
|-----------------------------------------------------------------+---------------------------------------------------------------------------|
| bin                                                             | Stores the main script                                                    |
| share                                                           | Stores auxillary files                                                    |
| share/genshiken                                                 | Stores bash scripts                                                       |
| share/genshiken/functions                                       | Bash functions                                                            |
| share/icons                                                     | Stores Genshiken icons                                                    |
| share/icons/hicolor                                             | Directory for hicolor icons                                               |
| share/icons/hicolor/128x128                                     | Size 128x128 directory                                                    |
| share/icons/hicolor/128x128/apps                                | Stores icons that are 128x128 pixels                                      |
| share/icons/hicolor/512x512                                     | Size 512x512 directory                                                    |
| share/icons/hicolor/512x512/apps                                | Stores icons that are 512x512 pixels                                      |
| share/man                                                       | Stores man pages                                                          |
| share/man/man1                                                  | Section 1 man pages                                                       |
| share/applications                                              | Stores applications                                                       |
| share/doc                                                       | Stores documentation                                                      |
| share/doc/genshiken                                             | Genshiken documents                                                       |
| AUTHORS                                                         | Lists Authors and Contributors                                            |
| bin/genshiken                                                   | The main script                                                           |
| ChangeLog                                                       | Indicates Changes to Genshiken                                            |
| COPYING                                                         | The License for the Software                                              |
| COPYING.manual                                                  | The License for the Manuals                                               |
| edevel.el                                                       | Elisp file for automating repetitive shell commands                       |
| genshiken.bash-completion                                       | Aids with command-line completion                                         |
| HACKING                                                         | HOWTO for hacking Genshiken                                               |
| Makefile                                                        | Generic build/install script                                              |
| MANIFEST                                                        | This File                                                                 |
| manual.org                                                      | The corresponding source code for Genshiken's manual                      |
| NEWS                                                            | Compilation of Genshiken's news feed                                      |
| news-maker.sh                                                   | Creates the NEWS file                                                     |
| readme                                                          | The first file you should read                                            |
| share/applications/genshiken-anime.desktop                      | Desktop file for executing Genshiken                                      |
| share/applications/genshiken-manual.desktop                     | Desktop file for Genshiken's man page                                     |
| share/doc/genshiken/AUTHORS                                     | Copy of AUTHORS                                                           |
| share/doc/genshiken/ChangeLog                                   | Copy of ChangeLog                                                         |
| share/doc/genshiken/COPYING                                     | Copy of COPYING                                                           |
| share/doc/genshiken/COPYING.manual                              | Copy of COPYING.manual                                                    |
| share/doc/genshiken/HACKING                                     | HOWTO for hacking Genshiken                                               |
| share/doc/genshiken/manifest-desc.txt                           | Contains a description of each file in Genshiken                          |
| share/doc/genshiken/manual.org                                  | Copy of manual.org                                                        |
| share/doc/genshiken/NEWS                                        | Copy of NEWS                                                              |
| share/doc/genshiken/readme.info                                 | Copy of readme for the info reader                                        |
| share/doc/genshiken/readme.org                                  | The corresponding source of all readme files                              |
| share/doc/genshiken/readme.texi                                 | Copy of readme written in texinfo                                         |
| share/doc/genshiken/TODO                                        | Copy of TODO                                                              |
| share/genshiken/functions/func0-cleanup.sh                      | Removes temporary files after execution                                   |
| share/genshiken/functions/func1-early-termination.sh            | Saves a session when sent the kill signal                                 |
| share/genshiken/functions/func2-restore-monitor.sh              | Resets Computer Monitor to default state                                  |
| share/genshiken/functions/gfunc0-legal-disclaimer.sh            | Spits out a Legal Disclaimer                                              |
| share/genshiken/functions/gfunc1-hdmi-setup.sh                  | Sets up the HDMI Monitor with `xrandr'                                    |
| share/genshiken/functions/gfunc2-download-file.sh               | Downloads or Plays a file                                                 |
| share/genshiken/functions/gfunc3-stream-failed.sh               | Informs the user if a stream failed                                       |
| share/genshiken/functions/gfunc4-update-previous-sessions.sh    | Updates session files when online series list changes                     |
| share/genshiken/functions/gfunc5-restore-previous-session.sh    | Restores a selected session file                                          |
| share/genshiken/functions/gfunc7-extract-series-list.sh         | Extracts an alphabetical list of shows                                    |
| share/genshiken/functions/gfunc80000-anime-selection.sh         | Interactive script for selecting, downloading/streaming a show            |
| share/genshiken/functions/gfunc81000-series-prompt.sh           | Prompt the user to choose a series from A to Z                            |
| share/genshiken/functions/gfunc81100-view-series-list.sh        | Provide a list of shows from A to Z                                       |
| share/genshiken/functions/gfunc82000-anime-prompt.sh            | Prompt the user on which specific show they want to select                |
| share/genshiken/functions/gfunc82100-selection-io.sh            | Interactive script providing input/output for file `50' and `52'          |
| share/genshiken/functions/gfunc82110-view-anime-list.sh         | Provide a list of shows for the selected series                           |
| share/genshiken/functions/gfunc83000-download-anime.sh          | Download or Stream the selected series                                    |
| share/genshiken/functions/gfunc83100-extract-files.sh           | Generic script for extracting files on a website                          |
| share/genshiken/functions/gfunc83110-interrupted-downloads.sh   | Allows for the continuation of interrupted downloads                      |
| share/genshiken/functions/gfunc83111-size-analysis.sh           | Determines how large a file is in Megabytes                               |
| share/genshiken/functions/gfunc83120-extract-information.sh     | Echoes information on Website videos players, and video URLs              |
| share/genshiken/functions/gfunc83130-whats-missing.sh           | Reports what files can't be extracted, and writes to `missing-files.log'  |
| share/genshiken/functions/gfunc83140-retrieve-video-link.sh     | Determines the actual video URL of a video file                           |
| share/genshiken/functions/gfunc83150-next-episode.sh            | Generic script for downloading/streaming an episode in a `For loop'       |
| share/genshiken/functions/vfunc1-watch-anime.sh                 | Generic script for playing all video files of a downloaded series         |
| share/genshiken/functions/vfunc2-bumper-clip.sh                 | Download and play a bumper clip                                           |
| share/genshiken/functions/vfunc3-view-anime.sh                  | Generic script for viewing all manga/book files of a downloaded series    |
| share/genshiken/genshiken-main.sh                               | The main procedure, containing necessary procedures for running genshiken |
| share/icons/hicolor/128x128/apps/sos-gear.png                   | An icon of a Blue gear with the SOS Brigade's insignia on it              |
| share/icons/hicolor/128x128/apps/sos-gear.svg                   | An icon of a Blue gear with the SOS Brigade's insignia on it              |
| share/icons/hicolor/128x128/apps/using-genshiken.svg            | An icon of Fenice using the command-line                                  |
| share/icons/hicolor/512x512/apps/using-genshiken-big.png        | A larger version of file `66'                                             |
| share/icons/hicolor/512x512/apps/using-genshiken-big.svg        | A larger version of file `66'                                             |
| share/man/man1/genshiken.1                                      | Genshiken's man page                                                      |
| TODO                                                            | A checklist of things to be done for Genshiken                            |
| what-is-fs-new.pdf                                              | A Free Software flyer that you should read                                |
