Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 14, 2018 04:15
Show Gist options
  • Save ryantm/4e9af90c5364e054183e3b51d2ec5d7a to your computer and use it in GitHub Desktop.
Save ryantm/4e9af90c5364e054183e3b51d2ec5d7a to your computer and use it in GitHub Desktop.
/nix/store/hygpmiw7a636bsydqyrkh1rqiw5f36nh-stoken-0.92
├── bin
│   ├── stoken
│   └── stoken-gui
├── include
│   └── stoken.h
├── lib
│   ├── libstoken.la
│   ├── libstoken.so -> libstoken.so.1.3.0
│   ├── libstoken.so.1 -> libstoken.so.1.3.0
│   ├── libstoken.so.1.3.0
│   └── pkgconfig
│   └── stoken.pc
└── share
├── applications
│   ├── stoken-gui.desktop
│   └── stoken-gui-small.desktop
├── doc
│   └── stoken
│   ├── libstoken-test.c
│   ├── README.md
│   └── sdtid-test.pl
├── man
│   └── man1
│   ├── stoken.1.gz
│   └── stoken-gui.1.gz
├── pixmaps
│   └── stoken-gui.png
└── stoken
├── password-dialog.ui
├── pin-dialog.ui
├── tokencode-detail.ui
└── tokencode-small.ui
12 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment