Forrest logo
tool overview
On this page you find all important commands for the CLI tool termusic. If the command you are looking for is missing please ask our AI.

termusic

Termusic is a command line tool that allows you to listen to music directly from your terminal. It provides a musical experience without the need for a separate music player. With termusic, you can play and control music files using simple commands. It supports various audio formats including mp3, wav, ogg, and flac. You can create playlists, shuffle songs, and adjust volume levels using intuitive commands. Termusic also offers basic playback controls like play, pause, and skip, making it easy to navigate through your music collection. It is written in Python and utilizes the pygame library for audio playback. Overall, termusic is a lightweight and convenient option for enjoying your favorite tunes within the command line interface.

List of commands for termusic:

  • termusic:tldr:5b379 termusic: Disable showing the album cover for a specific file.
    $ termusic -c {path/to/music_file}
    try on your machine
    explain this command
  • termusic:tldr:69fa9 termusic: View termusic's usage info.
    $ termusic --help
    try on your machine
    explain this command
  • termusic:tldr:f6c10 termusic: Open termusic to a specific directory. (It can be set permanently in `~/.config/termusic/config.toml`).
    $ termusic {path/to/directory}
    try on your machine
    explain this command
tool overview