Add tool configuration
Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
17
README.md
17
README.md
@@ -3,6 +3,23 @@
|
||||
A simple tool for dumping a directory in a way that an LLM can understand it for adding to the context of a conversation. By default it recursively dumps from the current directory into the clipboard.
|
||||
|
||||
# Installation
|
||||
```
|
||||
git clone https://git.danhenry.dev/daniel/dumpy.git
|
||||
cd dumpy
|
||||
uv tool install .
|
||||
```
|
||||
|
||||
# Updating
|
||||
```
|
||||
git clone https://git.danhenry.dev/daniel/dumpy.git
|
||||
cd dumpy
|
||||
uv tool install .
|
||||
```
|
||||
|
||||
# Uninstalling
|
||||
```
|
||||
uv tool uninstall dumpy
|
||||
```
|
||||
|
||||
# Usage
|
||||
```
|
||||
|
||||
@@ -9,3 +9,6 @@ dependencies = [
|
||||
"pyperclip>=1.11.0",
|
||||
"rich>=14.3.1",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
dumpy = "dumpy:main"
|
||||
Reference in New Issue
Block a user