Add tool configuration

Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
2026-01-24 19:10:04 -06:00
parent f01921e087
commit 6e1787885c
2 changed files with 21 additions and 1 deletions

View File

@@ -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
```
@@ -17,6 +34,6 @@ options:
--no-clipboard Skip putting content into the clipboard and ouput directly to the console
--no-stats Skip printing stats at the end of the output
```
# Notes
- Token estimation is really bad, it's just the number of total characters divided by 4