Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 2, 2020 16:41
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/46084b448ab3aab4f0b6c48cea889075 to your computer and use it in GitHub Desktop.
Save r-ryantm/46084b448ab3aab4f0b6c48cea889075 to your computer and use it in GitHub Desktop.
/nix/store/cfcw42cr56xgzxwa0726pl4kpkmrafcf-keepass-2.46
├── 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