Hello, This is my first C program, which hopefully someone else will find useful:
https://github.com/dave-kennedy/recall Here's a brief snippet from the readme: The purpose of this program is to help me remember bash commands. recall is invoked with a list of arguments describing the desired operation, e.g.: $ recall volume up amixer -Mq set Master 1%+ increase volume amixer -Mq set Master 1%- decrease volume Feedback is appreciated! Thanks, Dave