Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 18, 2018 15:50
Show Gist options
  • Save ryantm/528e8df5e25dc1dab1d36d881a041c83 to your computer and use it in GitHub Desktop.
Save ryantm/528e8df5e25dc1dab1d36d881a041c83 to your computer and use it in GitHub Desktop.
/nix/store/9rg6d9fqsm67mh8idrli9scy6imnzggm-playerctl-0.6.1
├── bin
│   └── playerctl
├── include
│   └── playerctl
│   ├── playerctl.h
│   ├── playerctl-player.h
│   └── playerctl-version.h
├── lib
│   ├── girepository-1.0
│   │   └── Playerctl-1.0.typelib
│   ├── libplayerctl-1.0.la
│   ├── libplayerctl-1.0.so -> libplayerctl-1.0.so.0.0.0
│   ├── libplayerctl-1.0.so.0 -> libplayerctl-1.0.so.0.0.0
│   ├── libplayerctl-1.0.so.0.0.0
│   └── pkgconfig
│   └── playerctl-1.0.pc
└── share
├── gir-1.0
│   └── Playerctl-1.0.gir
└── man
└── man1
└── playerctl.1.gz
10 directories, 12 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment