6df582db2a
The input keywords, combined as a single tag, are used to match against tags for each bookmark entry. Partial matches (but in same sequence) are accepted. The same input keywords are also used to search title metadata. Even if a single keyword is found in URL or title metadata the bookmark is shown in results. Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com> |
||
---|---|---|
LICENSE | ||
markit | ||
README.md |
MarkIt
Cmdline bookmark management utility written using Python3 and Sqlite3. Currently under development.
#License
GPL v3
Copyright (C) 2015 by Arun Prakash Jana <engineerarun@gmail.com>
Goals
- Parse the page being added and use keywords from Header, Title etc.
- Use tags to search pages
- Directly open in browser
- Parse full page data??? Not sure, might end up writing a search engine like Google. ;)
- Online and offline addition
- Optional password protection
- Update entries
Developer(s)
Arun PraKash Jana <engineerarun@gmail.com>