https://github.com/eth-p/fish-cd-ranger
Ranger integration for fish shell.
https://github.com/eth-p/fish-cd-ranger
fish fish-plugin fish-shell fisher fisherman oh-my-fish ranger
Last synced: about 1 year ago
JSON representation
Ranger integration for fish shell.
- Host: GitHub
- URL: https://github.com/eth-p/fish-cd-ranger
- Owner: eth-p
- License: mit
- Created: 2021-08-01T00:04:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T18:51:23.000Z (over 2 years ago)
- Last Synced: 2025-02-09T00:26:08.284Z (over 1 year ago)
- Topics: fish, fish-plugin, fish-shell, fisher, fisherman, oh-my-fish, ranger
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# fish-cd-ranger
[Ranger](https://github.com/ranger/ranger) integration for fish shell.

## Features
- `cd-ranger` command to pick a new working directory with `ranger`.
- Hotkey to change the working directory to a `ranger` bookmark.
## Install
With [fisher](https://github.com/jorgebucaran/fisher):
```fish
fisher install eth-p/fish-cd-ranger
```
### Hotkey Support
If you want to change directory to `ranger` bookmarks with a hotkey, add the following to your `config.fish` file:
```fish
bind \cs 'cd-ranger --bookmark-hotkey'
```