This is a minimal tool that allows you to navigate through a directory tree using vim-like keybindings (j/k or arrow keys), select files or directories, and copy their contents as Markdown snippets to the system clipboard.
- Navigate files and directories
- Select multiple files or entire directories
- Copies selected files' contents to the clipboard as a Markdown snippet
- Vim-like navigation (
j/k/gg/G) and file selection (Enter)
-
Navigation:
j/↓: Move downk/↑: Move up[count]jor[count]k: Move multiple linesgg: Jump to topG: Jump to bottom or[count]Gto jump to a specific line number
-
Selection:
Enter: Toggle selection of a file or directory (directories toggle all descendants)
-
Exit:
q: Quit
- Python 3.10+
pyperclip- linux
- xclip