implement bm_remove
this is a barebone implementaion which only accepts line number as argument.
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user