Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qoomon/zjump
Simplify zsh directory navigation; jump to already visited, parent or sub folders.
https://github.com/qoomon/zjump
cd console fzf jump shell terminal zsh
Last synced: about 2 months ago
JSON representation
Simplify zsh directory navigation; jump to already visited, parent or sub folders.
- Host: GitHub
- URL: https://github.com/qoomon/zjump
- Owner: qoomon
- License: mit
- Created: 2017-04-21T12:20:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T18:09:02.000Z (about 1 year ago)
- Last Synced: 2024-11-15T13:57:12.419Z (2 months ago)
- Topics: cd, console, fzf, jump, shell, terminal, zsh
- Language: Shell
- Homepage:
- Size: 42 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zjump
![zjump](zjump.gif)
## Usage
| cmd | |
|--- |--- |
| `j [query]` | select from directory history |
| `j .. [query]` | select from parent directories |
| `j . [query]` | select from sub directories |
| `j --purge` | remove non-existing directories from history |## Install
### Requirements
* Installed [fzf](https://github.com/junegunn/fzf)### [zgem](https://github.com/qoomon/zgem)
`zgem bundle 'https://github.com/qoomon/zjump.git' from:'git' use:'zjump.zsh'`
### [zplug](https://github.com/zdharma/zplugin)
`zplug qoomon/zjump`
### [zgen](https://github.com/tarjoilija/zgen)
```
zgen load qoomon/zjump
zgen save
```
### [Antigen](https://github.com/zsh-users/antigen)
```
antigen bundle qoomon/zjump
antigen apply
```
### [Oh My ZSH! custom plugin](http://ohmyz.sh/)
```
git clone https://github.com/qoomon/zjump $ZSH_CUSTOM/plugins/zjump
plugins+=(zjump)
```
### [zplug](https://github.com/zplug/zplug)
`zplug "qoomon/zjump"`
### manually
```
git clone https://github.com/qoomon/zjump.git
source zjump/zjump.zsh
```