Comment by โ vulpini-irina
Re: "How I made a kanban bord using coreutils only"
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
2025-02-19 ยท 1 year ago
Original Post
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...