Arun Prakash Jana
1db7ce00f0
Add note on web service sync
2017-08-18 05:02:16 +05:30
Arun Prakash Jana
bb5523cb97
Re-factor parts of README into Wiki articles
2017-08-15 20:07:27 +05:30
Alex
2b7f142245
Feature/search multiple tags ( #187 )
...
* Implement feature "Search multiple tags, exclusion in tag search"
Add failing test for searching any multiple set of tags
Search any tags works; passing tests
Add failing test for searching all multiple tags
Search all tags works
Do not allow combination of search logics
Adds support for tag exclusion search
Update Search Options Group
Update README
Clean up
Fix man/readme language
Fix search_by_tag docstring
Split tags by ' - ' not '-': allows for hyphenation
Remove unnecessary else
Change search_logic lang to search_operator
Update exclusion language in readme and man
Print warning if ',' and '+' are both used in a search
* Add documentation and examples to manpage, improve documentation in README and buku.py
* Enforce space separation of '+' and document
* Fix under-indent in tests that causes build failure
* Add test to check that search_by_tag constructs correct sqlite query; also remove unittest.skips from search_by_tag tests
* Move tag search preparation work into prep_tag_search helper function; add test to test_buku.py
* Use pytest.mark.parametrize for test_prep_tag_search
2017-08-15 02:37:01 +05:30
Arun Prakash Jana
281613bc40
Re-order installation section
2017-08-14 09:42:43 +05:30
Arun Prakash Jana
ee67d5989a
Update section name
2017-08-13 19:28:27 +05:30
Arun Prakash Jana
4cbc982d88
Update documentation, help
2017-08-13 17:23:05 +05:30
Arun Prakash Jana
fabe8ca4ab
Update note on attached packages
2017-08-13 11:40:13 +05:30
Arun Prakash Jana
274df03394
Update list of collaborators
2017-08-13 03:46:34 +05:30
Arun Prakash Jana
ec3e50c445
Document auto-import option
2017-08-13 03:45:56 +05:30
rachmadani haryono
007d19d2b6
add test documentation ( #181 )
...
* new: doc: running test
* chg: doc: add to toc
2017-08-10 08:21:30 +05:30
Arun Prakash Jana
5b26d49044
Option --suggest - list similar bookmarks
2017-08-01 21:07:03 +05:30
Arun Prakash Jana
bb9810c093
Add prompt help
2017-07-25 09:28:32 +05:30
Arun Prakash Jana
a9f4cd502a
Honor --tacit: import folder names as tags if True
2017-07-20 10:14:37 +05:30
Arun Prakash Jana
c81cb03f55
ToDo list is rolled
2017-07-19 16:33:29 +05:30
rachmadani haryono
115c9651f8
Feature/test non generic url ( #173 )
...
* new: test: non generic url check method
* fix: test: test parameter
* chg: test: edit apt url
* fix: test: apt parameter
* chg: dev: allow `apt:` prefix
* new: test: `place:` url
* chg: doc: `apt:` prefix
2017-07-18 20:05:08 +05:30
Arun Prakash Jana
16cad432d7
Ignore some non-generic URLs.
...
URLs starting with `place:`, `file://` and `apt://` are ignored during import.
2017-07-18 10:50:27 +05:30
Arun Prakash Jana
3c29568e33
Update 'As a library' section
2017-06-20 10:46:38 +05:30
rachmadani haryono
e10ba67b86
new: doc: add example to use buku as library ( #166 )
...
* new: doc: add example buku as library
* fix: move to actual library section
2017-06-20 10:35:08 +05:30
Arun Prakash Jana
6abfea2e33
Support XDG_DATA_HOME, HOME to store DB file on all platforms
2017-05-29 01:09:33 +05:30
Arun Prakash Jana
6f3ca731d6
Add Say Thanks!, change PayPal badge
2017-05-15 17:33:32 +05:30
Arun Prakash Jana
f293bb290e
Add note on third-party integration
2017-05-06 04:03:03 +05:30
Bryan Gilbert
818d015b3b
add aditional format option to print url, title, and tag ( #157 )
2017-05-04 01:03:45 +05:30
Arun Prakash Jana
316f1d9964
Add NixOS to package manager list
2017-04-27 02:54:02 +05:30
Cthulhux
44760fe035
Changed the Buku path on Windows to what other people think is right ( #153 )
2017-04-27 01:25:51 +05:30
Arun Prakash Jana
abac8d016b
Handle -ve indices in print_rec
2017-04-26 19:56:49 +05:30
Arun Prakash Jana
b55bb2e37a
Update README.md
2017-04-26 12:52:47 +05:30
Arun Prakash Jana
86b85dfb32
Update mentions
2017-04-25 18:50:55 +05:30
Arun Prakash Jana
b69007e9a6
Show title in headline, url below
...
If no title, use the string "Untitled".
2017-04-19 09:33:07 +05:30
Arun Prakash Jana
da7ff951d0
Change in colors
2017-04-08 22:26:00 +05:30
Arun Prakash Jana
26def85793
Add notes on tag editing at prompt
2017-04-07 09:34:44 +05:30
Arun Prakash Jana
706f234989
Support append/overwrite/delete tags from prompt
2017-04-07 01:27:36 +05:30
Arun Prakash Jana
f1a5cd4b88
Import folder names in lowercase. Document.
2017-04-06 08:28:12 +05:30
Cthulhux
3297499fe4
Better Windows support: Finding the user profile directory even on Win32 ( #144 )
...
* Better Windows support: Finding the user profile directory even on Win32
* Better Windows support: Finding the user profile directory even on Win32
2017-04-03 01:58:26 +05:30
Arun Prakash Jana
84694f95ce
Add a note and message on waiting on input from stdin
2017-03-31 22:45:24 +05:30
Arun Prakash Jana
b978672e50
Update README.md
...
Reduce anchor fonts in Markdown
2017-03-29 15:30:37 +05:30
Arun Prakash Jana
50c6593bb8
Roll ToDo list
2017-03-28 19:43:22 +05:30
Arun Prakash Jana
ec8259d5a5
Support tail-like behaviour with --print
2017-03-19 00:45:26 +05:30
Arun Prakash Jana
fc5ee94b86
Update, reorder, align help and examples.
2017-03-17 20:48:11 +05:30
Arun Prakash Jana
7fae7b47b7
Add short option to regex and tag search
2017-03-17 08:10:55 +05:30
Arun Prakash Jana
eeb7e99c16
Disable -r for --replace
2017-03-17 00:07:51 +05:30
Arun Prakash Jana
46e2e4a704
Disable -t for --title
2017-03-16 23:45:37 +05:30
Arun Prakash Jana
0d87104679
Update features
...
Update badges
Add tabular dependencies
Re-structure README
2017-03-15 05:35:19 +05:30
Arun Prakash Jana
2650bd74e9
Add API get_max_id(), -p -1
shows max index
2017-03-06 02:26:40 +05:30
Arun Prakash Jana
1a96cca5f2
Update related projects section
2017-02-28 19:33:38 +05:30
Arun Prakash Jana
0d9fad407f
Update features section
2017-02-20 20:28:36 +05:30
Arun Prakash Jana
325aab9c78
Prepare for release v2.9.
2017-02-20 19:35:55 +05:30
Arun Prakash Jana
883cbf8ec2
Add check for --add with --url, update help
2017-02-11 19:40:42 +05:30
Arun Prakash Jana
2e0ce3e143
Auto-detect markdown with export and import
...
The file extension '.md' is used to detect a markdown
file. With this, option --markdown is removed.
2017-02-10 22:14:00 +05:30
Arun Prakash Jana
8cc17a1833
Shorten --upstream to -V.
2017-02-10 20:34:24 +05:30
Arun Prakash Jana
df78a06f6f
Shorten --markdown to --md.
2017-02-10 19:36:39 +05:30