You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ pip install .
34
34
Use Codetree via the command-line interface (CLI). Run the following command in your terminal:
35
35
36
36
```bash
37
-
codetree /path/to/your/project
37
+
codetree
38
38
```
39
39
40
40
This scans the specified directory (or current directory by default) and outputs the number of lines of code in each file, plus a summary of total lines.
0 commit comments