https://github.com/clearfeld/vscode-find-file-and-directory-commands
https://github.com/clearfeld/vscode-find-file-and-directory-commands
fd fzf ripgrep vscode vscode-commands vscode-extension
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clearfeld/vscode-find-file-and-directory-commands
- Owner: clearfeld
- Created: 2022-11-14T05:05:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T18:01:08.000Z (almost 2 years ago)
- Last Synced: 2023-08-16T20:15:19.307Z (almost 2 years ago)
- Topics: fd, fzf, ripgrep, vscode, vscode-commands, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=clearfeld.find-file-and-directory-commands
- Size: 350 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# Vscode - More find file and directory commands
## Dependencies
* [lsd](https://github.com/Peltoche/lsd)
* [fd](https://github.com/sharkdp/fd)
* [ripgrep](https://github.com/BurntSushi/ripgrep)
* [fzf](https://github.com/junegunn/fzf)
* [jq](https://github.com/stedolan/jq)## Find File (emacs styled)
| Find file (panel) | Find File (editor) |
|-|-|
|  |  |### Configuration
| Name | Description |
| - | - |
| `emacs-minibuffer-find-file-commands.defaultDirectory` | Certain views don't provide an underlying directory (ex. startup screen). So this value can be set to have a default directory to start the search from. |## FInd File (FD and FZF style fuzz)
| Find File (FD and FZF) |
| ---------------------- |
|  |### Commands
| Command | Description |
| ------- | ----------- |
| `Find File - FD (Panel)` | fd from directory of active editor |
| `Find File - FD (Editor)` | Editor version of above |
| `Find File - FD from project root (GIT)(Panel)` | fd from the project root (git project root (top-level)) |
| `Find File - FD from project root (GIT)(Editor)` | Editor version of above |## Find File (ripgrep)
| Find File (Ripgrep) |
| ---------------------- |
|  |### Commands
| Command | Description |
| ------- | ----------- |
| `Find File - Ripgrep (rg) (Panel)` | Use ripgrep to search file contents from directory of active editor |