Skip to content

SimonRenblad/kanban-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kanban-rust

kanban-rust is a basic implementation of a Kanban board in Rust. It is currently WIP.

The board has 3 columns representing task status: Todo, In Progress, Done.

Move around the board using hjkl (basic vim movements).

Create a new task using 'n'. Enter the name of the task and press enter to add it to the board.

Installation

Make sure to have Rust language installed.

Clone the repository, then call

cargo run

You can now move around and see the board.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages