Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T18:51:23.000Z (over 1 year ago)
- Last Synced: 2024-10-28T20:34:51.413Z (3 months 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.
![screenshot](./SCREENSHOT.svg)
## 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'
```