Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 26, 2018 08:50
Show Gist options
  • Save ryantm/2d0d1ff9cae68c0c28a4b5c05b0488a0 to your computer and use it in GitHub Desktop.
Save ryantm/2d0d1ff9cae68c0c28a4b5c05b0488a0 to your computer and use it in GitHub Desktop.
/nix/store/rv5y9733d53z9z0zgmxjp8v87qfyasa9-diceware-0.9.6
├── bin
│   └── diceware
├── lib
│   └── python2.7
│   └── site-packages
│   ├── diceware
│   │   ├── config.py
│   │   ├── config.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── logger.py
│   │   ├── logger.pyc
│   │   ├── random_sources.py
│   │   ├── random_sources.pyc
│   │   ├── wordlist.py
│   │   ├── wordlist.pyc
│   │   └── wordlists
│   │   ├── wordlist_en_eff.txt
│   │   ├── wordlist_en_orig.asc
│   │   ├── wordlist_en_securedrop.asc
│   │   └── wordlist_en.txt
│   └── diceware-0.9.6.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── namespace_packages.txt
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment