o
odin.langpkg.dev
packages / tool / mini-workflow-tools

mini-workflow-tools

v0.1.0tool

A collection of CLI tools I've created to learn Odin

No license · updated 3 weeks ago

mini-workflow-tools

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.

Tools

  • 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.