2023-09-19T00:15:13Z - 2024-09-19T00:15:13Z

Overview

31 active pull requests
34 active issues
Excluding merges, 3 authors have pushed 170 commits to master and 192 commits to all branches. On master, 73 files have changed and there have been 8170 additions and 3062 deletions.

8 releases published by 3 users

Published v2.0.0-rc.2 v2.0.0-rc.2 2024-08-20 19:18:56 +02:00

Published v2.0.0-rc.1 v2.0.0-rc.1 2024-07-24 09:33:09 +02:00

Published v2.0.0-rc.0 v2.0.0-rc.0 2024-05-20 07:12:31 +02:00

Published v1.2.1 2024-01-07 20:17:11 +01:00

Published v1.2.0 2024-01-07 19:52:09 +01:00

Published v1.1.0 2024-01-03 13:58:49 +01:00

Published v1.0.0 2023-12-31 13:15:06 +01:00

Published v0.1.0 2023-12-23 21:28:14 +01:00

31 pull requests merged by 1 user

Merged #66 feat: Support removing multiple vaults in single command 2024-08-20 19:04:53 +02:00

Merged #65 refactor: Use Either<usize, String> type instade of String for index or name 2024-08-20 13:44:50 +02:00

Merged #64 feat: Support entering custom keys value via STDIN 2024-08-17 17:23:33 +02:00

Merged #63 fix: Reject empty string field value 2024-07-24 10:08:57 +02:00

Merged #62 feat: Remove vault field if its value is empty string 2024-07-24 09:45:35 +02:00

Merged #61 feat: Case insensitive filter 2024-06-29 12:02:39 +02:00

Merged #60 fix: Create the vaults file if it's not exist 2024-06-28 18:24:42 +02:00

Merged #49 feat: Lprs docs 2024-05-17 00:19:38 +02:00

Merged #50 feat: Support changing master password 2024-05-16 22:41:21 +02:00

Merged #45 feat: Support TOTP 2024-05-12 08:13:56 +02:00

Merged #44 feat: Ability to edit & remove by name (not index only) 2024-05-11 07:43:07 +02:00

Merged #43 feat: Add --json flag to the list command 2024-05-10 15:14:20 +02:00

Merged #42 feat: Force flag for edit and add commands 2024-05-10 13:56:28 +02:00

Merged #41 feat: Support completion generating 2024-05-10 13:02:42 +02:00

Merged #40 feat: Ability to pass the master password as option 2024-05-10 12:14:47 +02:00

Merged #37 feat: Add get command 2024-05-10 09:00:15 +02:00

Merged #31 feat: Support custom fields 2024-05-09 14:54:08 +02:00

Merged #30 feat: Support export and import with different password 2024-05-08 05:06:28 +02:00

Merged #29 feat: Make the name option in edit & add as argument 2024-05-07 07:55:40 +02:00

Merged #27 chore(DX): Improve the DX 2024-05-06 23:19:20 +02:00

Merged #26 feat: Encrypt the hole vault file 2024-05-03 07:51:41 +02:00

Merged #23 feat: Support --verbose flag 2024-04-30 16:49:22 +02:00

Merged #22 feat: Support rm and ls aliases 2024-04-29 23:50:45 +02:00

Merged #19 refactor: Use select for vaults listing 2024-04-29 17:50:33 +02:00

Merged #17 feat: Validate args before ask for the master password 2024-04-29 13:39:37 +02:00

Merged #16 chore: Update git-cliff CI to 2.2.1 2024-04-25 00:39:59 +02:00

Merged #15 feat: Ability to enter password via stdin add&edit 2024-04-25 00:27:56 +02:00

Merged #14 chore: Use inquire to get user password 2024-04-24 18:06:01 +02:00

Merged #12 feat: Make the username&password optional in the vault 2024-04-20 16:38:51 +02:00

Merged #11 chore: password refactor 2024-03-19 08:21:21 +01:00

Merged #2 fix(ci): merge rust ci jobs into one job 2024-03-17 06:18:15 +01:00

32 issues closed from 1 user

Closed #57 Remove multiple vaults in one command 2024-08-20 19:04:53 +02:00

Closed #56 Ability to enter a custom field via stdin 2024-08-18 20:52:28 +02:00

Closed #52 Reject empty string as value 2024-07-24 10:12:49 +02:00

Closed #53 Ability to remove a filed from a vault 2024-07-24 09:47:02 +02:00

Closed #55 Case insensitive when filter in list command 2024-06-29 12:02:39 +02:00

Closed #59 Lprs clear the custom vaults file 2024-06-28 18:24:42 +02:00

Closed #46 get command don't show the TOTP code 2024-05-17 21:20:31 +02:00

Closed #47 Can't add a vault with password only 2024-05-17 21:16:28 +02:00

Closed #48 Overflow in utils::vault_by_index_or_name function 2024-05-17 17:28:53 +02:00

Closed #28 Lprs book 2024-05-17 00:19:38 +02:00

Closed #39 Reencrypt the vaults with another password (Change the master password) 2024-05-16 22:41:21 +02:00

Closed #35 Support TOTP 2024-05-12 08:13:56 +02:00

Closed #36 Ability to edit and remove by name (not index only) 2024-05-11 07:43:07 +02:00

Closed #34 Returns json when pipe the list command 2024-05-10 15:14:20 +02:00

Closed #33 Force add and edit 2024-05-10 13:56:28 +02:00

Closed #20 Support auto completion 2024-05-10 13:02:42 +02:00

Closed #38 Ability to pass the master password as option 2024-05-10 12:14:47 +02:00

Closed #32 get command to return the entire vault or a single field 2024-05-10 09:00:15 +02:00

Closed #7 Support custom fields 2024-05-09 14:54:08 +02:00

Closed #25 Different password then master password in export and import 2024-05-08 05:06:28 +02:00

Closed #24 Make the name argument in add & edit command 2024-05-07 07:55:40 +02:00

Closed #5 Encrypt the hole passwords file 2024-05-03 07:51:41 +02:00

Closed #21 Verbose flag 2024-04-30 16:49:22 +02:00

Closed #18 Add aliases for remove and list commands 2024-04-29 23:50:45 +02:00

Closed #10 Rename --search flag in list command to filter 2024-04-29 17:50:34 +02:00

Closed #8 Improve the vaults listing 2024-04-29 17:50:33 +02:00

Closed #13 Validate the command args before ask for the master password 2024-04-29 13:39:37 +02:00

Closed #6 Protect the vault password in add and edit commands 2024-04-25 00:27:56 +02:00

Closed #9 Use mikaelmello/inquire instead of scanpw 2024-04-24 18:11:47 +02:00

Closed #3 Get the flags from the environment variables 2024-04-20 16:43:19 +02:00

Closed #4 Move from passwords manager to vaults manager 2024-04-20 16:39:11 +02:00

Closed #1 The CI action build the source for each job 2024-03-17 09:07:56 +01:00

2 issues created by 2 users

Opened #54 Page size in list command 2024-05-21 16:27:33 +02:00

Opened #58 Support Tags 2024-05-23 20:07:55 +02:00