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

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

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