mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
451 B
Plaintext
30 lines
451 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# laydown
|
|
|
|
> 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`
|