An open API service indexing awesome lists of open source software.

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

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!