Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 473 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 473 Bytes

pswd

A tool for selecting characters from passwords

Help

usage

pswd [FLAGS] <PASSWORD> [POSITION]...

flags

-h, --help Prints help information
-P, --pipe Take <PASSWORD> value from stdin, allowing for piped input
-V, --version Prints version information

args

<PASSWORD> The password of which charaters are to be selected from.
<POSITION>... The position (integer) of the character to select (starting at 1)