Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bodil/vscode-file-browser
https://github.com/bodil/vscode-file-browser
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/bodil/vscode-file-browser
- Owner: bodil
- License: lgpl-3.0
- Created: 2020-06-21T18:50:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-24T00:00:09.000Z (11 months ago)
- Last Synced: 2024-04-15T12:19:16.882Z (7 months ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=bodil.file-browser
- Size: 1.38 MB
- Stars: 82
- Watchers: 5
- Forks: 21
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# File Browser
An integrated, keyboard driven file selector for VS Code, inspired by Emacs's
[Helm](https://emacs-helm.github.io/helm/) file selector.![screenshot](images/file-browser.gif)
## Features
This is what this extension gives you:
- A fully keyboard driven file open dialog: bind `file-browser.open` to `Ctrl+O` (or `C-x C-f` if
you're an Emacs expat) and enjoy the lack of OS file dialog clutter.
- Start typing a file name to quickly find it in the current folder. Use `Tab` to autocomplete.
- Automatically create files and folders just by typing their names and selecting the option that
appears.
- Easy navigation in and out of folders by using the left and right arrow keys.
- Navigate to your home folder by typing `~/` into the search box, or step up to the parent folder
by typing `../`.
- Perform file operations like rename and delete by stepping into a file with the right arrow key,
or by hitting `Ctrl+A` on any file or folder.## Licence
Copyright 2020 Bodil Stokke
This program is free software: you can redistribute it and/or modify it under the terms of the GNU
Lesser General Public License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.You should have received a copy of the GNU Lesser General Public License along with this program. If
not, see .## Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct][coc]. By
participating in this project you agree to abide by its terms.[coc]: https://github.com/bodil/vscode-file-browser/blob/master/CODE_OF_CONDUCT.md