File tree Expand file tree Collapse file tree 4 files changed +2
-25
lines changed Expand file tree Collapse file tree 4 files changed +2
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ path_to_directory: Path to the directory you want to analyze.
48
48
--no-content: Exclude file contents from the output.
49
49
--include-git: Include .git directory in the analysis.
50
50
--max-size: Maximum allowed text content size in KB (default: 10240 KB).
51
+ --copy-to-clipboard: Copy the output to clipboard.
51
52
```
52
53
53
54
``` bash
Original file line number Diff line number Diff line change 1
1
tiktoken
2
2
colorama
3
3
PyGithub
4
- flake8
5
4
pyperclip
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = "codebase-digest" ,
8
- version = '0.1.30 ' ,
8
+ version = '0.1.31 ' ,
9
9
author = "Kamil Stanuch" ,
10
10
description = "Consolidates and analyzes codebases for insights." ,
11
11
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments