laydown

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 ```

How to Install

Install instructions coming soon.

How to Use

``` $ laydown help

Running "laydown" without passing any arguments will display your Standup

Usage: laydown ""

Available commands: di, did Add item to DID section of your Standup do, doing Add item to DOING section of your Standup bl, blocker Add item to BLOCKERS section of your Standup sb, sidebar Add item to SIDEBARS section of your Standup

clear Remove all items from your Standup

edit Directly access data displayed in your Standup. This can be used to edit or delete existing entries. Will use VI by default if no editor is provided.

help Display this message ```