Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 6, 2020 13:06
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/094bcd24f91ee9c0b617c45e55c968bb to your computer and use it in GitHub Desktop.
Save r-ryantm/094bcd24f91ee9c0b617c45e55c968bb to your computer and use it in GitHub Desktop.
/nix/store/yk33ly8wv18n2kj92b1c5k57a5w46qk1-playerctl-2.1.1
├── bin
│   ├── playerctl
│   └── playerctld
├── include
│   └── playerctl
│   ├── playerctl-enum-types.h
│   ├── playerctl.h
│   ├── playerctl-player.h
│   ├── playerctl-player-manager.h
│   ├── playerctl-player-name.h
│   └── playerctl-version.h
├── lib
│   ├── girepository-1.0
│   │   └── Playerctl-2.0.typelib
│   ├── libplayerctl.a
│   ├── libplayerctl.so -> libplayerctl.so.2
│   ├── libplayerctl.so.2 -> libplayerctl.so.2.1.1
│   ├── libplayerctl.so.2.1.1
│   └── pkgconfig
│   └── playerctl.pc
└── share
├── dbus-1
│   └── services
│   └── org.mpris.MediaPlayer2.playerctld.service
├── gir-1.0
│   └── Playerctl-2.0.gir
└── man
└── man1
└── playerctl.1.gz
12 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment