update TODO, new plans
This commit is contained in:
@ -85,4 +85,5 @@ to open, copy and add bookmarks via dmenu/rofi.
|
|||||||
|
|
||||||
- [ ] Enhance `remove` arguments. Should take same arguments as `open`.
|
- [ ] Enhance `remove` arguments. Should take same arguments as `open`.
|
||||||
- [ ] Enhance `edit` arguments. Should take similar arguments as `open`.
|
- [ ] Enhance `edit` arguments. Should take similar arguments as `open`.
|
||||||
- [ ] Add PGP encryption.
|
- [ ] Allow reading the bookmark file via stdin and writing it out via stdout.
|
||||||
|
This would allow someone to easily encrypt their bookmarks if they wish.
|
||||||
|
|||||||
3
sxbm
3
sxbm
@ -27,9 +27,6 @@ COL_LINK="\033[1;31m" # Red
|
|||||||
COL_TITLE="\033[0;33m" # Yellow
|
COL_TITLE="\033[0;33m" # Yellow
|
||||||
COL_LINE_NUM="\033[1;34m" # Blue
|
COL_LINE_NUM="\033[1;34m" # Blue
|
||||||
|
|
||||||
# 1 to enable encryption, 0 to disable it
|
|
||||||
# This currently does nothing, since the feature isn't implemented yet.
|
|
||||||
ENCRYPTION="0"
|
|
||||||
|
|
||||||
|
|
||||||
#################
|
#################
|
||||||
|
|||||||
Reference in New Issue
Block a user