Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 14, 2018 08:57
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/6d92a509c066f3f33991dcfb09fe77a7 to your computer and use it in GitHub Desktop.
Save ryantm/6d92a509c066f3f33991dcfb09fe77a7 to your computer and use it in GitHub Desktop.
/nix/store/f5z028fl9rhranjpjn3w4p71gn33vjj4-termtosvg-0.7.0
├── bin
│   └── termtosvg
├── lib
│   └── python3.7
│   └── site-packages
│   ├── termtosvg
│   │   ├── anim.py
│   │   ├── asciicast.py
│   │   ├── config.py
│   │   ├── data
│   │   │   └── templates
│   │   │   ├── base16_default_dark.svg
│   │   │   ├── dracula.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.7.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 42 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment