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
Received on Sun Jan 31 2016 - 22:44:21 CET