laydown: add page (#8780)

pull/1/head
Muhammad Falak R Wani 2022-10-08 13:02:08 +05:30 committed by GitHub
parent ba24cdd12c
commit 67bbd518f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/common/laydown.md Normal file
View 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`