Welcome to Stephen Enders' homepage

This is my personal site for my projects and other random stuff I feel like uploading.

Recent Post - 2020-01-13

remember/recall - what could've been a command line tool

During a meeting at work when I realized I often forget useful commands. So I had the bright idea to create a command line tool that would basically append a file with the command you wanted to remember that you could search over later if you wanted to recall a certain command. I figured I could it could just be a simple bash script that recalls your bash-history and appends it to a file, all things that are incredibly easy to do... or so I thought.