| File                                                            | Description                                                               |
n|-----------------------------------------------------------------+---------------------------------------------------------------------------|
| bin                                                             | Stores the main script                                                    |
| etc                                                             | Stores configuration files                                                |
| etc/bash_completion.d                                           | Stores auxillary files for tab completion on the command-line             |
| 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                       |
| etc/bash_completion.d/genshiken.bash-completion                 | Genshiken's tab completion facility                                       |
| HACKING                                                         | HOWTO for hacking Genshiken                                               |
| Makefile                                                        | Generic build/install script                                              |
| MANIFEST                                                        | This File                                                                 |
| NEWS                                                            | Compilation of Genshiken's news feed                                      |
| news-maker.sh                                                   | Creates the NEWS file                                                     |
| readme.info                                                     | 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                                  | The corresponding source code for Genshiken's manual                      |
| share/doc/genshiken/NEWS                                        | Copy of NEWS                                                              |
| share/doc/genshiken/readme.txt                                  | Copy of readme encoded as ASCII                                           |
| share/doc/genshiken/readme.org                                  | The corresponding source of all readme files                              |
| share/doc/genshiken/readme.texi                                 | Source code for the `readme.info' file                                    |
| 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 `55' and `57'          |
| 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-manga.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 `72'                                             |
| share/icons/hicolor/512x512/apps/using-genshiken-big.svg        | A larger version of file `72'                                             |
| 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                                |
