mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
25 lines
386 B
Markdown
25 lines
386 B
Markdown
![]() |
# laydown
|
||
|
|
||
|
> Command line application to prepare for Daily Standup.
|
||
|
> More information: <https://github.com/badjr13/laydown>.
|
||
|
|
||
|
- Add an item to DID section:
|
||
|
|
||
|
`laydown did {{item}}`
|
||
|
|
||
|
- Add an item to DOING section:
|
||
|
|
||
|
`laydown doing {{item}}`
|
||
|
|
||
|
- Clear all items:
|
||
|
|
||
|
`laydown clear`
|
||
|
|
||
|
- Use an editor to edit current data:
|
||
|
|
||
|
`laydown edit`
|
||
|
|
||
|
- Archive and clear current data:
|
||
|
|
||
|
`laydown archive`
|