Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 30, 2020 17:45
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/1fa72642ee3b664a7573eca5106e8372 to your computer and use it in GitHub Desktop.
Save r-ryantm/1fa72642ee3b664a7573eca5106e8372 to your computer and use it in GitHub Desktop.
/nix/store/l8fx6ywa7paqrzardk1a66r3f7b36izc-toot-0.27.0
├── bin
│   └── toot
├── lib
│   └── python3.8
│   └── 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-38.pyc
│   │   │   ├── auth.cpython-38.pyc
│   │   │   ├── commands.cpython-38.pyc
│   │   │   ├── config.cpython-38.pyc
│   │   │   ├── console.cpython-38.pyc
│   │   │   ├── exceptions.cpython-38.pyc
│   │   │   ├── http.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── logging.cpython-38.pyc
│   │   │   ├── output.cpython-38.pyc
│   │   │   ├── utils.cpython-38.pyc
│   │   │   └── wcstring.cpython-38.pyc
│   │   ├── tui
│   │   │   ├── app.py
│   │   │   ├── compose.py
│   │   │   ├── constants.py
│   │   │   ├── entities.py
│   │   │   ├── __init__.py
│   │   │   ├── overlays.py
│   │   │   ├── __pycache__
│   │   │   │   ├── app.cpython-38.pyc
│   │   │   │   ├── compose.cpython-38.pyc
│   │   │   │   ├── constants.cpython-38.pyc
│   │   │   │   ├── entities.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── overlays.cpython-38.pyc
│   │   │   │   ├── timeline.cpython-38.pyc
│   │   │   │   ├── utils.cpython-38.pyc
│   │   │   │   └── widgets.cpython-38.pyc
│   │   │   ├── timeline.py
│   │   │   ├── utils.py
│   │   │   └── widgets.py
│   │   ├── ui
│   │   │   ├── app.py
│   │   │   ├── __init__.py
│   │   │   ├── parsers.py
│   │   │   ├── __pycache__
│   │   │   │   ├── app.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── parsers.cpython-38.pyc
│   │   │   │   └── utils.cpython-38.pyc
│   │   │   └── utils.py
│   │   ├── utils.py
│   │   └── wcstring.py
│   └── toot-0.27.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 60 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment