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 pushed to master at awiteb/blog 2024-09-18 18:30:32 +02:00
57b3a1ef8c chore: Update tabi
awiteb pushed to master at awiteb/blog 2024-09-16 19:34:56 +02:00
8ba41ff9df chore: Update tabi
b913233503 remove: Remove profile image css
Compare 2 commits »
awiteb pushed to master at awiteb/blog 2024-09-04 09:26:01 +02:00
1323d18bf2 fix: Fix a typo
awiteb pushed to master at awiteb/blog 2024-09-03 02:18:12 +02:00
ce974210c2 feat: New post how-to-be-a-successful-manager
c303004586 chore: Update about page
7eea4e9e2d chore: Change blog title hover color
7a7b106e1b remove: Remove cards css
ec3b6fa715 chore: Remove previous and next article links
Compare 5 commits »
awiteb pushed to master at awiteb/blog 2024-08-26 23:01:28 +02:00
1dadda3859 chore: Update tabi
6b9ef09852 chore: Copy CNMAE file to deployment branch
Compare 2 commits »
awiteb pushed to master at awiteb/blog 2024-08-26 15:31:50 +02:00
cc7b0986a6 chore: Update all preview images
22e279e2bc chore: Update index preview when update an article
d66ceff2be remove: Remove project section images
ef31e2ea29 chore: Update harmful-effect-of-ai-in-programming preview image
f1dbadc8a9 chore: Fix some typos
Compare 9 commits »
awiteb pushed to master at awiteb/lprs 2024-08-21 19:09:51 +02:00
2cfddbbcbd chore: Update README.md
e8a18d4f53 chore: Do not validate password if file exists
75625f53b4 chore(typo): Fix typo Clening -> Cleaning
ae7e310a49 chore: Update the version in the lock file
00475f5240 chore: Add the docs as homepage
Compare 7 commits »
awiteb pushed to master at awiteb/lprs 2024-08-20 19:47:05 +02:00
f364f5bb4b docs: Update remove command docs
awiteb pushed to master at awiteb/lprs 2024-08-20 19:08:03 +02:00
78513b3694 chore: Bump the version to v2.0.0-rc.2
awiteb pushed tag v2.0.0-rc.2 to awiteb/lprs 2024-08-20 19:08:03 +02:00
awiteb pushed to master at awiteb/lprs 2024-08-20 19:04:54 +02:00
6293eadafb feat: Support removing multiple vaults in single command (#66)
awiteb merged pull request awiteb/lprs#66 2024-08-20 19:04:53 +02:00
feat: Support removing multiple vaults in single command
awiteb closed issue awiteb/lprs#57 2024-08-20 19:04:53 +02:00
Remove multiple vaults in one command
awiteb created pull request awiteb/lprs#66 2024-08-20 19:01:54 +02:00
feat: Support removing multiple vaults in single command
awiteb pushed to master at awiteb/lprs 2024-08-20 18:59:49 +02:00
dbaa518855 chore: Impl Eq and PartialEq for Vault
e033971665 chore: Add 1 to the index when print it
aee33f819c chore: Pass refrence of either to utils::vault_by_index_or_name function
ad3dc025a9 chore: Improve prompt functions
Compare 4 commits »
awiteb pushed to master at awiteb/lprs 2024-08-20 13:44:52 +02:00
1c90a82544 refactor: Use Either<usize, String> type instade of String for index or name (#65)
awiteb merged pull request awiteb/lprs#65 2024-08-20 13:44:50 +02:00
refactor: Use `Either<usize, String>` type instade of `String` for index or name
awiteb created pull request awiteb/lprs#65 2024-08-20 13:37:24 +02:00
refactor: Use Either<usize, String> type instade of String for index or name
awiteb closed issue awiteb/lprs#56 2024-08-18 20:52:28 +02:00
Ability to enter a custom field via stdin
awiteb pushed to master at awiteb/lprs 2024-08-17 17:23:35 +02:00
5e4fb0ea7c feat: Support entering custom keys value via STDIN (#64)