「cmus」の版間の差分
提供: dsk's note
細 |
細 |
||
1行目: | 1行目: | ||
+ | cmusはvimライクな、CLIターミナル上で動作する音楽プレイヤーです。 | ||
==install== | ==install== | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
8行目: | 9行目: | ||
$ cmus | $ cmus | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | ==基本操作== | ||
+ | ;z:前の曲を再生 | ||
+ | ;x:頭から再生 | ||
+ | ;c:一時停止/再開 | ||
+ | ;v:停止 | ||
+ | ;b:次の曲を再生 | ||
+ | ;e:キューに保存 | ||
*https://cmus.github.io/ | *https://cmus.github.io/ | ||
*http://www.tuxarena.com/static/cmus_guide.php | *http://www.tuxarena.com/static/cmus_guide.php |
2015年4月16日 (木) 17:50時点における版
cmusはvimライクな、CLIターミナル上で動作する音楽プレイヤーです。
install
brew install cmus
起動
$ cmus
基本操作
- z
- 前の曲を再生
- x
- 頭から再生
- c
- 一時停止/再開
- v
- 停止
- b
- 次の曲を再生
- e
- キューに保存