We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e08e4 commit 0c5ff84Copy full SHA for 0c5ff84
1 file changed
README.md
@@ -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