laydown
is a simple CLI application to help you prepare for your next Daily Standup. No longer shall your name be called on only for you to stare into the abyss while you struggle to remember what you did yesterday.
``` $ laydown
DID: - Reviewed Adam's pull request - Wrote tests for new endpoint
DOING: - Writing a script to automate database backups
BLOCKERS: - Waiting on admin access to production server
SIDEBARS: - Discuss re-writing everything in Rust with team ```
cargo install laydown
``` $ laydown help
Running "laydown" without passing any arguments will display your Standup
Usage: laydown
Available commands:
di, did
clear Remove all items from your Standup
edit
undo Remove last item added to your Standup.
archive Archive today's Standup. Found in /laydown config directory. For more info on config directory location, visit: https://docs.rs/dirs/4.0.0/dirs/fn.config_dir.html
help, --help Display this message ```