Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinriyo/bookmark
Fish shell bookmark command.
https://github.com/shinriyo/bookmark
Last synced: 19 days ago
JSON representation
Fish shell bookmark command.
- Host: GitHub
- URL: https://github.com/shinriyo/bookmark
- Owner: shinriyo
- License: mit
- Created: 2019-10-13T04:56:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T01:06:21.000Z (almost 4 years ago)
- Last Synced: 2024-04-13T16:17:06.471Z (7 months ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bookmark
It is inspired from [Qiita bm command](https://qiita.com/mokemokechicken/items/69af0db3e2cd27c1c467?fbclid=IwAR3VERLg2jRjoYlbnxeRBqXBDGEfF9nYBSagi1IoX77ocWk3_yQQm7PXJC8)
It easily add your path as bookmark. And you can move ther path quickly.
## Install
With [Fisher](https://github.com/jorgebucaran/fisher)
```
fisher install shinriyo/bookmark
```## commands
* Add path as bookmark
If you add current path with auto number.
```
bmadd
```If you add current path with define name.
```
bmadd [path nameh]
```
ex) `bmadd hoge`* Get list of bookmark
Just show list of bookmark.
```
bmls
```Or the command below without paramates.
```
bm
```* Move path you bookmark
You use number or path name.
```
bm [number]
```
ex) `bm 1````
bm [path name]
```
ex) `bm hoge`* Edit path setting file
It runs vi editor and open modify `~/.bmrc` file.
```
bmvi
```## help
* Where is file?
It is here.
```
~/.bmrc
```