Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 16, 2020 06:43
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/c24294c1eb2330db47cdc1822c36b86b to your computer and use it in GitHub Desktop.
Save r-ryantm/c24294c1eb2330db47cdc1822c36b86b to your computer and use it in GitHub Desktop.
/nix/store/laag5q3yig374rsffv0g58762spag769-krop-0.6.0
├── bin
│   └── krop
├── lib
│   └── python3.8
│   └── site-packages
│   ├── krop
│   │   ├── application.py
│   │   ├── autotrim.py
│   │   ├── config.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── mainwindow.py
│   │   ├── mainwindowui_qt4.py
│   │   ├── mainwindowui_qt5.py
│   │   ├── pdfcropper.py
│   │   ├── __pycache__
│   │   │   ├── application.cpython-38.pyc
│   │   │   ├── autotrim.cpython-38.pyc
│   │   │   ├── config.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── __main__.cpython-38.pyc
│   │   │   ├── mainwindow.cpython-38.pyc
│   │   │   ├── mainwindowui_qt4.cpython-38.pyc
│   │   │   ├── mainwindowui_qt5.cpython-38.pyc
│   │   │   ├── pdfcropper.cpython-38.pyc
│   │   │   ├── qt.cpython-38.pyc
│   │   │   ├── version.cpython-38.pyc
│   │   │   ├── vieweritem.cpython-38.pyc
│   │   │   └── viewerselections.cpython-38.pyc
│   │   ├── qt.py
│   │   ├── version.py
│   │   ├── vieweritem.py
│   │   └── viewerselections.py
│   └── krop-0.6.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
├── applications
│   └── krop.desktop
└── man
└── man1
└── krop.1.gz
12 directories, 38 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment