Arun Prakash Jana
854ffbf13a
Update documentation
2018-05-07 19:33:57 +05:30
Arun Prakash Jana
3a0237d3aa
Update image
2018-04-26 01:04:20 +05:30
Arun Prakash Jana
07467c189e
Document webserver
2018-04-21 18:14:08 +05:30
Arun Prakash Jana
c0789e97dc
Document webserver
2018-04-21 11:32:28 +05:30
Arun Prakash Jana
a8afb7ddbf
Update README
2018-04-21 06:58:17 +05:30
Arun Prakash Jana
eb94915e37
Update docs
2018-04-05 02:48:52 +05:30
Arun Prakash Jana
46e7534cec
Update introduction
2018-04-05 02:48:47 +05:30
Arun Prakash Jana
1b80f1da0e
Add install commands for listed packagers
2018-04-05 02:48:25 +05:30
Arun Prakash Jana
87c170889d
Prepare for release v3.7
2018-03-28 09:25:33 +05:30
Arun Prakash Jana
1355ed4bfe
Fix help documentation
2018-03-27 04:38:24 +05:30
Arun Prakash Jana
0997452315
Sanitize PR #256 , update documentation
2018-03-26 09:03:46 +05:30
Arun Prakash Jana
98d13207ec
Update dcumentation
2018-03-23 05:21:04 +05:30
Arun Prakash Jana
1c5695fdbd
Fix #253 : Localize tag error check, fix tag exclusion
2018-03-22 20:57:01 +05:30
Arun Prakash Jana
21e32d1ed3
Update link to ToDo list
2018-03-22 04:04:49 +05:30
Arun Prakash Jana
a7868f04a8
Add Fedora as a packager
2018-03-18 14:53:20 +05:30
Arun Prakash Jana
1cb544fe1d
New tagline.
...
"Command-line bookmark manager with browser integration."
2018-03-06 07:38:47 +05:30
Arun Prakash Jana
8fef91e2a8
Add openSUSE Leap badge
2018-02-28 17:23:24 +05:30
David Roman
59a21262eb
Add Gentoo to packagers ( #247 )
2018-02-24 05:30:51 +05:30
Arun Prakash Jana
e43c0ea58d
Override text browser with 'O'
2018-02-18 22:51:23 +05:30
Arun Prakash Jana
b8c87c44be
Update Dependencies
2018-02-11 05:21:36 +05:30
Arun Prakash Jana
fc000c01f4
Copy URL to clipboard support
2018-02-11 05:12:57 +05:30
Arun Prakash Jana
e4af7cbfb5
Add OpenBSD as packager
2018-02-03 18:17:38 +05:30
Arun Prakash Jana
e2060994fd
Update badge
2018-01-09 19:12:39 +05:30
Arun Prakash Jana
076cd02c98
Prepare for release v3.6
2018-01-01 20:00:01 +05:30
Arun Prakash Jana
1d8b80ffa5
Generate package for openSUSE Leap 42.3
2018-01-01 19:03:17 +05:30
Arun Prakash Jana
7340065bfe
Add openSUSE to packagers
2017-12-26 20:02:14 +05:30
Arun Prakash Jana
20fd90975e
Update README
2017-12-09 12:16:32 +05:30
Arun Prakash Jana
b962c1fa1b
switch to formulae.brew.sh for Homebrew link
2017-12-02 22:27:12 +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
179436fff1
Get rid of requests library dep
2017-12-01 15:00:11 +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
b8624a28c1
Change button color
2017-11-17 21:02:34 +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
Alex
47784539bd
Add Pinku to Related Projects in README ( #231 )
...
Thank you!
2017-11-06 08:08:26 +05:30
Arun Prakash Jana
fd49d30a3e
Update 'In the Press'
2017-10-10 18:24:25 +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
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
Arun Prakash Jana
aead3806d0
Fix #210 : gedit maintains only one instance
2017-09-19 05:55:22 +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
Arun Prakash Jana
ff57ae5c2f
Support export to Buku database.
2017-09-17 11:53:18 +05:30