From 71946af3c09b474d4c83080eedb51d0b5a19e49d Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 23 Apr 2016 22:54:02 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fdade71..4a620ea 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,7 @@ Add the same text at the beginning of multiple lines: # Contributions Pull requests are welcome. Some of the features I have in mind are: - Support subcommands using argparse +- Ubuntu deb package - Merge bookmark database files (for users who work on multiple systems) - Exact word match (against substring in a word as it works currently. Hint: REGEXP) - Parse full page data??? Might end up writing a search engine like Google. ;)