Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 23, 2020 01:29
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/489f2cbf6d2c71a6c159a14fdac73886 to your computer and use it in GitHub Desktop.
Save r-ryantm/489f2cbf6d2c71a6c159a14fdac73886 to your computer and use it in GitHub Desktop.
/nix/store/kh9lcr2ngia7n569lwllh39bd51ql9rb-pantalaimon-0.6.1
├── bin
│   ├── panctl
│   └── pantalaimon
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pantalaimon
│   │   ├── client.py
│   │   ├── config.py
│   │   ├── daemon.py
│   │   ├── index.py
│   │   ├── __init__.py
│   │   ├── log.py
│   │   ├── main.py
│   │   ├── panctl.py
│   │   ├── __pycache__
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── daemon.cpython-37.pyc
│   │   │   ├── index.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── log.cpython-37.pyc
│   │   │   ├── main.cpython-37.pyc
│   │   │   ├── panctl.cpython-37.pyc
│   │   │   ├── store.cpython-37.pyc
│   │   │   ├── thread_messages.cpython-37.pyc
│   │   │   └── ui.cpython-37.pyc
│   │   ├── store.py
│   │   ├── thread_messages.py
│   │   └── ui.py
│   └── pantalaimon-0.6.1.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment