Compare commits

..

No commits in common. "ddaa870668c528ee6a55310d644ceaa24be37f1b" and "237b811a8020c810b5b3d651e291b3b0eb5439ca" have entirely different histories.

2 changed files with 4 additions and 15 deletions

View File

@ -7,14 +7,10 @@
- ♻️ - Edited
## 0.2.2 - [08/04/2022]
- 🐛 - Before label emoji not insert space symbol (temponary change emoji)
- - Added title by start program
- - Added clear terminal by new search
- - Added by start&close program clear terminal
- - Added help tooltip to prompt
- - Added clear terminal by close program
- - Add to prompt help helper
- - Added emoji to output
- ✔️ - Fixed BYE emoji color
- ♻️ - Edited URL color & style output
- ♻️ - Fixed URL color & style output
## 0.2.1 - [14/03/2022]
- - prompt '>' set color green

View File

@ -80,11 +80,6 @@ while count < yaml.size
count += 1
end
# pmng title
system "clear"
puts "The very simple password manager for humans".colorize(:yellow).mode(:bold)
puts "-------------------------------------------".colorize(:yellow).mode(:bold)
# main loop
loop = true
while loop
@ -101,7 +96,7 @@ while loop
# if ':q' to close program
if password_string.to_s == ":q"
system "clear"
puts "Bye! 👋"
puts "Bye! 👋🏻"
exit(0)
# if puts empty, retry prompt
elsif password_string.to_s.size == 0
@ -130,8 +125,6 @@ while loop
puts outdated_count
# list search password
else
system "clear"
passwords_array.each do |item|
if item.url.includes?(password_string.to_s)
print "🌐 "