Commit Graph

145 Commits

Author SHA1 Message Date
Arun Prakash Jana
1aee1232f7
Support only https_proxy. 2016-11-18 20:04:37 +05:30
Denis A. Altoé Falqueto
f734bf298f Support http proxy environment variables
If defined, the variables http_proxy, HTTP_PROXY, https_proxy or
HTTPS_PROXY will be used to create a proxied pool manager.

If the prefix https:// is used by the url, it will try to use
the corresponding proxy variables. If not defined, it will
fallback to http_proxy and HTTP_PROXY.

Signed-off-by: Denis A. Altoé Falqueto <denisfalqueto@gmail.com>
2016-11-17 10:20:10 -02:00
Arun Prakash Jana
de7d1cd463 Open bookmarks by tag list index at prompt 2016-11-15 19:27:16 +05:30
Arun Prakash Jana
31af6ee38e Remove deep search option as a class member. Update help. 2016-11-15 00:12:23 +05:30
Arun Prakash Jana
97c3500138 Add prompt help. Reformat program help. 2016-11-14 23:54:05 +05:30
Arun Prakash Jana
0e936c13a4
Continuous search at prompt. New key q to quit. 2016-11-13 23:22:00 +05:30
Arun Prakash Jana
299d95aa45 Documentation update. 2016-11-12 23:37:10 +05:30
Arun Prakash Jana
03b351b11e Add URL shortening support. 2016-11-12 21:20:23 +05:30
Arun Prakash Jana
ac645e8140
Handle bad URLs, fetch only HEAD for known mimes
Add API to check URL validity
Add API to detect URLs to some non-page mimes which sans title
network_handler() returns more meaningful tuple
Handle interrupt during multiple indices and/or range update
With urllib3 URLs without preceding http(s) can be handled
2016-11-08 23:02:45 +05:30
Arun Prakash Jana
ed01edf9fb
Remove option --st, redundant 'dest' in addarg. 2016-11-07 23:05:02 +05:30
Arun Prakash Jana
10b2439093 Move some logs to debug level. 2016-11-06 23:54:39 +05:30
Arun Prakash Jana
53ea595bbe Make verbosity a class property. 2016-11-06 21:45:43 +05:30
Arun Prakash Jana
e1a0cf538e
List bookmarks with immutable titles. 2016-11-06 20:11:45 +05:30
Arun Prakash Jana
9979b9779a
Immutable title indicator while listing. 2016-11-06 19:22:12 +05:30
Arun Prakash Jana
870bdd6957
Support immutable titles. 2016-11-06 04:02:03 +05:30
Arun Prakash Jana
ee9d72bf53
Prepare for release v2.6 2016-11-04 18:16:00 +05:30
Arun Prakash Jana
d573acbaba Documentation update, fix function returns. 2016-10-29 14:25:46 +05:30
Arun Prakash Jana
1d1f7a94af
Add option to check latest upstream version. 2016-10-23 23:41:31 +05:30
Arun Prakash Jana
aad64474bc Get rid of regex for markdown import. 2016-10-23 09:59:18 +05:30
Arun Prakash Jana
d00d9ac3b5
Update docs. 2016-10-22 12:12:11 +05:30
Arun Prakash Jana
5d30259dfd
Update markdown support. 2016-10-22 11:55:41 +05:30
Arun Prakash Jana
3ed68f0197 Add regex search support. 2016-10-21 18:11:36 +05:30
Arun Prakash Jana
a0aadec0a8
Prepare for release v2.5. 2016-10-20 08:41:18 +05:30
Arun Prakash Jana
2e2e24eac7 Add features to man page. Add PPA link. 2016-10-18 23:30:36 +05:30
Arun Prakash Jana
731eae5786 Support lists and ranges in print function. 2016-10-11 22:35:09 +05:30
Arun Prakash Jana
3abad5ad9d
Update docs. 2016-10-11 13:09:58 +05:30
Arun Prakash Jana
65f9c783f7
Document --format=3. 2016-10-11 11:38:03 +05:30
Arun Prakash Jana
18f4e70071
Open a random index with option -o. 2016-10-01 20:59:53 +05:30
Arun Prakash Jana
82ff4318b7 Export specific tags support. 2016-09-25 09:50:43 +05:30
Arun Prakash Jana
b90679aab7 Prepare for v2.4 release. 2016-09-12 00:10:57 +05:30
Arun Prakash Jana
3e1247eb0d Pull options to export, import and merge DB up. 2016-09-10 11:29:24 +05:30
Arun Prakash Jana
441c4cd59d
Support ranges and indices in update operation. 2016-09-09 17:47:51 +05:30
Arun Prakash Jana
aa321e5dd5 Update help. 2016-09-05 21:26:22 +05:30
Arun Prakash Jana
c5ac9b7c9a
Make exact word search default. Option --deep for substring match. 2016-09-05 20:39:20 +05:30
Arun Prakash Jana
c75709d13f Help update: support exact word match. Update auto-complete. 2016-09-05 18:07:15 +05:30
Arun Prakash Jana
405b73a392
Support exact word match. 2016-09-05 13:48:21 +05:30
Arun Prakash Jana
7e536fc5a6
Add help on openeing multiple search results. 2016-09-04 20:05:08 +05:30
Arun Prakash Jana
5ac703d6ae
Update URL. 2016-08-14 01:01:35 +05:30
Arun Prakash Jana
dfd288ef71 Prepare for v2.3 release. 2016-07-14 22:03:25 +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
lucasmgrando
b847373e78 delete tag 2016-07-03 18:50:44 -03:00
Arun Prakash Jana
293453c670
Fix spelling 2016-06-28 23:21:19 +05:30
Arun Prakash Jana
bce3bc9eef
Remove leagacy DB file move logic. 2016-06-25 21:45:15 +05:30
Arun Prakash Jana
dcaed8422e Update buku.1 2016-06-22 20:18:22 +05:30
Arun Prakash Jana
5541854089
Bump version 2016-06-21 21:21:37 +05:30
Arun Prakash Jana
5b384e5db8 Update buku.1 2016-06-17 10:55:24 +05:30
Arun Prakash Jana
2abeffe4c5
Delete a range OR list of indices 2016-06-17 02:38:38 +05:30