aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2019-05-25Lots of refactoring, including adding function stubsBruce Hill
2019-05-24Added shuffle functionality, cleaned up and improved column drawing, andBruce Hill
did a ton of cleanup of compiler warnings.
2019-05-24Cleanup and refactoring. More robust handling of command files, andBruce Hill
guaranteed tmpfile deletion on exit (even with SIGTERM, ctrl-c, etc.). Also fixed some bugs with suspend hiding cursor, not handling multiple commands, duplicating commands, etc.
2019-05-22Added null-separation option for xargs to properly handle funkyBruce Hill
filenames
2019-05-22Added manpageBruce Hill
2019-05-21Updates and improvements.Bruce Hill
2019-05-20Removed termbox depBruce Hill
2019-05-20Initial commitBruce Hill