diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-06-02 14:47:24 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2021-06-02 14:47:24 +0100 |
commit | 91d33d069dd7d0dacbe3a0cd0c1598610ee18a13 (patch) | |
tree | 31fdf44b6104cc559fb982893670e65acd88a6ce | |
parent | 6cc5b96bd73c153eaeb77987194db428837ab394 (diff) | |
download | pass.bat-91d33d069dd7d0dacbe3a0cd0c1598610ee18a13.tar.gz pass.bat-91d33d069dd7d0dacbe3a0cd0c1598610ee18a13.zip |
what the fuck were these indents
-rw-r--r-- | pass.bat | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -2,17 +2,17 @@ IF ["%~1"] EQU ["help"] (
echo.Copyright ^(c^) 2012-2018, Jason A. Donenfeld ^<Jason@zx2c4.com^>
- echo.Copyright ^(c^) 2019-2021, Miquel Lionel
- echo.
- echo.Here's the available parameters for pass. Params between [] are MANDATORY:
- echo.
- echo. ls - without arguments, it list the entire password store as a tree.
- echo. show [passname] - decrypt the password with name [passname], output the result to the console
- echo. insert [passname] - insert a password with name [passname], prompt for input. Stop and save with a newline and by pressing Ctrl+Z on your keyboard.
- echo. rm [passname] - delete the password matching [passname]. Prompts for confirmation.
- echo. rmf [passname] - force the deletion of password matching [passname].
- echo. rmrf [passname] - recursively and forcefully delete a directory in the password store.
- echo. clip [passname] [linenumber] - copy into the clipboard the text at line [linenumber] for password matching [passname].
+ echo.Copyright ^(c^) 2019-2021, Miquel Lionel
+ echo.
+ echo.Here's the available parameters for pass. Params between [] are MANDATORY:
+ echo.
+ echo. ls - without arguments, it list the entire password store as a tree.
+ echo. show [passname] - decrypt the password with name [passname], output the result to the console
+ echo. insert [passname] - insert a password with name [passname], prompt for input. Stop and save with a newline and by pressing Ctrl+Z on your keyboard.
+ echo. rm [passname] - delete the password matching [passname]. Prompts for confirmation.
+ echo. rmf [passname] - force the deletion of password matching [passname].
+ echo. rmrf [passname] - recursively and forcefully delete a directory in the password store.
+ echo. clip [passname] [linenumber] - copy into the clipboard the text at line [linenumber] for password matching [passname].
echo.
echo.
echo.ENVIRONNEMENT VARIABLES:
|