Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 14, 2018 10:05
Show Gist options
  • Save ryantm/78c15efa16b6307a93c5f5336a99df32 to your computer and use it in GitHub Desktop.
Save ryantm/78c15efa16b6307a93c5f5336a99df32 to your computer and use it in GitHub Desktop.
/nix/store/qgy0xnizyq301xhnqrklr75b59y6k7ni-keepass-2.39.1
├── bin
│   └── keepass
├── lib
│   ├── dotnet
│   │   └── keepass
│   │   ├── KeePass.exe
│   │   ├── KeePassLib.dll
│   │   ├── KeePassLib.pdb
│   │   ├── KeePassLib.xml
│   │   └── KeePass.pdb
│   └── pkgconfig
│   └── KeePassLib.pc
└── share
├── applications
│   └── keepass.desktop
└── icons
└── hicolor
├── 16x16
│   └── apps
│   └── keepass.png
├── 20x20
│   └── apps
│   └── keepass.png
├── 24x24
│   └── apps
│   └── keepass.png
├── 256x256
│   └── apps
│   └── keepass.png
├── 32x32
│   └── apps
│   └── keepass.png
├── 48x48
│   └── apps
│   └── keepass.png
└── 64x64
└── apps
└── keepass.png
23 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment