Arun Prakash Jana
c54d3112ab
Optimize print_record, show all fields.
2016-06-02 18:23:54 +05:30
Arun Prakash Jana
586992a5ac
Modify API name.
...
Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
2016-06-02 11:08:14 +05:30
Arun Prakash Jana
c11e419082
Merge pull request #34 from poikjhn/tests
...
Rebuilding tests
2016-06-02 11:03:13 +05:30
poikjhn
9a614ae066
Merge branch 'master' into tests
2016-06-02 02:31:40 +02:00
poikjhn
fe2b40be2f
readability, minor changes
2016-06-02 02:28:31 +02:00
Arun Prakash Jana
237f8857bc
class BukuCrypt for encrypt and decrypt functions.
...
Nasty hack, but saves ~100ms. Given that encrypt/decrypt need
to be done manually, late loading doesn't seem outrageous here.
2016-06-01 22:29:42 +05:30
Arun Prakash Jana
219304cc68
open html import file in read-only mode.
2016-06-01 18:50:54 +05:30
Arun Prakash Jana
e89459f891
import_bookmark: handle exception with file open, close file.
2016-06-01 17:44:29 +05:30
Arun Prakash Jana
8607d54258
Late commit (write once) in case of merge bookmark.
2016-06-01 17:32:26 +05:30
Arun Prakash Jana
8600b06c76
Merge pull request #35 from asergi/cryptography
...
Switch from PyCrypto to cryptography
2016-06-01 17:18:54 +05:30
Alessio Sergi
dc0b73ef0a
Switch from PyCrypto to cryptography
...
PyCrypto is no longer maintained. Cryptography is an actively
developed library that provides cryptographic recipes and primitives.
See https://cryptography.io/ .
2016-06-01 12:20:40 +02:00
Arun Prakash Jana
9d2a0cbd0f
Late commit (write once) in case of import bookmark.
2016-06-01 15:05:33 +05:30
Arun Prakash Jana
db816fb93d
Merge pull request #33 from asergi/urandom
...
Use system RNG in crypto
2016-06-01 12:00:58 +05:30
Arun Prakash Jana
440bb512f7
Abort refreshdb() early if interrupted (SIGINT).
2016-06-01 11:40:12 +05:30
Arun Prakash Jana
7957a29e31
One commit sufficient for multiple updates.
...
ASC is the default.
Revert timeout to 30 secs.
2016-06-01 08:18:39 +05:30
poikjhn
d1f3ee993d
rebuilding test_add_and_retrieve_bookmark
...
adding get_bookmark_by_id
2016-06-01 03:33:20 +02:00
poikjhn
a8d66282c4
minor changes
2016-06-01 00:11:03 +02:00
Alessio Sergi
2c4c95b40e
Use system RNG in crypto
...
See https://cryptography.io/en/latest/random-numbers/ .
2016-05-31 23:51:47 +02:00
Arun Prakash Jana
fef2775941
A more robust parse_args().
2016-06-01 03:10:51 +05:30
Arun Prakash Jana
c0c26fa6a1
Remove append, huge optimization in list_tags.
2016-06-01 02:30:34 +05:30
Arun Prakash Jana
411ed0ac09
string concat optimization and other minor changes.
2016-06-01 00:20:46 +05:30
Arun Prakash Jana
ad802737bc
Merge pull request #32 from asergi/flake8
...
Flake8 fixes
2016-05-31 23:50:37 +05:30
Alessio Sergi
961f8c97ae
Flake8 fixes
2016-05-31 19:39:34 +02:00
Arun Prakash Jana
187f02161d
Add Mentions section.
2016-05-31 21:51:34 +05:30
Arun Prakash Jana
7be4af7277
Update help.
...
Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
2016-05-31 11:23:01 +05:30
Arun Prakash Jana
b9716df0cd
Update features.
...
Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
2016-05-30 15:02:36 +05:30
Arun Prakash Jana
c0b0329e48
Update README.md
2016-05-30 12:31:16 +05:30
Arun Prakash Jana
f8c48d0415
Simplify tag parsing logic. No in-tag commas.
2016-05-30 07:48:59 +05:30
Arun Prakash Jana
2c4060ca88
Now we have a merge-able DB.
2016-05-29 21:14:58 +05:30
Arun Prakash Jana
359a5742d4
Move print to debug.
2016-05-29 21:10:15 +05:30
Arun Prakash Jana
7e5f057b3d
Update operational notes on tags.
...
Minor changes in printed messages.
Update features.
2016-05-29 20:44:43 +05:30
Arun Prakash Jana
391f9f6673
Replace string comma with DELIMITER.
2016-05-29 19:03:58 +05:30
Arun Prakash Jana
c6c4b8ea6e
Replace in-tag commas with spaces.
...
Operational note on tag delimiter.
2016-05-29 15:01:46 +05:30
Arun Prakash Jana
8556d61cf3
Update auto-completion files for --merge.
2016-05-29 14:12:50 +05:30
Arun Prakash Jana
3f1a268395
Help on --merge option.
2016-05-29 12:49:57 +05:30
Arun Prakash Jana
4ab8b43dd8
Wrap tags in commas in add_bookmark() if missing.
2016-05-29 12:49:57 +05:30
Arun Prakash Jana
612247ace7
Change order of arguments to update_bookmark().
2016-05-29 12:15:07 +05:30
Arun Prakash Jana
57ffa0f8c9
Implement merge Buku dtabase.
2016-05-29 11:39:51 +05:30
Arun Prakash Jana
4196a04a47
Demo asciinema recording.
2016-05-28 23:43:25 +05:30
Arun Prakash Jana
54bdb9fe0b
Auto-completion script update for --noprompt.
2016-05-28 21:17:25 +05:30
Arun Prakash Jana
acd8f30056
Document noninteractive option, close conn-cur before exit.
2016-05-28 19:06:09 +05:30
Arun Prakash Jana
7741a1ef6d
Implement noninteractive option.
2016-05-28 18:45:03 +05:30
Arun Prakash Jana
e579906eb5
Update README.md
2016-05-28 12:39:57 +05:30
Arun Prakash Jana
26b3b86a9c
Merge pull request #29 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
2016-05-28 12:38:33 +05:30
Arun Prakash Jana
71b7f60fea
Update README.md
2016-05-27 16:53:38 +05:30
The Gitter Badger
b53a952600
Add Gitter badge
2016-05-27 11:17:48 +00:00
Arun Prakash Jana
ad60c76435
Note that import is not released.
2016-05-27 08:24:52 +05:30
Arun Prakash Jana
d739e41f46
Fix help indentation.
2016-05-25 22:45:52 +05:30
Arun Prakash Jana
37526fd9cc
Merge pull request #25 from toyg/dbdir_rename
...
moved main flow inside IF block, so that the module is importable
2016-05-25 20:16:27 +05:30
Arun Prakash Jana
4505b150e8
Merge pull request #26 from toyg/adding_tests
...
Adding tests
2016-05-25 20:14:18 +05:30