Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 17, 2019 01:18
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 ryantm/0a2241c764555dc1a04514db13eaf7c4 to your computer and use it in GitHub Desktop.
Save ryantm/0a2241c764555dc1a04514db13eaf7c4 to your computer and use it in GitHub Desktop.
/nix/store/vdk26khrsdff1sj641cw304s0awqpqv9-termtosvg-0.9.0
├── bin
│   └── termtosvg
├── lib
│   └── python3.7
│   └── site-packages
│   ├── termtosvg
│   │   ├── anim.py
│   │   ├── asciicast.py
│   │   ├── config.py
│   │   ├── data
│   │   │   ├── svg11-flat-20110816.dtd
│   │   │   └── templates
│   │   │   ├── base16_default_dark.svg
│   │   │   ├── dracula.svg
│   │   │   ├── gjm8_play.svg
│   │   │   ├── gjm8_single_loop.svg
│   │   │   ├── gjm8.svg
│   │   │   ├── progress_bar.svg
│   │   │   ├── solarized_dark.svg
│   │   │   ├── solarized_light.svg
│   │   │   ├── window_frame_js.svg
│   │   │   └── window_frame.svg
│   │   ├── __init__.py
│   │   ├── main.py
│   │   ├── __pycache__
│   │   │   ├── anim.cpython-37.pyc
│   │   │   ├── asciicast.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── main.cpython-37.pyc
│   │   │   └── term.cpython-37.pyc
│   │   ├── term.py
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── suite.cpython-37.pyc
│   │   │   ├── test_anim.cpython-37.pyc
│   │   │   ├── test_asciicast.cpython-37.pyc
│   │   │   ├── test_config.cpython-37.pyc
│   │   │   ├── test_main.cpython-37.pyc
│   │   │   └── test_term.cpython-37.pyc
│   │   ├── suite.py
│   │   ├── test_anim.py
│   │   ├── test_asciicast.py
│   │   ├── test_config.py
│   │   ├── test_main.py
│   │   └── test_term.py
│   └── termtosvg-0.9.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 45 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment