Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 20, 2018 08:02
Show Gist options
  • Save ryantm/0d015359b346703f7434ab698e4ad496 to your computer and use it in GitHub Desktop.
Save ryantm/0d015359b346703f7434ab698e4ad496 to your computer and use it in GitHub Desktop.
/nix/store/p0qhcjwl78w4rwdqwkh7zzifpc2v60p3-playerctl-0.6.0
├── 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