| Crates.io | devboard |
| lib.rs | devboard |
| version | 0.1.1 |
| created_at | 2025-03-30 21:20:52.945189+00 |
| updated_at | 2025-03-31 16:28:43.713705+00 |
| description | Terminal dashboard for managing and running dev commands |
| homepage | |
| repository | https://github.com/AdamFrenzen/devboard |
| max_upload_size | |
| id | 1612769 |
| size | 27,528 |
A tiny TUI tool for saving and running terminal commands.
Helps prevent digging through shell history by providing easy access to saved commands.
esc/i/h/l, Enter to runcargo install devboard
i to enter insert mode and type a commandEnter to run input command without saving while in insert modeEsc to return to normal modes (in normal mode) to save the current commandh/l (in normal mode) to navigate saved commands, Enter to run a saved commandYouโre compiling a C++ file:
clang++ main.cpp -o main
./main
After a few rebuilds and edits, the ./main command gets buried in history.
With devboard, you just save both commands once โ then quickly run them any time without scrolling.
MIT ยฉ 2025 AdamFrenzen
See LICENSE for full details.