Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eendroroy/zed-zsh
A simple wrapper for z to install as zsh plugin.
https://github.com/eendroroy/zed-zsh
jumparound z z-zsh zsh zsh-plugin
Last synced: about 1 month ago
JSON representation
A simple wrapper for z to install as zsh plugin.
- Host: GitHub
- URL: https://github.com/eendroroy/zed-zsh
- Owner: eendroroy
- License: mit
- Created: 2017-08-10T17:06:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T14:47:09.000Z (over 6 years ago)
- Last Synced: 2024-11-18T16:31:04.757Z (about 2 months ago)
- Topics: jumparound, z, z-zsh, zsh, zsh-plugin
- Language: Shell
- Homepage: https://github.com/rupa/z
- Size: 10.7 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZED
[![GitHub tag](https://img.shields.io/github/tag/eendroroy/zed-zsh.svg)](https://github.com/eendroroy/zed-zsh/tags)
[![Contributors](https://img.shields.io/github/contributors/eendroroy/zed-zsh.svg)](https://github.com/eendroroy/zed-zsh/graphs/contributors)
[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/eendroroy/zed-zsh/master.svg)](https://github.com/eendroroy/zed-zsh)
[![license](https://img.shields.io/github/license/eendroroy/zed-zsh.svg)](https://github.com/eendroroy/zed-zsh/blob/master/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/eendroroy/zed-zsh.svg)](https://github.com/eendroroy/zed-zsh/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/eendroroy/zed-zsh.svg)](https://github.com/eendroroy/zed-zsh/issues?q=is%3Aissue+is%3Aclosed)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/eendroroy/zed-zsh.svg)](https://github.com/eendroroy/zed-zsh/pulls)
[![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/eendroroy/zed-zsh.svg)](https://github.com/eendroroy/zed-zsh/pulls?q=is%3Apr+is%3Aclosed)**z in zsh**
## Installation
#### [antigen](https://github.com/zsh-users/antigen):
```bash
antigen bundle eendroroy/zed-zsh
```#### [zgen](https://github.com/tarjoilija/zgen):
```bash
zgen load eendroroy/zed-zsh
````#### [zplug](https://github.com/zplug/zplug):
```bash
zplug "eendroroy/zed-zsh"
````#### [antibody](https://github.com/getantibody/antibody):
```bash
antibody bundle eendroroy/zed-zsh
````## Usage
see here: [rupa/z](https://github.com/rupa/z/blob/master/README)
## Contributing
Bug reports and pull requests are welcome on GitHub at [zed-zsh](https://github.com/eendroroy/zed-zsh) repository.
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.## Author
* **indrajit** - *Owner* - [eendroroy](https://github.com/eendroroy)
## License
The project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).