Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 7, 2020 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/8943a19aa1905f8b469cf95c6065b92b to your computer and use it in GitHub Desktop.
Save r-ryantm/8943a19aa1905f8b469cf95c6065b92b to your computer and use it in GitHub Desktop.
/nix/store/92f6sh66pwf261zgxv3ps43pm5g679cz-yacreader-9.7.0
├── bin
│   ├── YACReader
│   ├── YACReaderLibrary
│   └── YACReaderLibraryServer
├── lib
│   └── systemd
│   └── user
│   └── yacreaderlibraryserver.service
├── nix-support
│   └── propagated-build-inputs
└── share
├── applications
│   ├── YACReader.desktop
│   └── YACReaderLibrary.desktop
├── doc
│   └── yacreader
│   └── CHANGELOG.md
├── icons
│   └── hicolor
│   └── scalable
│   └── apps
│   ├── YACReaderLibrary.svg
│   └── YACReader.svg
├── man
│   └── man1
│   ├── YACReader.1.gz
│   └── YACReaderLibrary.1.gz
└── yacreader
├── languages
│   ├── yacreader_de.qm
│   ├── yacreader_es.qm
│   ├── yacreader_fr.qm
│   ├── yacreaderlibrary_de.qm
│   ├── yacreaderlibrary_es.qm
│   ├── yacreaderlibrary_fr.qm
│   ├── yacreaderlibrary_nl.qm
│   ├── yacreaderlibrary_pt.qm
│   ├── yacreaderlibrary_ru.qm
│   ├── yacreaderlibrary_tr.qm
│   ├── yacreader_nl.qm
│   ├── yacreader_pt.qm
│   ├── yacreader_ru.qm
│   └── yacreader_tr.qm
└── server
├── docroot
│   ├── css
│   │   ├── reset.css
│   │   ├── styles_ipad.css
│   │   └── styles_iphone.css
│   ├── images
│   │   ├── browse@2x.png
│   │   ├── browse.png
│   │   ├── combo@2x.png
│   │   ├── combo.png
│   │   ├── download@2x.png
│   │   ├── download.png
│   │   ├── f@2x.png
│   │   ├── f.png
│   │   ├── imported@2x.png
│   │   ├── imported.png
│   │   ├── indicator@2x.png
│   │   ├── indicator.png
│   │   ├── library@2x.png
│   │   ├── library.png
│   │   ├── next@2x.png
│   │   ├── next.png
│   │   ├── prev@2x.png
│   │   ├── prev.png
│   │   ├── read@2x.png
│   │   ├── readingMark@2x.png
│   │   ├── readingMark.png
│   │   ├── readMark@2x.png
│   │   ├── readMark.png
│   │   ├── read.png
│   │   ├── up@2x.png
│   │   └── up.png
│   └── login.html
└── templates
├── folder.tpl
└── libraries.tpl
22 directories, 58 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment