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: empty
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
TIP: Multiple space separated items can be added.
clear Remove all items from your Standup
edit
archive Archive today's Standup. Found in laydown config directory. Note: Archiving will automatically clear out existing Standup. config-dir Print location of laydown config directory.
help, --help Display this message ```