Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWillner committed Dec 31, 2017
1 parent c024165 commit ddc1d2b
Showing 1 changed file with 49 additions and 36 deletions.
85 changes: 49 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,34 @@ COMMAND:
completed
cancelled
trashed
all (show all tasks)
nextish (show 5 next tasks that are also in someday projects)
old (show 5 tasks ordered by 'creationDate')
due (show 5 tasks ordered by due date)
waiting (show 5 tasks with the tag 'Waiting for' ordered by 'creationDate')
repeating (show 5 repeating tasks orderd by 'creationDate')
subtasks (show 5 subtasks)
projects (show 5 projects ordered by creation date)
headings (show 5 headings ordered by creation date)
notes (show 5 notes as <headings>: <notes> ordered by creation date)
csv (export all tasks as semicolon seperated values incl. notes and Excel friendly)
stat (provide an overview of the numbers of tasks)
search (provide details about specific tasks)
feedback (give feedback, request and propose changes)
all (show all tasks)
nextish (show 5 next tasks that are also in someday projects)
old (show 5 tasks ordered by 'creationDate')
due (show 5 tasks ordered by due date)
waiting (show 5 tasks with the tag 'Waiting for' ordered by 'creationDate')
repeating (show 5 repeating tasks orderd by 'creationDate')
subtasks (show 5 subtasks)
projects (show 5 projects ordered by creation date)
headings (show 5 headings ordered by creation date)
notes (show 5 notes as <headings>: <notes> ordered by creation date)
csv (export all tasks as semicolon seperated values incl. notes and Excel friendly)
stat (provide an overview of the numbers of tasks)
statcsv (export some statistics as semicolon seperated values for '-1 year')
mostClosed (show 5 days on which most tasks were closed)
mostCreated (show 5 days on which most tasks were created)
mostCancelled (show 5 days on which most tasks were cancelled)
mostTrashed (show 5 days on which most tasks were trashed)
mostTasks (show 5 projects which have most tasks)
mostCharacters(show 5 tasks which have most characters)
search (provide details about specific tasks)
feedback (give feedback, request and propose changes)
OPTIONS:
-l|--limitBy <number> Limit output by <number> of results
-w|--waitingTag <tag> Set waiting tag to <tag>
-o|--orderBy <column> Sort output by <column> (e.g. 'userModificationDate' or 'creationDate')
-s|--string <string> String <string> to search for
-r|--range <string> Limit CSV statistic export by <string>
```

## Examples
Expand All @@ -74,28 +82,33 @@ OPTIONS:
```
$ things.sh stat
Inbox : 0
Today : 18
Upcoming : 195
Next : 8
Someday : 1146
Completed : 10981
Cancelled : 8506
Trashed : 500
Tasks : 1329
Subtasks : 15
Projects : 99
Repeating : 84
Nextish : 183
Headings : 24
Oldest : 2016-01-22
Farest : 2021-01-04
Longest : 97
Productive: 317|2015-02-08
Days/Task : 39.0
Today : 2
Upcoming : 156
Next : 6
Someday : 823
Completed : 11964
Cancelled : 9245
Trashed : 541
Tasks : 968
Subtasks : 56
Waiting : 114
Projects : 97
Repeating : 91
Nextish : 145
Headings : 41
Oldest : 2010-09-28|XXX
Farest : 2021-01-04|XXX
Longest : 167|XXXXXXXXXX
Largest : 127|XXXXXXXXXX
Created : 147|2017-07-04
Closed : 124|2017-12-30
Cancelled : 324|2017-12-30
Trashed : 109|2017-08-02
Days/Task : 41.0
```

## CREDITS
Expand Down

0 comments on commit ddc1d2b

Please sign in to comment.