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 014290e31f Initial commit 1 سال پیش
.gitignore aa9e7549e0 Initial commit 1 سال پیش
LICENSE aa9e7549e0 Initial commit 1 سال پیش
Makefile aa9e7549e0 Initial commit 1 سال پیش
README.md aa9e7549e0 Initial commit 1 سال پیش
qcmd.c aa9e7549e0 Initial commit 1 سال پیش
term.c aa9e7549e0 Initial commit 1 سال پیش
term.h aa9e7549e0 Initial commit 1 سال پیش

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)"