implement bm_remove

this is a barebone implementaion which only accepts line number as argument.
This commit is contained in:
NRK
2021-06-25 19:28:07 +06:00
parent 5df5a39a86
commit e5a46fc36b
2 changed files with 25 additions and 1 deletions

View File

@ -43,11 +43,16 @@ Edit bookmarks.
sxbm edit
```
Remove a bookmark.
```
sxbm rm <line_number>
```
Run `sxbm --help` to see more detailed usage.
## Todo
- [ ] Implement remove. Should take same arguments as `open`.
- [ ] Enhance `remove` arguments. Should take same arguments as `open`.
- [ ] Enhance `edit` arguments. Should take similar arguments as `open`.
- [ ] Add a dmenu/rofi wrapper.
- [ ] Add PGP encryption.