mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-09 18:58:01 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user