Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 30, 2020 17:33
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save r-ryantm/e44127cf34405c0825ff048fdf7513a9 to your computer and use it in GitHub Desktop.
/nix/store/w9pf3yaycc8b8giqipif5n5m1zaslsxr-todoman-3.8.0
├── bin
│   └── todo
├── lib
│   └── python3.8
│   └── site-packages
│   ├── todoman
│   │   ├── cli.py
│   │   ├── configuration.py
│   │   ├── confspec.ini
│   │   ├── exceptions.py
│   │   ├── formatters.py
│   │   ├── __init__.py
│   │   ├── interactive.py
│   │   ├── __main__.py
│   │   ├── model.py
│   │   ├── __pycache__
│   │   │   ├── cli.cpython-38.pyc
│   │   │   ├── configuration.cpython-38.pyc
│   │   │   ├── exceptions.cpython-38.pyc
│   │   │   ├── formatters.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── interactive.cpython-38.pyc
│   │   │   ├── __main__.cpython-38.pyc
│   │   │   ├── model.cpython-38.pyc
│   │   │   ├── version.cpython-38.pyc
│   │   │   └── widgets.cpython-38.pyc
│   │   ├── version.py
│   │   └── widgets.py
│   └── todoman-3.8.0.dist-info
│   ├── AUTHORS.rst
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENCE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
├── bash-completion
│   └── completions
│   └── _todo
└── zsh
└── site-functions
└── _todo
13 directories, 34 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment