Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 9, 2021 15:50
Show Gist options
  • Save r-ryantm/872603fac39292dcc8527b5e047db0f7 to your computer and use it in GitHub Desktop.
Save r-ryantm/872603fac39292dcc8527b5e047db0f7 to your computer and use it in GitHub Desktop.
/nix/store/jq8kzlai7kri9qk0nqbc9yn2w0ch9whi-rshell-0.0.30
├── bin
│   ├── pyboard
│   └── rshell
├── lib
│   └── python3.8
│   └── site-packages
│   ├── rshell
│   │   ├── command_line.py
│   │   ├── getch.py
│   │   ├── __init__.py
│   │   ├── main.py
│   │   ├── pyboard-new.py
│   │   ├── pyboard-old.py
│   │   ├── pyboard.py
│   │   ├── __pycache__
│   │   │   ├── command_line.cpython-38.pyc
│   │   │   ├── getch.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── main.cpython-38.pyc
│   │   │   ├── pyboard.cpython-38.pyc
│   │   │   ├── pyboard-new.cpython-38.pyc
│   │   │   ├── pyboard-old.cpython-38.pyc
│   │   │   └── version.cpython-38.pyc
│   │   └── version.py
│   └── rshell-0.0.30.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment