update TODO, new plans

This commit is contained in:
NRK
2022-11-04 03:13:37 +06:00
parent 1fd58627a8
commit cfc5a9fbcb
2 changed files with 2 additions and 4 deletions

View File

@ -85,4 +85,5 @@ to open, copy and add bookmarks via dmenu/rofi.
- [ ] Enhance `remove` arguments. Should take same 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
View File

@ -27,9 +27,6 @@ COL_LINK="\033[1;31m" # Red
COL_TITLE="\033[0;33m" # Yellow
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"
#################