https://github.com/harehare/vsfiler
vsfiler is an File Explorer for VS Code, inspired by vimfiler.
https://github.com/harehare/vsfiler
vscode-extension
Last synced: 10 months ago
JSON representation
vsfiler is an File Explorer for VS Code, inspired by vimfiler.
- Host: GitHub
- URL: https://github.com/harehare/vsfiler
- Owner: harehare
- License: mit
- Created: 2023-03-29T12:39:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T14:19:06.000Z (over 2 years ago)
- Last Synced: 2025-03-05T09:46:12.287Z (10 months ago)
- Topics: vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=harehare.vsfiler
- Size: 217 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vsfiler
vsfiler is an File Explorer for VS Code, inspired by vimfiler.

## Features
- Filter file and navigate directories by only keyboard.
- New files and directories, copy, rename and delete by only keyboard.
## Usage
`vsfiler.open` in the Command Pallet.
## Extension Settings
- `vsfiler.excludeGitIgnore`: Controls whether entries in .gitignore should be parsed and excluded from the Quick Filer..
- `vsfiler.exclude`: Configure glob patterns for exluding files.
## Release Notes
### 0.0.1
Initial release