Commit Graph

299 Commits

Author SHA1 Message Date
Paul
b294351436 added test_append_tag_at_all_indices 2016-08-24 13:31:45 -05:00
Paul
4a43b39743 adding 2 tests, refactors for improved testing 2016-08-24 01:51:27 -05:00
Paul
ec74961762 adding test_append_tag_at_index 2016-08-23 01:10:14 -05:00
Paul
076b2eda7a adding test_delete_all_bookmarks 2016-08-21 18:09:07 -05:00
christian Sillaber
536dc759ee added preliminary functionality to open a range of search results 2016-08-18 17:19:53 +02:00
Arun Prakash Jana
5ac703d6ae
Update URL. 2016-08-14 01:01:35 +05:30
Arun Prakash Jana
24f50b2d73
Update tag help. 2016-07-11 22:48:40 +05:30
Arun Prakash Jana
1c8d8fae4e Merge pull request #51 from lucasmgrando/master
delete multiple tags (but not all) from a bookmark in a go
2016-07-11 22:32:11 +05:30
Arun Prakash Jana
5c890aa136 Update search and delete. Add help. 2016-07-11 21:09:01 +05:30
Dragos Stoica
b260197743 Add batch-delete feature
When any search flag (-s/-S/--st) is combined with
-d, the results can be deleted
2016-07-09 18:19:16 +03:00
Arun Prakash Jana
67033ad643 Update buku 2016-07-05 23:27:54 +05:30
Arun Prakash Jana
2b330d55e8 Update buku 2016-07-04 22:15:21 +05:30
lucasmgrando
978b5962a8 Merge branch 'master' of https://github.com/jarun/Buku 2016-07-03 18:53:56 -03:00
lucasmgrando
b847373e78 delete tag 2016-07-03 18:50:44 -03:00
Arun Prakash Jana
77e42ecde8
Add symbols in help. 2016-07-03 15:36:50 +05:30
Arun Prakash Jana
12b64cac25
Remove force option.
Disable status 500 handling, always access relative URL.
Remove TAB.
Explicit relative path.
2016-07-03 15:03:41 +05:30
Arun Prakash Jana
5a8c3a3072
Remove UA, fix gzip stream decode, try relative resource path on redirection. 2016-07-03 11:08:05 +05:30
Arun Prakash Jana
6fcba64e12
Remove redundant function and line number info. 2016-07-02 22:06:04 +05:30
Arun Prakash Jana
9a175103ee
User agent: Firefox on Ubuntu. 2016-07-01 01:22:35 +05:30
Arun Prakash Jana
99f16e94ba
Show function name and line no. for exceptions. 2016-07-01 01:01:51 +05:30
Arun Prakash Jana
f00a9157c7
Use logging instead of print() wherever possible. 2016-06-30 23:58:26 +05:30
Arun Prakash Jana
b35d22f835
Logging and debug changes.
Use logging module. Remove global `debug`.
warn is deprecated, used warning.
Remove printmsg(), use logging.
Refine abort message.
Use logging framework to print exception.
2016-06-30 23:41:32 +05:30
Arun Prakash Jana
dbab849bb1
Remove global pipeargs. 2016-06-30 19:49:57 +05:30
Arun Prakash Jana
a94c416b07
Cryptography import may fail due to multiple libs. 2016-06-30 00:33:32 +05:30
Arun Prakash Jana
a6b406ebc4
Remove global showOpt. 2016-06-29 23:52:07 +05:30
Arun Prakash Jana
0db71207f5
Remove global jsonOutput. 2016-06-29 23:36:33 +05:30
Arun Prakash Jana
2861fb4d49
Remove global noninteractive. 2016-06-29 23:00:57 +05:30
poikjhn
15d6e85f78 Merge branch 'master' into tests 2016-06-28 23:17:01 +02:00
Arun Prakash Jana
bce3bc9eef
Remove leagacy DB file move logic. 2016-06-25 21:45:15 +05:30
poikjhn
ec2569f142 adding test_list_tags 2016-06-24 23:57:26 +02:00
Arun Prakash Jana
b7b358c094 Update buku 2016-06-22 20:18:45 +05:30
Arun Prakash Jana
5541854089
Bump version 2016-06-21 21:21:37 +05:30
Arun Prakash Jana
1623e5311d
Reduce space between url and db index. 2016-06-18 21:00:50 +05:30
Arun Prakash Jana
50ffd25ba6
Indices list can only have +ve integers 2016-06-18 21:00:50 +05:30
Arun Prakash Jana
4c29962acc
Range doesn't include stop 2016-06-17 03:36:51 +05:30
Arun Prakash Jana
2abeffe4c5
Delete a range OR list of indices 2016-06-17 02:38:38 +05:30
Arun Prakash Jana
9c37d30da6
Append update. 2016-06-12 16:18:10 +05:30
Arun Prakash Jana
87397e3788
Add append tag support. 2016-06-12 16:00:54 +05:30
Arun Prakash Jana
07ed8da4c3
mergedb: open input DB file in ro mode (Pyhton 3.4.4 and above) 2016-06-11 11:33:56 +05:30
Arun Prakash Jana
cc30cce6a9
Man and help update. 2016-06-08 22:31:36 +05:30
Arun Prakash Jana
0862fe454e
Remove manual title update logic from refreshdb().
Manual title update is handled in update_bookmark().
2016-06-08 07:48:54 +05:30
Arun Prakash Jana
550469b15f
Filter and sort tags after replacing. 2016-06-07 21:26:22 +05:30
Arun Prakash Jana
6c26f3c26c
Fix #40
Only 'buku -u' refreshes all titles.
Confirm whether to update all records if index passed to update is 0.
2016-06-07 08:16:29 +05:30
Arun Prakash Jana
ff3b6f8781
search results: show DB index in bold. 2016-06-06 22:56:12 +05:30
Arun Prakash Jana
ccebb67a0e
Use + instead of extend(). 2016-06-04 05:52:16 +05:30
Rasmus Steinke
7a47910611 Use tab delimiter for -f N 2016-06-02 22:46:05 +02:00
Arun Prakash Jana
4bfc310ac4
return if not a fatal error. 2016-06-02 23:52:36 +05:30
Arun Prakash Jana
d3abd6b692
Do not show empty fields of bookmarks. 2016-06-02 22:56:37 +05:30
Arun Prakash Jana
47c480b9b2
Bump version. 2016-06-02 21:15:07 +05:30
Arun Prakash Jana
30bd0ad5e8
Implement export, add option -m for merge. 2016-06-02 21:12:19 +05:30