awiteb · he/him
  • Saudi Arabia
  • https://4rs.nl
  • Awiteb, a university student and lover of the world of free and open source software. Programmer and enthusiast of the Rust programming language

  • Joined on 1970-01-01
awiteb closed issue awiteb/lprs#38 2024-05-10 12:14:47 +02:00
Ability to pass the master password as option
awiteb created pull request awiteb/lprs#40 2024-05-10 12:12:13 +02:00
feat: Ability to pass the master password as option
awiteb opened issue awiteb/lprs#39 2024-05-10 09:50:10 +02:00
Reencrypt the vaults with another password (Change the master password)
awiteb opened issue awiteb/lprs#38 2024-05-10 09:08:14 +02:00
Ability to pass the master password as option
awiteb pushed to master at awiteb/lprs 2024-05-10 09:00:16 +02:00
f9fbf1a0b7 feat: Add get command
8cf83c2775 chore: Use print! to print the password
44b5b3e09b remove: Remove --get option from list command
Compare 3 commits »
awiteb merged pull request awiteb/lprs#37 2024-05-10 09:00:15 +02:00
feat: Add `get` command
awiteb closed issue awiteb/lprs#32 2024-05-10 09:00:15 +02:00
get command to return the entire vault or a single field
awiteb created pull request awiteb/lprs#37 2024-05-10 08:13:53 +02:00
feat: Add command
awiteb opened issue awiteb/lprs#36 2024-05-10 07:57:03 +02:00
Ability to edit and remove by name (not index only)
awiteb opened issue awiteb/lprs#35 2024-05-10 03:10:13 +02:00
Support TOTP
awiteb opened issue awiteb/lprs#34 2024-05-09 16:43:41 +02:00
Returns json when pipe the list command
awiteb opened issue awiteb/lprs#33 2024-05-09 16:42:01 +02:00
Force add and edit
awiteb opened issue awiteb/lprs#32 2024-05-09 14:54:23 +02:00
get command to return the entire vault or a single field
awiteb pushed to master at awiteb/lprs 2024-05-09 14:54:09 +02:00
da568ab5e9 feat: Support custom fields
0b020a1cb6 chore: Create new utils for custom fields
71ca10e865 chore: A clap parser to parse key value args
4b87dd0770 chore: Add ArgParse error
Compare 4 commits »
awiteb merged pull request awiteb/lprs#31 2024-05-09 14:54:08 +02:00
feat: Support custom fields
awiteb closed issue awiteb/lprs#7 2024-05-09 14:54:08 +02:00
Support custom fields
awiteb created pull request awiteb/lprs#31 2024-05-09 12:29:06 +02:00
feat: Support custom fields
awiteb pushed to master at awiteb/lprs 2024-05-08 05:08:43 +02:00
e19c8bad19 chore(CI): Remove git-sumi workflow
awiteb pushed to master at awiteb/lprs 2024-05-08 05:06:30 +02:00
a6483cf333 feat: Support export and import with different password
5d1398832c chore: Pass the prompt message as an argument to the user_password function
914222976c chore: Encrypt the exported json with the given key
bc2257cdaf chore: Derive Eq and PartialEq to Format
621ec6a07a chore: Create user_password function and use it
Compare 5 commits »
awiteb merged pull request awiteb/lprs#30 2024-05-08 05:06:28 +02:00
feat: Support export and import with different password