Arun Prakash Jana
4e93f235f6
Fix urllib.request import
2017-12-02 22:02:20 +05:30
Arun Prakash Jana
b7a1b3b8b5
Retire Python 3.3 support, reached EOL
...
Ref: https://www.python.org/downloads/release/python-337/
2017-12-02 21:53:20 +05:30
Arun Prakash Jana
f9f5c82c47
Update py module version requirement
2017-12-02 21:36:34 +05:30
Arun Prakash Jana
42882a6a9a
Clear PoolManager resources
2017-12-02 20:20:41 +05:30
Arun Prakash Jana
179436fff1
Get rid of requests library dep
2017-12-01 15:00:11 +05:30
Arun Prakash Jana
1f0b666c42
Use urrllib3 to shorten, expand URLs.
...
Get rid of requests library from code.
Rename http_handler to manager.
2017-12-01 14:54:00 +05:30
Arun Prakash Jana
7860af2e6e
Use urllib3 to check latest version
2017-12-01 14:26:20 +05:30
Arun Prakash Jana
31f9c96f83
Remove kernel version from user agent
2017-11-26 16:24:58 +05:30
Arun Prakash Jana
2d126234fd
python3-bs4 is not available on CentOS 7.3
...
- python3-beautifulsoup4 can be installed via pip3
- use https in package link
2017-11-25 05:29:58 +05:30
Emanuel Haupt
bf3de409be
Add instructions about FreeBSD ( #237 )
...
* Add instructions about FreeBSD
Add instructions about how to install via pkg on FreeBSD.
* Backquotes
Use backquotes around command as suggested.
2017-11-22 16:36:54 +05:30
Arun Prakash Jana
849432fa75
Correct spelling.
2017-11-21 21:35:30 +05:30
Arun Prakash Jana
0d60a58adb
Auto-import bookmarks on FreeBSD
2017-11-21 19:43:08 +05:30
Arun Prakash Jana
b8624a28c1
Change button color
2017-11-17 21:02:34 +05:30
Arun Prakash Jana
0b58fda16c
Fix build break
2017-11-15 03:13:31 +05:30
Arun Prakash Jana
e00e3eee18
Fix #235 : skip bookmark add if edit aborted
2017-11-14 21:57:14 +05:30
Arun Prakash Jana
311ca2fa29
Update ToDo List link
2017-11-12 23:31:41 +05:30
Arun Prakash Jana
3566e26268
Prepare for release v3.5
2017-11-10 10:51:06 +05:30
Arun Prakash Jana
ac77c8fc18
Update documentation on import and export
2017-11-07 06:56:56 +05:30
rachmadani haryono
517ac6319d
Chromium support ( #232 )
...
* new: dev: chromium support
* new: dev: path for windows and mac osx
2017-11-07 06:26:58 +05:30
Alex
2d037d00d7
Use set operations in suggest_similar_tag method; add tests ( #230 )
...
* Use set operations in suggest_similar_tag method; add tests
* remove extra blank line
2017-11-06 08:19:10 +05:30
Alex
47784539bd
Add Pinku to Related Projects in README ( #231 )
...
Thank you!
2017-11-06 08:08:26 +05:30
Arun Prakash Jana
26d5e73788
Fix build error
2017-10-23 19:44:43 +05:30
Arun Prakash Jana
d9be8e17f4
Add test case to shorten and expand url
2017-10-23 19:28:18 +05:30
Arun Prakash Jana
fa16f7fda8
Move import helper APIs to correct section
2017-10-17 23:31:56 +05:30
Alex
d46f272a30
Use set() to create list of unique tags ( #224 )
2017-10-16 21:01:18 +05:30
rachmadani haryono
956e3965f0
fix: test: logerr args ( #222 )
...
Thank you!
2017-10-14 20:09:57 +05:30
rachmadani haryono
567763238a
Feature/exception on malformed url ( #221 )
...
* fix: dev: malformed url
* new: test; about and chrome protocol
* fix: dev: fix lint
* fix: dev: import error on urllib3
* fix: dev: urllib3 exceptions
* fix: test: test on protocols
* fix: dev: return value of is_bad_url
* chg: dev: update buku
- change logerr msg
- sort ignored_prefix
- check is_nongeneric_url and is_bad_url
2017-10-14 16:43:53 +05:30
Arun Prakash Jana
8feeeedaab
Add bash scriptlet to auto-generate dummy records.
...
Usage:
genbm.sh n
where, n = number of bookmarks to generate.
The scriptlet works offline, no internet connection is required.
Note: this scriptlet can be used in Travis CI environment.
2017-10-12 23:07:38 +05:30
Arun Prakash Jana
98fd16f075
Fix #219 : catch BrokenPipeError
2017-10-12 09:14:48 +05:30
Arun Prakash Jana
fd49d30a3e
Update 'In the Press'
2017-10-10 18:24:25 +05:30
Arun Prakash Jana
01e3b005b4
edit_update_rec(): id=-1 is valid now, use -2
2017-10-09 01:33:47 +05:30
Arun Prakash Jana
f72f8af3d8
Edit last record in EDITOR (option -w
) if id=-1.
...
This is a convenience feature. If the user is using a keyboard shortcut to add
a selected link as bookmark from the DE, he may want to edit it shortly. The -1
index enables him to open the last bookmark added without using option `-p -1`.
2017-10-09 01:21:13 +05:30
Arun Prakash Jana
df5bdc1921
Fix alignment in examples
2017-10-02 07:41:16 +05:30
Arun Prakash Jana
2b65af641b
Update readme
2017-09-29 12:43:54 +05:30
Arun Prakash Jana
848d9d7943
Add user agent string for Buku
2017-09-27 04:24:57 +05:30
Arun Prakash Jana
0c42ef3f12
Encode request, close() response
2017-09-27 04:23:54 +05:30
Cthulhux
9b3157b196
Fix #217 ( #218 )
...
* Fix #217
* revised #217 : support for BUKU_COLORS
* #217 revised again: don't disable colors when BUKU_COLORS exists
2017-09-24 07:25:19 +05:30
Arun Prakash Jana
89ee9407eb
Link https
2017-09-23 23:19:26 +05:30
Alex
cb95122be5
Search honors field filters: implements print_rec_with_filter ( #216 )
...
* Initial test of print_rec_with_filter
* Replace dummy code to actually pass test
* Call print_rec_with_filter if search options are used with --format
* Call print_rec_with_filter in print_rec; add field_filters, update test
* Add new format_filters to argparse arguments to --format
* Update help for --format
* Update man page and remove trailing whitespace
* Fix test cases
* Update README
* Call print_single_rec from print_rec_with_filter if filt is 0
* Add create=True to buku.print mock
* Update Help text
* Update README
* Update man page
2017-09-23 22:31:37 +05:30
Arun Prakash Jana
249fa7ba4c
Add badge to PPA for Ubuntu variants
2017-09-23 22:21:24 +05:30
rachmadani haryono
7719f480b1
test browser database load ( #215 )
...
* new: test: add chrome json test
* chg: test: remove unused json
* chg: dev: use gh uploaded file
* chg: test: parametrize the test
* new: test: chrome no parent tag pickle result file
* new: test: load firefox db test
* chg: test: merge same method on fixture
* fix: dev: false variable name
* chg: test: move zip extractor to its own method
* chg: test: use external zip file for exp result
* fix: test: flake8 fix
* fix: test: use strpath from folder
* fix: test: firefox nopt expected result
* chg: test: remove test data file from repo
2017-09-21 20:45:18 +05:30
Alex Bender
ca8d0f2d45
Get default profile path from profiles.ini file ( #213 )
...
* Get default FF profile from profiles.ini
* Fix get_firefox_profile_name
* Fix imports
* Remove unused variable
* Fix FF default profile path for Windows
* Fix autoimport GC bookmarks function
* Add comment to load_chrome_database
* Add quotes to comment
* Change loger to logdbg in get_firefox_profile_name
* Simplify log message in get_firefox_profile_name
2017-09-21 15:11:49 +05:30
Arun Prakash Jana
4a817e583c
Add comment on default profile naming convention
2017-09-20 09:39:45 +05:30
Arun Prakash Jana
a659ebe061
Fix #212 : Check for '.default' in dir name
2017-09-20 09:14:22 +05:30
Arun Prakash Jana
21304b35c2
Fix #211 : use user agent from elinks on Linux
2017-09-19 18:10:30 +05:30
Arun Prakash Jana
aead3806d0
Fix #210 : gedit maintains only one instance
2017-09-19 05:55:22 +05:30
Arun Prakash Jana
4f12fb1063
Update package summary.
2017-09-18 12:03:43 +05:30
Arun Prakash Jana
092a1f1ba6
Prepare for release v3.4.
2017-09-18 11:33:49 +05:30
Arun Prakash Jana
96412aa80e
More examples.
2017-09-17 18:30:19 +05:30
Arun Prakash Jana
4e56a3744b
Shorten help.
2017-09-17 18:30:10 +05:30