VibeHunt
Back to browse
kanban.bash

kanban.bash

Kanban todo manager with a CSV backend.

Source

A command‑line tool presents an ASCII Kanban board whose data are stored in plain CSV files, allowing users to keep todo items alongside source code, cloud drives, or local directories. The board adapts to terminal width, supports configurable columns, and can be filtered by status or tag, while a simple CSV editor lets users edit the raw database directly.

It is aimed at individuals and small teams who prefer a minimalist, scriptable workflow for personal task management and note‑taking. Items can be added interactively or with explicit status, tag, and description arguments; a filename used as a description opens the user’s preferred editor for richer notes. Status changes are performed with a single command, and statistics such as status counts, tag usage, and history are available.

Configuration resides in a hidden directory, where users can define custom statuses, limit items per column, and adjust display options such as colors or line width. The tool requires only a Bash environment and can be installed by downloading a single script.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps