crabmat

Crates.iocrabmat
lib.rscrabmat
version0.1.0
sourcesrc
created_at2024-03-08 18:48:10.363317
updated_at2024-03-08 18:48:10.363317
descriptionTerminal based kanban board
homepage
repository
max_upload_size
id1167209
size78,059
(michaelStillwell)

documentation

README

Crabmat

Terminal based kanban bored inspired by kabmat.


Usage

Run crabmat in the terminal. If no file is supplied then a file named kanban will be created. And if the file doesn't have a title or is empty, you will be prompted to enter a title for the new kanban board.


Main Screen

Key Action
h move column focus left
l move column focus right
j move card focus down
k move card focus up
<C-h> move column right
<C-l> move column left
H move card left
L move card right
J move card down
K move card up
d delete card
D delete column
q quit

Edit/New Column

Key Action
s/Enter save column
q/Esc exit without saving

Edit/New Card

Key Action
s save card
q/Esc exit without saving
<C-j> edit description
<C-k> edit title
Enter when editing the title, edit description
Commit count: 0

cargo fmt