forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmus: add French translation (tldr-pages#7048)
- Loading branch information
qontinuum-dev
authored
Oct 26, 2021
1 parent
41bcf96
commit 69ff2f2
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# cmus | ||
|
||
> Lecteur de musique en ligne de commande. | ||
> Utiliser les flèches pour naviguer, `<enter/return>` pour sélectionner, et les nombres 1-8 pour se déplacer dans les différentes vues. | ||
> Plus d'informations : <https://cmus.github.io>. | ||
- Ouvre cmus dans le dossier spécifié (celui-ci deviendra le dossier de travail) : | ||
|
||
`cmus {{chemin/vers/dossier}}` | ||
|
||
- Ajoute un fichier/dossier à la bibliothèque : | ||
|
||
`:add {{chemin/vers/fichier_ou_dossier}}` | ||
|
||
- Mets en pause/relancer la musique actuelle : | ||
|
||
`c` | ||
|
||
- Active/désactive le mode aléatoire : | ||
|
||
`s` | ||
|
||
- Quitte cmus : | ||
|
||
`q` |