mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
laydown: add page (#8780)
This commit is contained in:
parent
ba24cdd12c
commit
67bbd518f1
1 changed files with 24 additions and 0 deletions
24
pages/common/laydown.md
Normal file
24
pages/common/laydown.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue