Skip to content

Instantly share code, notes, and snippets.

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/bf00ab37dbe707020e8aa43465dc8c6d to your computer and use it in GitHub Desktop.
Save r-ryantm/bf00ab37dbe707020e8aa43465dc8c6d to your computer and use it in GitHub Desktop.
/nix/store/rx6s58wqsnldhjj7z5vlhld69y149gq9-toot-0.26.0
├── bin
│   └── toot
├── lib
│   └── python3.7
│   └── site-packages
│   ├── toot
│   │   ├── api.py
│   │   ├── auth.py
│   │   ├── commands.py
│   │   ├── config.py
│   │   ├── console.py
│   │   ├── exceptions.py
│   │   ├── http.py
│   │   ├── __init__.py
│   │   ├── logging.py
│   │   ├── output.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── auth.cpython-37.pyc
│   │   │   ├── commands.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── console.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── http.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── logging.cpython-37.pyc
│   │   │   ├── output.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── wcstring.cpython-37.pyc
│   │   ├── tui
│   │   │   ├── app.py
│   │   │   ├── compose.py
│   │   │   ├── constants.py
│   │   │   ├── entities.py
│   │   │   ├── __init__.py
│   │   │   ├── overlays.py
│   │   │   ├── __pycache__
│   │   │   │   ├── app.cpython-37.pyc
│   │   │   │   ├── compose.cpython-37.pyc
│   │   │   │   ├── constants.cpython-37.pyc
│   │   │   │   ├── entities.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── overlays.cpython-37.pyc
│   │   │   │   ├── timeline.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   └── widgets.cpython-37.pyc
│   │   │   ├── timeline.py
│   │   │   ├── utils.py
│   │   │   └── widgets.py
│   │   ├── ui
│   │   │   ├── app.py
│   │   │   ├── __init__.py
│   │   │   ├── parsers.py
│   │   │   ├── __pycache__
│   │   │   │   ├── app.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── parsers.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   └── utils.py
│   │   ├── utils.py
│   │   └── wcstring.py
│   └── toot-0.26.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 59 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment