diff --git a/HISTORY.md b/HISTORY.md index 9c148f0..b04484f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,6 +7,9 @@ - ♻️ - 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 emoji to output diff --git a/src/pmng.cr b/src/pmng.cr index b649f74..3288dd7 100644 --- a/src/pmng.cr +++ b/src/pmng.cr @@ -80,14 +80,14 @@ 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 - system "clear" - - # pmng title - puts "The very simple password manager for humans\n\n".colorize(:yellow).mode(:bold) - # shell prompt print "Enter URL (".colorize(:white).mode(:bold) print ":h".colorize(:red).mode(:bold) @@ -130,6 +130,8 @@ 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 "🌐 "