Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 6, 2020 16:06
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/a1d7b785f13d92b5919dd8276b85507f to your computer and use it in GitHub Desktop.
Save ryantm/a1d7b785f13d92b5919dd8276b85507f to your computer and use it in GitHub Desktop.
/nix/store/6km5q05dpsliazn657h7d54jq8xd7klc-git-machete-2.12.6
├── bin
│   └── git-machete
├── lib
│   └── python3.7
│   └── site-packages
│   ├── git_machete
│   │   ├── cmd.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── cmd.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   └── unit
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── test_unit.cpython-37.pyc
│   │   └── test_unit.py
│   └── git_machete-2.12.6.dist-info
│   ├── AUTHORS
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
├── bash-completion
│   └── completions
│   └── git-machete
└── zsh
└── site-functions
└── _git-machete
17 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment