Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 11, 2020 10:42
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/d35aeb559114a27166127a7b773289c4 to your computer and use it in GitHub Desktop.
Save r-ryantm/d35aeb559114a27166127a7b773289c4 to your computer and use it in GitHub Desktop.
/nix/store/dpnapfhykklvx2q2r76qcm5m9dpb509k-playerctl-2.2.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.2.1
│   ├── libplayerctl.so.2.2.1
│   └── pkgconfig
│   └── playerctl.pc
└── share
├── bash-completion
│   └── completions
│   └── playerctl.bash
├── dbus-1
│   └── services
│   └── org.mpris.MediaPlayer2.playerctld.service
├── gir-1.0
│   └── Playerctl-2.0.gir
└── man
└── man1
└── playerctl.1.gz
14 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment