Commit graph

152 commits

Author SHA1 Message Date
127f3779f8 feat: Make the name option in edit & add as argument (#29)
All checks were successful
Write changelog / write-changelog (push) Successful in 3s
Rust CI / Rust CI (push) Successful in 1m48s
Reviewed-on: #29

BREAKING-CHANGE: Change the `name` option to argument in `name` and `edit` commands
Co-authored-by: Awiteb <a@4rs.nl>
Co-committed-by: Awiteb <a@4rs.nl>
2024-05-07 07:55:39 +02:00
3436e616f8
chore: Reformat the codebase with the new configration
All checks were successful
Rust CI / Rust CI (pull_request) Successful in 1m52s
Write changelog / write-changelog (push) Successful in 3s
Rust CI / Rust CI (push) Successful in 1m49s
2024-05-07 00:16:53 +03:00
c2ce56a7c3
chore(DX): Add `rustfmt.toml 2024-05-07 00:16:52 +03:00
09396c7a76
chore(CI): Dont check the PR title if the PR are WIP 2024-05-07 00:16:52 +03:00
17974ce74b
chore(lint): Impl the clippy lints 2024-05-07 00:16:52 +03:00
e24f33facd
chore(lints): Add rust/clippy lints
This will improve the DX, and make the codebase easy to figuring out
2024-05-07 00:16:52 +03:00
098d5df395
chore(CI): Check the MSRV
Because of `rust-toolchain.toml` file, now the rustc will install the
channel that in it, so we need to override the MSRV in the `cargo` command
2024-05-07 00:16:52 +03:00
1d9e0373e8
chore: Remove toolchain override 2024-05-07 00:16:51 +03:00
8a2d95a98b
chore(DX): Update the CONTRIBUTING.md
Make it easy to read
2024-05-07 00:16:51 +03:00
a84a85a7a6
chore(DX): Add rust-toolchain.toml
I see is better to develop the project in `nightly` channel
to take advantage of rustfmt and rust-analyzer features.
2024-05-07 00:16:31 +03:00
forgejo-actions
f8086b24ff chore(changelog): Update changelog 2024-05-04 15:07:49 +00:00
f824164ae5
chore(cliff): Support multi line BC description
All checks were successful
Write changelog / write-changelog (push) Successful in 3s
Rust CI / Rust CI (push) Successful in 1m6s
2024-05-04 18:07:10 +03:00
af8511e414
chore: Remove title prefix of feature request template
All checks were successful
Write changelog / write-changelog (push) Successful in 3s
Rust CI / Rust CI (push) Successful in 1m6s
2024-05-04 17:01:08 +03:00
1d4b9fc3ef
chore(CD): Add linux x86_64/aarch64 gnu/musl builds 2024-05-04 16:58:28 +03:00
ba883e6b53
chore(deps): Use rustls for reqwest
All checks were successful
Write changelog / write-changelog (push) Successful in 5s
Rust CI / Rust CI (push) Successful in 1m6s
2024-05-03 22:01:08 +03:00
forgejo-actions
cfb84cf361 chore(changelog): Update changelog 2024-05-03 05:51:47 +00:00
6f6966d5b2
feat: Encrypt the hole vault file
All checks were successful
Rust CI / Rust CI (pull_request) Successful in 1m6s
Write changelog / write-changelog (push) Successful in 3s
Rust CI / Rust CI (push) Successful in 1m9s
BREAKING-CHANGE: The previous format is not supported after this commit, so
you must export your vaults in bit-warden format (before this commit)
and then re-invoke them (after this commit)
2024-05-03 08:13:45 +03:00
359ac16af8
chore(msrv): Bump the MSRV to 1.74.0 2024-05-03 08:13:35 +03:00
d3eee8c35b
chore(deps): Update and remove some deps 2024-05-03 07:39:37 +03:00
7b4079e22c
chore: Remove the generic type from Vault[s] 2024-05-02 11:12:33 +03:00
forgejo-actions
0fe7a2fac3 chore(changelog): Update changelog 2024-04-30 14:49:27 +00:00
31a68b9277 feat: Support --verbose flag (#23)
All checks were successful
Write changelog / write-changelog (push) Successful in 3s
Rust CI / Rust CI (push) Successful in 1m19s
Reviewed-on: #23
Co-authored-by: Awiteb <a@4rs.nl>
Co-committed-by: Awiteb <a@4rs.nl>
2024-04-30 16:49:21 +02:00
8cf18db314
chore(cliff): Fix typo in an comment
All checks were successful
Write changelog / write-changelog (push) Successful in 3s
Rust CI / Rust CI (push) Successful in 1m19s
2024-04-30 16:11:41 +03:00
b78cd67e26
chore(issue-templates): Remove labels from issues title 2024-04-30 16:08:20 +03:00
forgejo-actions
267351963f chore(changelog): Update changelog 2024-04-29 21:50:57 +00:00
791d390e63 feat: Support rm and ls aliases (#22)
All checks were successful
Write changelog / write-changelog (push) Successful in 3s
Rust CI / Rust CI (push) Successful in 1m15s
Reviewed-on: #22
Fixes: #18
Co-authored-by: Awiteb <a@4rs.nl>
Co-committed-by: Awiteb <a@4rs.nl>
2024-04-29 23:50:45 +02:00
forgejo-actions
c8139a1bbc chore(changelog): Update changelog 2024-04-29 15:50:37 +00:00
83c7296bf7 refactor: Use select for vaults listing (#19)
All checks were successful
Write changelog / write-changelog (push) Successful in 3s
Rust CI / Rust CI (push) Successful in 1m17s
Reviewed-on: #19
Fixes: #10
Fixes: #8
Co-authored-by: Awiteb <a@4rs.nl>
Co-committed-by: Awiteb <a@4rs.nl>
2024-04-29 17:50:32 +02:00
forgejo-actions
848c82b433 chore(changelog): Update changelog 2024-04-29 11:39:47 +00:00
b4bcaa92ca feat: Validate args before ask for the master password (#17)
All checks were successful
Write changelog / write-changelog (push) Successful in 3s
Rust CI / Rust CI (push) Successful in 1m17s
Reviewed-on: #17
Fixes: #13
Co-authored-by: Awiteb <a@4rs.nl>
Co-committed-by: Awiteb <a@4rs.nl>
2024-04-29 13:39:36 +02:00
forgejo-actions
4af6639e21 chore(changelog): Update changelog 2024-04-24 22:43:17 +00:00
cdfeed7913 chore: Fix changelog ci
All checks were successful
Write changelog / write-changelog (push) Successful in 3s
Rust CI / Rust CI (push) Successful in 1m15s
2024-04-25 00:43:04 +02:00
3cec690a4b chore: Update git-cliff CI to 2.2.1 (#16)
Some checks failed
Write changelog / write-changelog (push) Failing after 2s
Rust CI / Rust CI (push) Successful in 1m18s
Reviewed-on: #16
Co-authored-by: Awiteb <a@4rs.nl>
Co-committed-by: Awiteb <a@4rs.nl>
2024-04-25 00:39:58 +02:00
5f357b89cb feat: Ability to enter password via stdin add&edit (#15)
Some checks failed
Write changelog / write-changelog (push) Failing after 2s
Rust CI / Rust CI (push) Successful in 1m13s
Reviewed-on: #15
Co-authored-by: Awiteb <a@4rs.nl>
Co-committed-by: Awiteb <a@4rs.nl>
2024-04-25 00:27:56 +02:00
a625f794dd
chore: Use inquire to get user password (#14)
Some checks failed
Write changelog / write-changelog (push) Failing after 3s
Rust CI / Rust CI (push) Successful in 1m13s
Reviewed-on: #14
Co-authored-by: Awiteb <a@4rs.nl>
Co-committed-by: Awiteb <a@4rs.nl>
2024-04-24 19:11:17 +03:00
forgejo-actions
277b8c060a chore(changelog): Update changelog 2024-04-20 14:39:00 +00:00
af6664da5c feat: Make the username & password optional in the vault (#12)
All checks were successful
Write changelog / write-changelog (push) Successful in 3s
Rust CI / Rust CI (push) Successful in 1m19s
Reviewed-on: #12
Co-authored-by: Awiteb <a@4rs.nl>
Co-committed-by: Awiteb <a@4rs.nl>
2024-04-20 16:38:50 +02:00
forgejo-actions
fbf00ebacd chore(changelog): Update changelog 2024-03-19 07:29:34 +00:00
01b56774a4
chore: Run clippy with MSRV
All checks were successful
Write changelog / write-changelog (push) Successful in 5s
Rust CI / Rust CI (push) Successful in 3m37s
2024-03-19 10:28:49 +03:00
forgejo-actions
8a5f470cf5
chore(changelog): Update changelog 2024-03-19 10:28:49 +03:00
d28375e0e6
chore: Update README.md 2024-03-19 10:28:49 +03:00
bae0cf1747
change: Change 'password manager' to 'vault manager' 2024-03-19 10:28:49 +03:00
4def4aadb2
refactor: Add a ecryption state to the vault
Also
- Rename `password`somthing to `vault`somthing
- Rename the `password` mod to `vault`

BREAKING-CHANGE: Moving from password to vault
ISSUE: #4
2024-03-19 10:28:43 +03:00
f6aaecb9cf
refactor: Rename Passwords Vaults 2024-03-19 00:32:24 +03:00
e3788a049d
chore: Add CHANGELOG.md
Some checks failed
Write changelog / write-changelog (push) Successful in 4s
Rust CI / Rust CI (push) Failing after 3m31s
2024-03-17 11:15:24 +03:00
fcf57fa204
chore: Update README.md
Some checks failed
Write changelog / write-changelog (push) Successful in 3s
Rust CI / Rust CI (push) Failing after 3m31s
2024-03-17 11:06:34 +03:00
41e9e44b8e
chore(git-commit): Set description_case to upper
Some checks failed
Write changelog / write-changelog (push) Successful in 5s
Rust CI / Rust CI (push) Failing after 3m30s
2024-03-17 10:53:02 +03:00
ecc726cbb5
chore(git-commit): Remove the commit type 2024-03-17 10:53:02 +03:00
34eb9d10f0
fix(ci): Merge rust ci jobs into one job (#2)
Reviewed-on: #2
Co-authored-by: Awiteb <a@4rs.nl>
Co-committed-by: Awiteb <a@4rs.nl>
2024-03-17 10:52:40 +03:00
e231352009
change: Rename just file
Some checks failed
Write changelog / write-changelog (push) Successful in 5s
CI / Rust format (push) Successful in 1m15s
CI / Rust check (push) Successful in 5m39s
CI / Rust clippy (push) Failing after 5m35s
CI / Rust build (push) Successful in 7m27s
2024-03-17 06:59:42 +03:00