Comment by โ„ vulpini-irina

Re: "How I made a kanban bord using coreutils only"

In: s/bash

Thanks for this! I love simple setups like this kind of thing, it's nice :3

Most of my experience is simply using touch to quickly note my progress when reading a number of documents over time, haha

โ„ vulpini-irina

2025-02-19 ยท 1 year ago

Original Post

๐ŸŒ’ s/bash

๐Ÿฆ† Thorium:

How I made a kanban bord using coreutils only โ€” I couldn't find a good kanban tui app, so I decided to try to use a directory as a kanban board, here's how it works: I have a directory that I use as a kanban bord. In this directory, I can create as many subdirectories as I want. Those are the columns of the bord, such as "TODO" or "DONE" to add a task, I just need to $touch column/newtask. It's just an empty file, the task is in its name. To move the task to another column, I can simply use $mv...

๐Ÿ’ฌ 1 comment ยท 5 likes ยท 2025-02-16 ยท 1 year ago