bmark/README.md

37 lines
606 B
Markdown
Raw Permalink Normal View History

2023-02-21 12:05:57 -03:00
# bmark
Organize your bookmarks easily!
2023-05-11 16:15:55 -03:00
## Dependencies
- ag
- rofi
## Files
- bmark
- bmark-add
2023-02-21 12:05:57 -03:00
## Usage
2023-05-11 16:15:55 -03:00
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!
2023-02-21 12:05:57 -03:00
## Install
```
make install
```