Skip to content

Commit 0c5ff84

Browse files
committed
readme
1 parent e6e08e4 commit 0c5ff84

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Code Tracker
2+
Tracking code lines and characters all subdirectories
3+
4+
## How to use
5+
Download codetracker - [Link]()
6+
7+
Move file to directory where you want
8+
Set environment variable, so that call codetracker anywhere you want
9+
In my case, i move ct.ext to C:/codetracker (make new directory here)
10+
And add environment variable "C:/codetracker"
11+
12+
### Options
13+
```
14+
-e [extensions] : tracking these extension files
15+
-q : quiet mode : tracking does not print Directory entry or File entry
16+
```
17+
example
18+
tracking current directory with py, rs, js extensions (quiet option)
19+
```powershell
20+
ct ./ -q -e py rs js
21+
```

0 commit comments

Comments
 (0)