Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usami-k/fish-cd-ghq
fish shell plugin : Change directory to select from ghq list
https://github.com/usami-k/fish-cd-ghq
cd fish-shell fisherman ghq
Last synced: 26 days ago
JSON representation
fish shell plugin : Change directory to select from ghq list
- Host: GitHub
- URL: https://github.com/usami-k/fish-cd-ghq
- Owner: usami-k
- License: apache-2.0
- Created: 2019-02-15T07:27:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T04:21:53.000Z (6 months ago)
- Last Synced: 2024-11-05T19:58:52.073Z (2 months ago)
- Topics: cd, fish-shell, fisherman, ghq
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fish-cd-ghq
[fish shell](https://fishshell.com) plugin : Change directory to select from ghq list
## Install
With [fisher](https://github.com/jorgebucaran/fisher)
```
fisher add usami-k/fish-cd-ghq
```## Usage
* This plugin needs ghq command.
* This plugin needs fzf command.
* To change directory, run `g` command.
* For those who prefer using shortcut keys, we recommend [decors/fish-ghq](https://github.com/decors/fish-ghq).## License
Copyright 2019 USAMI Kosuke
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.