Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 1, 2019 04:51
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/c9dd66b850df5b61bd5f0ab68782b131 to your computer and use it in GitHub Desktop.
Save ryantm/c9dd66b850df5b61bd5f0ab68782b131 to your computer and use it in GitHub Desktop.
/nix/store/i19mk6g1ixmzi282dd3ixn5xsdy5hd3v-bleachbit-2.2
├── bin
│   └── bleachbit
├── lib
│   └── python2.7
│   └── site-packages
│   ├── bleachbit
│   │   ├── Action.py
│   │   ├── Action.pyc
│   │   ├── CleanerML.py
│   │   ├── CleanerML.pyc
│   │   ├── Cleaner.py
│   │   ├── Cleaner.pyc
│   │   ├── CLI.py
│   │   ├── CLI.pyc
│   │   ├── Command.py
│   │   ├── Command.pyc
│   │   ├── DeepScan.py
│   │   ├── DeepScan.pyc
│   │   ├── Diagnostic.py
│   │   ├── Diagnostic.pyc
│   │   ├── FileUtilities.py
│   │   ├── FileUtilities.pyc
│   │   ├── General.py
│   │   ├── General.pyc
│   │   ├── GuiBasic.py
│   │   ├── GuiBasic.pyc
│   │   ├── GuiPreferences.py
│   │   ├── GuiPreferences.pyc
│   │   ├── GUI.py
│   │   ├── GUI.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── Memory.py
│   │   ├── Memory.pyc
│   │   ├── Options.py
│   │   ├── Options.pyc
│   │   ├── RecognizeCleanerML.py
│   │   ├── RecognizeCleanerML.pyc
│   │   ├── Revision.py
│   │   ├── Revision.pyc
│   │   ├── Special.py
│   │   ├── Special.pyc
│   │   ├── Unix.py
│   │   ├── Unix.pyc
│   │   ├── Update.py
│   │   ├── Update.pyc
│   │   ├── Winapp.py
│   │   ├── Winapp.pyc
│   │   ├── Windows.py
│   │   ├── Windows.pyc
│   │   ├── WindowsWipe.py
│   │   ├── WindowsWipe.pyc
│   │   ├── Worker.py
│   │   └── Worker.pyc
│   └── bleachbit-2.2.dist-info
│   ├── COPYING
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 56 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment