Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 21, 2020 06:24
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/ef1ee0a3954cc2ffecbb1d6a3a7eaa91 to your computer and use it in GitHub Desktop.
Save r-ryantm/ef1ee0a3954cc2ffecbb1d6a3a7eaa91 to your computer and use it in GitHub Desktop.
/nix/store/c9qv6bq3dscz0gqqnpk9vvdiqfizhaxg-fahcontrol-7.6.13
├── bin
│   └── FAHControl
├── lib
│   └── python2.7
│   └── dist-packages
│   ├── fah
│   │   ├── ClientConfig.py
│   │   ├── Client.py
│   │   ├── Connection.py
│   │   ├── db
│   │   │   ├── Column.py
│   │   │   ├── Database.py
│   │   │   ├── __init__.py
│   │   │   └── Table.py
│   │   ├── FAHControl_glade.py
│   │   ├── FAHControl.py
│   │   ├── Icon.py
│   │   ├── __init__.py
│   │   ├── SlotConfig.py
│   │   ├── util
│   │   │   ├── EntryValidator.py
│   │   │   ├── __init__.py
│   │   │   ├── OrderedDict.py
│   │   │   ├── PasswordValidator.py
│   │   │   └── SingleApp.py
│   │   ├── Version.py
│   │   ├── WidgetMap.py
│   │   └── wraplabel.py
│   └── FAHControl-0.0.0.egg-info
│   ├── dependency_links.txt
│   ├── PKG-INFO
│   ├── requires.txt
│   └── top_level.txt
└── share
├── applications
│   └── FAHControl.desktop
├── doc
│   └── fahcontrol
│   └── changelog.Debian.gz
└── pixmaps
└── FAHControl.png
13 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment