Commit graph

12 commits

Author SHA1 Message Date
Christoph Heiss a78870d47a
cargo: switch out dead clipboard crate with arboard
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-08-16 16:36:41 +02:00
Christoph Heiss ba01119eb6
cargo: bump directories 4.0.1 -> 5.0.1 and cursive 0.19.0 -> 0.20.0
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-07-04 12:36:27 +02:00
Christoph Heiss 4471fa47d6
chore: Update all dependencies and switch to 2021 edition
Signed-off-by: Christoph Heiss <contact@christoph-heiss.at>
2022-08-04 13:31:42 +02:00
Christoph Heiss 2480696c27
deps: Update cursive and cursive_table_view.
Now that `cursive_table_view` was updated to support the newest version of
`cursive`, we can _finally_ get rid of the git version of `cursive_table_view`
and use the crates.io one.
2021-04-23 23:33:36 +02:00
Christoph Heiss c82ba73eba
Make login completely async and implement progress dialog.
This gives the user some indication what bwtui is doing and that it
isn't frozen.
2020-11-30 14:19:02 +01:00
Christoph Heiss c78e135003
Update dependencies once again. 2020-11-25 01:01:09 +01:00
Christoph Heiss 4063542e71
Split out the Bitwarden API into a separate sub-crate. 2020-11-24 01:47:34 +01:00
Christoph Heiss bc76050d3a
Update dependencies.
Since cursive_table_view was updated, cursive can also be updated.
2020-04-11 01:35:25 +02:00
Christoph Heiss 78e1c43d68
Update README and crate version. 2019-12-24 15:19:57 +01:00
Christoph Heiss d7b9c41386
Small code and dependencies cleanup. 2019-12-24 15:09:43 +01:00
Christoph Heiss a4e10bd6ea
Add fuzzy-search for vault items. 2019-12-24 15:07:33 +01:00
Christoph Heiss a00a8fa54d
Initial commit 2019-12-22 00:09:15 +01:00