Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-08 00:13:39 +00:00
parent 18990cb95e
commit a7b5b6f8a4
21 changed files with 130 additions and 54 deletions

View File

@@ -5,13 +5,17 @@ source: https://github.com/tldr-pages/tldr.git
---
# audacious
> An open-source audio player.
> An open-source audio player. Indirectly based on XMMS.
> More information: <https://audacious-media-player.org>.
- Launch the program:
- Launch the GUI:
`audacious`
- Start a new instance and play an audio:
`audacious --new-instance {{path/to/audio}}`
- Enqueue a specific directory of audio files:
`audacious --enqueue {{path/to/directory}}`
@@ -20,7 +24,7 @@ source: https://github.com/tldr-pages/tldr.git
`audacious --play-pause`
- Skip forwards or backwards in the playlist:
- Skip forwards ([fwd]) or backwards ([rew]) in the playlist:
`audacious --{{fwd|rew}}`
@@ -28,7 +32,7 @@ source: https://github.com/tldr-pages/tldr.git
`audacious --stop`
- Start a headless version:
- Start in CLI mode (headless):
`audacious --headless`