Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 21, 2019 05:54
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 ryantm/e7c7a968c5fc58292e51062cc0b00ae1 to your computer and use it in GitHub Desktop.
Save ryantm/e7c7a968c5fc58292e51062cc0b00ae1 to your computer and use it in GitHub Desktop.
/nix/store/aa83ndkl7r5w2gan8ghp48g7461p38sh-wpgtk-6.0.9
├── bin
│   ├── wpg
│   └── wpg-install.sh
├── etc
│   └── wpgtk
│   └── wpg.conf
├── lib
│   └── python3.7
│   └── site-packages
│   ├── wpgtk
│   │   ├── data
│   │   │   ├── color.py
│   │   │   ├── config.py
│   │   │   ├── files.py
│   │   │   ├── __init__.py
│   │   │   ├── keywords.py
│   │   │   ├── __pycache__
│   │   │   │   ├── color.cpython-37.pyc
│   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   ├── files.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── keywords.cpython-37.pyc
│   │   │   │   ├── reload.cpython-37.pyc
│   │   │   │   ├── sample.cpython-37.pyc
│   │   │   │   ├── themer.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   ├── reload.py
│   │   │   ├── sample.py
│   │   │   ├── themer.py
│   │   │   └── util.py
│   │   ├── gui
│   │   │   ├── color_grid.py
│   │   │   ├── color_picker.py
│   │   │   ├── __init__.py
│   │   │   ├── keyword_grid.py
│   │   │   ├── option_grid.py
│   │   │   ├── __pycache__
│   │   │   │   ├── color_grid.cpython-37.pyc
│   │   │   │   ├── color_picker.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── keyword_grid.cpython-37.pyc
│   │   │   │   ├── option_grid.cpython-37.pyc
│   │   │   │   ├── template_grid.cpython-37.pyc
│   │   │   │   └── theme_picker.cpython-37.pyc
│   │   │   ├── template_grid.py
│   │   │   └── theme_picker.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── misc
│   │   │   ├── wpg.conf
│   │   │   ├── wpg-install.sh
│   │   │   └── wpgtk.desktop
│   │   └── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   └── __main__.cpython-37.pyc
│   └── wpgtk-6.0.9.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
├── bash-completion
│   └── completions
│   └── wpg
└── zsh
└── site-functions
└── _wpg
20 directories, 52 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment