Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 30, 2018 23:33
Show Gist options
  • Save ryantm/507c9c542414dc20262767a01f4ba0d9 to your computer and use it in GitHub Desktop.
Save ryantm/507c9c542414dc20262767a01f4ba0d9 to your computer and use it in GitHub Desktop.
/nix/store/p6q5wvny65jwxx2v1gq6gwbnrv587a1n-guake-3.2.1
├── bin
│   └── guake
├── lib
│   └── python3.6
│   └── site-packages
│   ├── guake
│   │   ├── about.py
│   │   ├── common.py
│   │   ├── dbusiface.py
│   │   ├── globals.py
│   │   ├── gsettings.py
│   │   ├── guake_app.py
│   │   ├── guake_logging.py
│   │   ├── guake_notebook.py
│   │   ├── __init__.py
│   │   ├── keybindings.py
│   │   ├── main.py
│   │   ├── notifier.py
│   │   ├── palettes.py
│   │   ├── paths.py
│   │   ├── prefs.py
│   │   ├── __pycache__
│   │   │   ├── about.cpython-36.opt-1.pyc
│   │   │   ├── about.cpython-36.pyc
│   │   │   ├── common.cpython-36.opt-1.pyc
│   │   │   ├── common.cpython-36.pyc
│   │   │   ├── dbusiface.cpython-36.opt-1.pyc
│   │   │   ├── dbusiface.cpython-36.pyc
│   │   │   ├── globals.cpython-36.opt-1.pyc
│   │   │   ├── globals.cpython-36.pyc
│   │   │   ├── gsettings.cpython-36.opt-1.pyc
│   │   │   ├── gsettings.cpython-36.pyc
│   │   │   ├── guake_app.cpython-36.opt-1.pyc
│   │   │   ├── guake_app.cpython-36.pyc
│   │   │   ├── guake_logging.cpython-36.opt-1.pyc
│   │   │   ├── guake_logging.cpython-36.pyc
│   │   │   ├── guake_notebook.cpython-36.opt-1.pyc
│   │   │   ├── guake_notebook.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.opt-1.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── keybindings.cpython-36.opt-1.pyc
│   │   │   ├── keybindings.cpython-36.pyc
│   │   │   ├── main.cpython-36.opt-1.pyc
│   │   │   ├── main.cpython-36.pyc
│   │   │   ├── notifier.cpython-36.opt-1.pyc
│   │   │   ├── notifier.cpython-36.pyc
│   │   │   ├── palettes.cpython-36.opt-1.pyc
│   │   │   ├── palettes.cpython-36.pyc
│   │   │   ├── paths.cpython-36.opt-1.pyc
│   │   │   ├── paths.cpython-36.pyc
│   │   │   ├── prefs.cpython-36.opt-1.pyc
│   │   │   ├── prefs.cpython-36.pyc
│   │   │   ├── settings.cpython-36.opt-1.pyc
│   │   │   ├── settings.cpython-36.pyc
│   │   │   ├── simplegladeapp.cpython-36.opt-1.pyc
│   │   │   ├── simplegladeapp.cpython-36.pyc
│   │   │   ├── terminal.cpython-36.opt-1.pyc
│   │   │   ├── terminal.cpython-36.pyc
│   │   │   ├── theme.cpython-36.opt-1.pyc
│   │   │   ├── theme.cpython-36.pyc
│   │   │   ├── utils.cpython-36.opt-1.pyc
│   │   │   └── utils.cpython-36.pyc
│   │   ├── settings.py
│   │   ├── simplegladeapp.py
│   │   ├── terminal.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.opt-1.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── test_guake.cpython-36.opt-1.pyc
│   │   │   │   ├── test_guake.cpython-36.pyc
│   │   │   │   ├── test_quick_open.cpython-36.opt-1.pyc
│   │   │   │   └── test_quick_open.cpython-36.pyc
│   │   │   ├── test_guake.py
│   │   │   └── test_quick_open.py
│   │   ├── theme.py
│   │   └── utils.py
│   └── Guake-3.2.1-py3.6.egg-info
│   ├── dependency_links.txt
│   ├── entry_points.txt
│   ├── not-zip-safe
│   ├── PKG-INFO
│   ├── requires.txt
│   ├── SOURCES.txt
│   └── top_level.txt
├── nix-support
│   └── propagated-build-inputs
└── share
├── applications
│   ├── guake.desktop
│   └── guake-prefs.desktop
├── gsettings-schemas
│   └── guake-3.2.1
│   └── glib-2.0
│   └── schemas
│   ├── gschemas.compiled
│   └── org.guake.gschema.xml
├── guake
│   ├── about.glade
│   ├── autostart-guake.desktop
│   ├── guake.glade
│   ├── pixmaps
│   │   ├── add_tab.png
│   │   ├── guake-128.png
│   │   ├── guake-48.png
│   │   ├── guake-64.png
│   │   ├── guake-notification.png
│   │   ├── guake.png
│   │   ├── guake-tray.png
│   │   ├── guake-tray.svg
│   │   ├── quick-open.png
│   │   ├── quick-open-python-exception.png
│   │   └── quick-open-selection.png
│   ├── prefs.glade
│   └── search.glade
├── locale
│   ├── ca
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── cs
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── el
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── fa
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── gl
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── hr
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── hu
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── id
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── ko
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── nb
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── nl
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── pa
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── ru
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   └── guake.mo
│   └── zh_CN
│   └── LC_MESSAGES
│   └── guake.mo
└── pixmaps
└── guake.png
68 directories, 123 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment