mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 11:57:08 +00:00
Update cheatsheets
This commit is contained in:
25
timetrap
Normal file
25
timetrap
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# timetrap
|
||||
|
||||
> Simple command-line time tracker written in Ruby.
|
||||
> More information: <https://github.com/samg/timetrap>.
|
||||
|
||||
- Create a new timesheet:
|
||||
|
||||
`timetrap sheet {{timesheet}}`
|
||||
|
||||
- Check in an entry started 5 minutes ago:
|
||||
|
||||
`timetrap in --at "{{5 minutes ago}}" {{entry_notes}}`
|
||||
|
||||
- Display the current timesheet:
|
||||
|
||||
`timetrap display`
|
||||
|
||||
- Edit the last entry's end time:
|
||||
|
||||
`timetrap edit --end {{time}}`
|
||||
Reference in New Issue
Block a user