Commit graph

20 commits

Author SHA1 Message Date
907498b683
chore: Remove www from license url and remove whitespaces 2024-05-20 08:00:20 +03:00
00128a7957
chore: Add a reserved custom fields prefix 2024-05-11 13:00:32 +03:00
8371e144a1
chore: Update the lprs description
All checks were successful
Write changelog / write-changelog (push) Successful in 2s
Rust CI / Rust CI (push) Successful in 1m52s
2024-05-10 14:06:56 +03:00
71ca10e865
chore: A clap parser to parse key value args 2024-05-09 15:18:26 +03: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
17974ce74b
chore(lint): Impl the clippy lints 2024-05-07 00:16:52 +03: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
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
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
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
6163c3ff26
refactor: Move from GitHub to Forgejo 2024-03-17 06:59:37 +03:00
TheAwiteb
084ab77290
Fix the new update check 2024-01-07 21:51:22 +03:00
TheAwiteb
3ced70b491
Update the notification message 2024-01-03 15:58:49 +03:00
TheAwiteb
4f263aa28e
Notify the user if there is a new version of lprs 2024-01-02 21:59:53 +03:00
TheAwiteb
1f254fb139
Remove unused import macros::* 2023-12-31 15:08:10 +03:00
TheAwiteb
07df4826e6
Update the Lprs description 2023-12-29 08:53:05 +03:00
TheAwiteb
7b58e9e9a6
Rename the project to lprs 2023-12-26 20:53:07 +03:00
TheAwiteb
a27b2e3f66
Add license header to source files 2023-12-23 23:04:47 +03:00
TheAwiteb
018c8c63b2
First source commit 2023-12-23 22:59:45 +03:00