improved bmark. add: bmark-add
This commit is contained in:
parent
cb0daceb1e
commit
cbdfae1b11
4 changed files with 48 additions and 2 deletions
24
README.md
24
README.md
|
@ -2,9 +2,31 @@
|
|||
|
||||
Organize your bookmarks easily!
|
||||
|
||||
## Dependencies
|
||||
|
||||
- ag
|
||||
- rofi
|
||||
|
||||
## Files
|
||||
|
||||
- bmark
|
||||
- bmark-add
|
||||
|
||||
## Usage
|
||||
|
||||
Simple script to access your bookmarks easily. Just run bmark!
|
||||
Simple script to access your bookmarks easily. Just run bmark to access your bookmarks! To add, copy the content and run bmark-add
|
||||
|
||||
## Files
|
||||
|
||||
The bookmarks will be saven in the file `$HOME/.config/bmark/bookmark`. It may contain a "comment" that will be shown in the rofi menu. For instance:
|
||||
|
||||
```
|
||||
an-interesting-content # name of the content
|
||||
```
|
||||
|
||||
in the rofi menu, will be shown ` name of the content` and it will be copied `an-interesting-content`.
|
||||
|
||||
Enjoy!
|
||||
|
||||
## Install
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue