Skip to content

Commit 030aa82

Browse files
committed
Update README with terminal tracking
1 parent 72b7917 commit 030aa82

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Currently there are plug-ins for Atom, Sublime, Jetbrains IDEs and Vim. More wil
108108
- [Vim](https://github.com/git-time-metric/gtm-vim-plugin)
109109
- [IntelliJ IDEA, PyCharm, WebStorm, AppCode, RubyMine, PhpStorm, AndroidStudio ](https://github.com/git-time-metric/gtm-jetbrains-plugin)
110110
- [VSCode](https://github.com/nexus-uw/vscode-gtm)
111+
- [Terminal](https://github.com/git-time-metric/gtm-terminal-plugin)
111112

112113
## Initialize a project for time tracking
113114

@@ -169,15 +170,18 @@ Available commands are:
169170
Warning - any time logged will be cleared from your working directory
170171
171172
init
172-
Usage: gtm init
173+
Usage: gtm init [-terminal=[true|false]]
173174
Initialize a git project for time tracking
174175
175176
record
176-
Usage: gtm record [-status] <path/file>
177-
Record a file event
177+
Usage: gtm record [-status] [-terminal] [<path/file>]
178+
Record a file or terminal events
179+
180+
record file event -> gtm record /path/file
181+
record terminal event -> gtm record -terminal
178182
179183
report
180-
Usage: gtm report [-n] [-format commits|totals|files|timeline] [-total-only]
184+
Usage: gtm report [-n] [-format commits|files|timeline] [-total-only]
181185
Report on time logged
182186
183187
status

0 commit comments

Comments
 (0)