blob detection
This commit is contained in:
13
README.md
13
README.md
@ -12,6 +12,8 @@ Example use case:
|
||||
|
||||
- Aggregate and view the contents of multiple files or directories in one command.
|
||||
- Automatically copy the aggregated result to the clipboard for seamless integration with other tools or platforms.
|
||||
- Export your codebase to a markdown document.
|
||||
- Export your codebase to a typst document.
|
||||
|
||||
## Dependencies
|
||||
|
||||
@ -42,14 +44,21 @@ The binary will be placed in your $GOPATH/bin directory. Ensure $GOPATH/bin is i
|
||||
|
||||
## Example Usage
|
||||
|
||||
Concatenate files and directories:
|
||||
### Concatenate files and directories:
|
||||
|
||||
```bash
|
||||
./pat file1.txt folder/
|
||||
pat file1.txt folder/
|
||||
```
|
||||
|
||||
Output is printed to the terminal and copied to the clipboard, allowing you to paste it elsewhere.
|
||||
|
||||
### Create printed
|
||||
|
||||
```sh
|
||||
|
||||
pat -t -i .gitignore . | typst compile /dev/stdin pat.pdf
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
#### Notes
|
||||
|
Reference in New Issue
Block a user