Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 20, 2018 19:20
Show Gist options
  • Save ryantm/82c5cb11e42164a283f30cb39f15b292 to your computer and use it in GitHub Desktop.
Save ryantm/82c5cb11e42164a283f30cb39f15b292 to your computer and use it in GitHub Desktop.
/nix/store/lq68wkb0g0iw8ks81qi392hcy794lfjy-keepass-2.40
├── 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