Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 535 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 535 Bytes

Omnim

Omnim is an omni search utility for MPD, displayed as an interactive list of results that updates as you type.

Usage

  • Up/Down: Navigate list
  • Enter: Replace queue with selection and play.
  • Ctrl-Space: Add selection to queue.
  • Ctrl-Z: Switch between song and album results.
omnim
-s --songs    Search individual songs instead of albums.
-H --host     MPD host
-p --port     MPD port
-t --timeout  MPD connection timeout

Building

git submodule update --init
nim c -d:release omnim.nim