Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 6, 2020 17:34
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/239af1c91381997071b6cea93cd2ba30 to your computer and use it in GitHub Desktop.
Save r-ryantm/239af1c91381997071b6cea93cd2ba30 to your computer and use it in GitHub Desktop.
/nix/store/my5r4486lnkfwc03y0h2bbzdis87h69l-toot-0.25.2
├── 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.25.2.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