Skip to content

Commit

Permalink
changed 'gathered' to grabbed
Browse files Browse the repository at this point in the history
  • Loading branch information
keizo committed Dec 30, 2024
1 parent 293a904 commit 9278cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ggrab/ggrab.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ def main():
grand_total_lines += file_token_data[f]["total_lines"] # Add to total

# Print combined summary with token counts
print("Gathered code from:")
print("Grabbed code from:")
for f in results.keys():
ext = os.path.splitext(f)[1].lower()
total_tokens = file_token_data[f]["total_tokens"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ggrab"
version = "0.1.0a14"
version = "0.1.0a15"
description = "A CLI tool for extracting and sharing code files and functions. A manual context builder for pasting into llms."
readme = "README.md"
license = { text = "MIT" }
Expand Down

0 comments on commit 9278cf3

Please sign in to comment.