tui

  1. sidetone

    TUI file text readers/editors: ebook, txt...

    TUI ebook reader textproc/py-epy-reader reads: epub, epub3, fb2, mobi, azw, azw3 and urls in reading only (not navigable) form. Extended epub format kepub must end in the epub suffix. Sometimes, these formats don't always work correctly, as sometimes running them will label them as having an...
  2. sidetone

    Playing music/audio on command-line

    Audio files I use the play command available from audio/sox (under LGPL) to play music/audio on the terminal console. Sometimes, I'll use the speed argument to slow down songs. audio/vorbis-tools has ogg123, which is pretty good for playing ogg music files. audio/flac123 wasn't able to play...
  3. sidetone

    Working with Numbers on Commandline

    Basic Calculator bc is Basic Calculator, which is also a language. This is the BSD version, as there's also a GPL version. For interactive use, run bc without arguments. Enter your basic math problems and it will output an answer. Type quit to exit. Example: 8*13*24/2 1248 quit It can be used...
Back
Top