https://github.com/samkg/vscode-repocat
Vscode extension for repocat
https://github.com/samkg/vscode-repocat
Last synced: about 1 year ago
JSON representation
Vscode extension for repocat
- Host: GitHub
- URL: https://github.com/samkg/vscode-repocat
- Owner: SamKG
- License: mit
- Created: 2025-02-11T17:28:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T17:42:28.000Z (over 1 year ago)
- Last Synced: 2025-02-11T18:34:14.044Z (over 1 year ago)
- Language: TypeScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# repocat README
A wrapper around the [repocat](https://github.com/SamKG/repocat) commandline tool. Runs it, and copies the output to your clipboard!
## Features
Please consult the repository for a list of features!
## Requirements
Requires `cargo` to be installed and available in PATH.
## Extension Settings
This extension contributes the following settings:
* `repocat.include`: List of globs passed to `--include` in the cli
* `repocat.exclude`: List of globs passed to `--exclude` in the cli
## Known Issues
## Release Notes
### 1.0.0
Initial release of repocat!