https://github.com/wraith13/file-path-bar-vscode
Show file path in status bar for VS Code.
https://github.com/wraith13/file-path-bar-vscode
Last synced: 10 months ago
JSON representation
Show file path in status bar for VS Code.
- Host: GitHub
- URL: https://github.com/wraith13/file-path-bar-vscode
- Owner: wraith13
- License: bsl-1.0
- Created: 2020-02-20T09:58:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T06:36:02.000Z (about 3 years ago)
- Last Synced: 2025-05-08T00:38:30.018Z (about 1 year ago)
- Language: TypeScript
- Size: 1.79 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
# File Path Bar README
[  ](https://marketplace.visualstudio.com/items?itemName=wraith13.file-path-bar)
Show active file path in status bar.
## Features
- show active file path in status bar.
- show active file's menus when click status bar item.

## Tutorial
### 0. โฌ๏ธ Install File Path Bar
Show extension side bar within VS Code(Mac:Command+Shift+X, Windows and Linux: Ctrl+Shift+X), type `file-path-bar` and press Enter and click Install. Restart VS Code when installation is completed.
### 1. ๐ Active file path in status bar.
The active file path is automatically displayed in status bar. Click to copy the path or browse to the folder where the file is stored.
### 2. ๐ง Next step
You can change [settings](#extension-settings) by `settings.json`. And you can apply [keyboard shortcuts](#keyboard-shortcut-settings) by `keybindings.json`.
Enjoy!
## Commands
* `File Path Bar: Show Menu ...` : Show File Path Bar menu.
## Extension Settings
This extension contributes the following settings by [`settings.json`](https://code.visualstudio.com/docs/customization/userandworkspace#_creating-user-and-workspace-settings)( Mac: Command+,, Windows / Linux: File -> Preferences -> User Settings ):
* `filePathBar.statusBarAlignment`: Alignment on status bar. Requires a restart to take effect.
## Keyboard shortcut Settings
In default, filePathBar's commands doesn't apply keyboard shortcuts. Althogh,
you can apply keyboard shortcuts by [`keybindings.json`](https://code.visualstudio.com/docs/customization/keybindings#_customizing-shortcuts)
( Mac: Code -> Preferences -> Keyboard Shortcuts, Windows / Linux: File -> Preferences -> Keyboard Shortcuts).
Command name on `keybindings.json` is diffarent from on Command Pallete. See below table.
|on Command Pallete|on keybindings.json|
|-|-|
|`File Path Bar: Show Menu ...`|`filePathBar.menu`|
## Release Notes
see ChangLog on [marketplace](https://marketplace.visualstudio.com/items/wraith13.file-path-bar/changelog) or [github](https://github.com/wraith13/file-path-bar-vscode/blob/master/CHANGELOG.md)
## Support
[GitHub Issues](https://github.com/wraith13/file-path-bar-vscode/issues)
## License
[Boost Software License](https://github.com/wraith13/file-path-bar-vscode/blob/master/LICENSE_1_0.txt)
## Download VSIX file ( for VS Code compatible softwares )
[Releases ยท wraith13/file-path-bar-vscode](https://github.com/wraith13/file-path-bar-vscode/releases)
## Other extensions of wraith13's work
|Icon|Name|Description|
|---|---|---|
| |[Background Phi Colors](https://marketplace.visualstudio.com/items?itemName=wraith13.background-phi-colors)|This extension colors the background in various ways.|
| |[Zoom Bar](https://marketplace.visualstudio.com/items?itemName=wraith13.zoombar-vscode)|Zoom UI in status bar for VS Code.|
| |[Blitz](https://marketplace.visualstudio.com/items?itemName=wraith13.blitz)|Provide a quick and comfortable way to change settings by quick pick based UI.|
See all wraith13's expansions: