https://github.com/rain1024/bookmark
Bookmark Plugin for Zsh
https://github.com/rain1024/bookmark
Last synced: 11 months ago
JSON representation
Bookmark Plugin for Zsh
- Host: GitHub
- URL: https://github.com/rain1024/bookmark
- Owner: rain1024
- Created: 2014-11-25T04:03:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-18T04:33:36.000Z (over 11 years ago)
- Last Synced: 2025-04-26T13:41:04.447Z (about 1 year ago)
- Language: Shell
- Size: 136 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bookmark
========
Bookmark Plugin for Zsh
### Features:
* Autocomplete
### Requirements:
* zsh
* oh-my-zsh
* apparix
```sh
sudo apt-get install apparix
# check
$ apparix
```
### Install
**Step 1**
```
cd ~/.oh-my-zsh/custom/plugins/
git clone https://github.com/rain1024/bookmark
```
**Step 2**
In `~/.zshrc`, add `bookmark` to your `plugins`
```
plugins=(bookmark)
```
### Usage:
```
bl list bookmarks
ba add a bookmark
bt cd to a bookmark
bd delete a bookmark
```