Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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'
```