Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 31, 2020 05:11
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/5e54845a92027d66064ac8349509cf92 to your computer and use it in GitHub Desktop.
Save r-ryantm/5e54845a92027d66064ac8349509cf92 to your computer and use it in GitHub Desktop.
/nix/store/sgsbqihs220ap3ncnzfarq9j45z6ngl4-gitup-0.5.1
├── bin
│   └── gitup
├── lib
│   └── python3.7
│   └── site-packages
│   ├── gitup
│   │   ├── cli.py
│   │   ├── config.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── migrate.py
│   │   ├── __pycache__
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── migrate.cpython-37.pyc
│   │   │   └── update.cpython-37.pyc
│   │   ├── test
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_bookmarks.cpython-37.pyc
│   │   │   │   └── test_cli.cpython-37.pyc
│   │   │   ├── test_bookmarks.py
│   │   │   └── test_cli.py
│   │   └── update.py
│   └── gitup-0.5.1.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment