From cfc5a9fbcbe75f3365406be64e0032fcd062e5c0 Mon Sep 17 00:00:00 2001 From: NRK Date: Fri, 4 Nov 2022 03:13:37 +0600 Subject: [PATCH] update TODO, new plans --- README.md | 3 ++- sxbm | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c4b8ac4..20e86e5 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/sxbm b/sxbm index 53b7f66..5c43501 100755 --- a/sxbm +++ b/sxbm @@ -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" #################