Hacker News new | ask | show | jobs
by markusl2ll 1273 days ago
I recently created a tiny tool to run code blocks from org files: https://github.com/eyeinsky/org_script

Essentially, you just mark the code blocks with `:script name`, and then can list or execute the block from a terminal. This also keeps the script in context within whatever other notes you had on the topic, when you were figuring it out etc. And if something turns out to be a useful snippet, you move it out to an actually separate script. :)