Hey guys, I wanted to share a tiny thing I made for #C0AUZ1LAMH6 : Termcord - A terminal command recorder
I wrote this in an not so well known language called Nim. Nim basically transpiles to C/C++/JS while giving a python like syntax that makes it fast and easy to understand.
What I build with it, to learn how the whole thing works, is basically a cli tool that records the commands you type in by giving an REPL that also directly executes the commands. It takes the recordings and saves it in json file at a .termcord directory located at the home path of the user.
Try it out with npm install -g termcord (may break if you have disabled post-intall scripts. In that case you have to manually download the binaries and add them to your path)
Check out the code here: github.com/PrathamGhaywat/termcord
🚢🖋️Locked in for Axiom. My physics engine has multiple balls and you can now toggle the gravity