Commit Briefs

Omar Polo

rework how the daemon is automatically spawned

The previous way introduce possible races if multiple `amused' instances try to start the daemon. The new approach is heavily lifted from how tmux does it, but with some minor differences. If the initial connect fails we try to grab a lock to safely execute the daemon only one time. In fact we try to connect one more time even when we hold the lock because another instance can grab the lock, start the daemon and release it between the failure of connect and the first flock. It also changes slightly how the program behaves and how the -d option works. Now running `amused' without arguments is a synonym for `amused status' and the -d option only works if no arguments were given and if the daemon wasn't running.



Omar Polo

bump date




Omar Polo

rework `load' description



Omar Polo

typo (tags/0.1)



Omar Polo

use the Ux macro for "UNIX"


Omar Polo

add the `monitor' command



Omar Polo

sort commands


Omar Polo

document repeat


Omar Polo

add the fzf example