AI assistant for the linux terminal written in go. the markdown doesnt work because I had a lil hiccup (and accidentally deleted all the code :/) and i can't be bothered to fix it right now.
Sure there are a lot of better options out there with more features better UX but nothing beats doing it yourself.
$ git clone https://github.com/mr4dd/jolt.git
$
$ cd jolt/src
$
$ go build -o jolt main.go
$
$ ./joltAfter building you can create a symlink to the program in your PATH and use it as any other terminal utility.