Update cheatsheets

This commit is contained in:
ivuorinen
2024-06-06 00:14:06 +00:00
parent 11ed40e427
commit 76834469e1
3 changed files with 57 additions and 8 deletions

41
tldr/audtool Executable file
View File

@@ -0,0 +1,41 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# audtool
> Control Audacious using commands.
> More information: <https://manned.org/audtool>.
- Play/pause audio playback:
`audtool playback-playpause`
- Print artist, album, and song name of currently playing song:
`audtool current-song`
- Set volume of audio playback:
`audtool set-volume {{100}}`
- Skip to the next song:
`audtool playlist-advance`
- Print the bitrate of the current song in kilobits:
`audtool current-song-bitrate-kbps`
- Open Audacious in full-screen if hidden:
`audtool mainwin-show`
- Display help:
`audtool help`
- Display settings:
`audtool preferences-show`