Password Manager: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__TOC__ ==Tips & Tricks== URL field The URL field can be used to execute any valid URL, for example, '''http://, ftp://''' <br> In order to execute command lines using the...") |
No edit summary |
||
Line 30: | Line 30: | ||
==Keyboard Shortcuts== | ==Keyboard Shortcuts== | ||
'''CTRL+B''' - copy Username to clipboard | '''CTRL+B''' - copy Username to clipboard<br> | ||
'''CTRL+C''' - copy Password to clipboard | '''CTRL+C''' - copy Password to clipboard<br> | ||
'''CTRL+U''' - execute URL / command | '''CTRL+U''' - execute URL / command |
Revision as of 14:40, 26 June 2017
Tips & Tricks
URL field
The URL field can be used to execute any valid URL, for example, http://, ftp://
In order to execute command lines using the URL field, cmd:// prefix should be used.
Username and Password field can be added as parameters for URL - used with << >>:
<<Username>> <<Password>>
Examples:
1. Open Notepad file:
cmd://C:\Windows\Notepad.exe C:\Documents\SampleFile.txt
Quotes (") should be used in case the file path contains spaces:
cmd://”C:\My Programs\Notepad.exe” “C:\My Documents\SampleFile.txt”
2. Using URL field to start a PuTTY session:
cmd://C:\PuTTY\PUTTY.EXE -load "saved-session" -l <<USERNAME>> -pw <<PASSWORD>>
Keyboard Shortcuts
CTRL+B - copy Username to clipboard
CTRL+C - copy Password to clipboard
CTRL+U - execute URL / command