8000 GitHub - aalouaoui/kanban-tui: A simple Kanban TUI made using Rust and Ratatui
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aalouaoui/kanban-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple template

The simple template will create the following project structure:

src/
├── app.rs     -> holds the state and application logic
├── event.rs   -> handles the terminal events (key press, mouse click, resize, etc.)
├── handler.rs -> handles the key press events and updates the application
├── lib.rs     -> module definitions
├── main.rs    -> entry-point
├── tui.rs     -> initializes/exits the terminal interface
└── ui.rs      -> renders the widgets / UI

About

A simple Kanban TUI made using Rust and Ratatui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0