Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 13, 2020 09:52
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/eace568f0bc42d5ea19a9fb340485368 to your computer and use it in GitHub Desktop.
Save r-ryantm/eace568f0bc42d5ea19a9fb340485368 to your computer and use it in GitHub Desktop.
/nix/store/gj3gh4gdyib8i0d9jmf3h8mall34an60-fahcontrol-7.6.21
├── 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
│   │   │   ├── PYONDecoder.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, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment