Skip to content

Commit 59f4363

Browse files
configs
0 parents  commit 59f4363

File tree

5 files changed

+2257
-0
lines changed

5 files changed

+2257
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Recursive Copy
2+
3+
This plugin adds a context menu item to the nav panel when right clicking a folder that allows you to copy all markdown files in that folder, concatenate them, and place them in the clipboard. Recursive copy can be activated via hotkey (default: unbound), in which case everything in the active file's parent folder will be copied.
4+
5+
Recursive copy is meant to be used to quickly load context into LLMs such as Claude Artifacts or ChatGPT.

manifest.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"id": "recursive-copy",
3+
"name": "Recursive Copy",
4+
"version": "1.0.0",
5+
"minAppVersion": "0.15.0",
6+
"description": "Recursively copies all markdown files in a folder, concatenates them, and copies them into the clipboard. Useful for quickly loading context into AI. Can be triggered by right clicking a folder and selecting the context menu item, or by binding a key (will copy everything in the active file's folder).",
7+
"author": "datawitch",
8+
"authorUrl": "https://github.com/StructByLightning",
9+
"fundingUrl": "",
10+
"isDesktopOnly": false
11+
}

0 commit comments

Comments
 (0)