A collection of CLI tools I've created to learn the Odin programming language. None of these are intended to be production ready robust code, purely created as a learning exercise and to streamline certain aspects of my day to day development.
- kill-port: A utility to kill a process running on a specific port.
- runner: A simple command runner.
- cli: A collection of Odin modules used to build the tools in this repo (e.g., colors, spinners).
- Agent Task Manager (atm): A simple tool aimed at managing tasks and context for agent based development.