A utility for executing a command quickly and displaying the output in real time in a desktop notification, e.g. for watching the systemd journal or viewing the output of some command.

Björn Åström b51700fe1c Fix bugs in terminal há 1 ano atrás
.gitignore aa9e7549e0 Initial commit há 1 ano atrás
LICENSE aa9e7549e0 Initial commit há 1 ano atrás
Makefile 9730b1d0f4 SGR working há 1 ano atrás
README.md aa9e7549e0 Initial commit há 1 ano atrás
qcmd.c 9730b1d0f4 SGR working há 1 ano atrás
term.c b51700fe1c Fix bugs in terminal há 1 ano atrás
term.h b51700fe1c Fix bugs in terminal há 1 ano atrás

README.md

qcmd

Requirements

  • libnotify
  • GLib 2.0

Compiling and running

make
make install
qcmd uptime
qcmd "journalctl -f"

Combining qcmd with rofi:

qcmd "$(rofi -p '$' -dmenu)"