Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 396 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 396 Bytes

empirust

Client for Music Player Daemon written in Rust (WIP)

asciicast

TODOs

  • read config from a file (toml or yml?)
  • make an own separate widget for displaying the queue table, because using one from tui-rs, creating and rendering it takes a lot of CPU usage
  • try to use an alternative TUI to tui-rs