From a937b7d85e47c9bb730eed84e16a5b6833bcfe8b Mon Sep 17 00:00:00 2001 From: Stephen Enders Date: Sun, 16 Feb 2020 23:17:43 -0500 Subject: Set homepage post to 2020-01-13 --- www/index.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/www/index.html b/www/index.html index 51ac3b6..19bef55 100644 --- a/www/index.html +++ b/www/index.html @@ -21,16 +21,17 @@ like uploading.

-

Recent Post - 2019-12-09

-

Lisps, Assembly, C, and Conlangs

-

I had originally hoped to do more blogging as a way of practicing my - writing and an incentive to do more hobby programming. The intent was - never to make this site solely programming, I had actually a few scrapped - posts about baking and guitar that just didn't get anywhere... but - that being said I did have a fair amount of hobbying in 2019 that I can - share some unfiltered, semi-structured thoughts on.

+

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.

-- cgit v1.2.3-54-g00ecf