Skip to content

Commit

Permalink
author added to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
keizo committed Dec 22, 2024
1 parent 1f87129 commit 51a0447
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ggrab
# ggrab - Grug Grab Tool

A CLI tool for manually building context to paste into llm chats. `ggrab` gathers functions, classes, or entire files wraps them with xml and copies it to the clipboard.

Expand Down Expand Up @@ -107,6 +107,10 @@ autoload -U bashcompinit && bashcompinit
eval "$(register-python-argcomplete ggrab)"
```

## Acknowledgments

- Developed -- ok, prompted into existance by Claude 3.5, o1 pro. Fixed up to working order by [Keizo Gates](https://github.com/keizo) making [GrugNotes](https://grugnotes.com) :)

## License

MIT License
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.0a5"
version = "0.1.0a6"
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 51a0447

Please sign in to comment.