Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 28, 2019 04:11
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/14406fd5c1c4aa9b60f79e3ecc432cd7 to your computer and use it in GitHub Desktop.
Save ryantm/14406fd5c1c4aa9b60f79e3ecc432cd7 to your computer and use it in GitHub Desktop.
/nix/store/pj10sixmbmg7yvv9h8snzgvr8z6482gh-nyx-2.1.0
├── bin
│   └── nyx
├── lib
│   └── python2.7
│   └── site-packages
│   ├── nyx
│   │   ├── arguments.py
│   │   ├── arguments.pyc
│   │   ├── curses.py
│   │   ├── curses.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── log.py
│   │   ├── log.pyc
│   │   ├── menu.py
│   │   ├── menu.pyc
│   │   ├── panel
│   │   │   ├── config.py
│   │   │   ├── config.pyc
│   │   │   ├── connection.py
│   │   │   ├── connection.pyc
│   │   │   ├── graph.py
│   │   │   ├── graph.pyc
│   │   │   ├── header.py
│   │   │   ├── header.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── interpreter.py
│   │   │   ├── interpreter.pyc
│   │   │   ├── log.py
│   │   │   ├── log.pyc
│   │   │   ├── torrc.py
│   │   │   └── torrc.pyc
│   │   ├── popups.py
│   │   ├── popups.pyc
│   │   ├── settings
│   │   │   ├── attributes.cfg
│   │   │   └── dedup.cfg
│   │   ├── starter.py
│   │   ├── starter.pyc
│   │   ├── tracker.py
│   │   └── tracker.pyc
│   └── nyx-2.1.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 43 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment