# qcmd ## Requirements * libnotify * GLib 2.0 ## Compiling and running ```sh make make install qcmd uptime qcmd "journalctl -f" ``` Combining qcmd with rofi: ```sh qcmd "$(rofi -p '$' -dmenu)" ```