ADD: Version 1.0
parent
078593e43c
commit
559d9c7386
@ -0,0 +1,29 @@
|
|||||||
|
Made by Kamal 'brejela' Curi, kamalcuri@outlook.com ││
|
||||||
|
For licensing information, read LICENSE ││
|
||||||
|
-------------------------------------------------------------------------------- ││
|
||||||
|
Directional keys:...........Move the cursor ││
|
||||||
|
PgDown/F1:..................Previous Page ││
|
||||||
|
PgUp/F2:....................Next Page ││
|
||||||
|
Enter/E:....................View password ││
|
||||||
|
R:..........................Opens a window with a random string ││
|
||||||
|
##### These commands work wether there's an open password or not ##### ││
|
||||||
|
C/F3:.......................Copy password to clipboard (Requires xclip or xsel) ││
|
||||||
|
N/F4:.......................New password ││
|
||||||
|
M/F5:.......................Modify password ││
|
||||||
|
D/Del:......................Delete password ││
|
||||||
|
###################################################################### ││
|
||||||
|
When creating a password, you can leave the PSWD field empty, a random password ││
|
||||||
|
will be generated in its place. ││
|
||||||
|
Leaving the PSWD field empty when modifying a password will also give it ││
|
||||||
|
a random string.
|
||||||
|
------------------------------------------------------------------------ ││
|
||||||
|
In case you're not running this software under st or alacritty, ││
|
||||||
|
cursor navigation can be a bit janky: ││
|
||||||
|
CTRL+A to go to the far left of the field ││
|
||||||
|
CTRL+E to go to the far right of the field ││
|
||||||
|
CTRL+B to move the cursor once to the left ││
|
||||||
|
CTRL+F to move the cursor once to the right ││
|
||||||
|
CTRL+H to remove one character (Backspace) ││
|
||||||
|
CTRL+D to remove highlghted character (Delete) ││
|
||||||
|
CTRL+O to clear the field
|
||||||
|
------------------------------------------------------------------------
|
Loading…
Reference in New Issue