From 91d33d069dd7d0dacbe3a0cd0c1598610ee18a13 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Wed, 2 Jun 2021 14:47:24 +0100 Subject: what the fuck were these indents --- pass.bat | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pass.bat b/pass.bat index 9ca79f8..eb7fc71 100644 --- a/pass.bat +++ b/pass.bat @@ -2,17 +2,17 @@ IF ["%~1"] EQU ["help"] ( echo.Copyright ^(c^) 2012-2018, Jason A. Donenfeld ^ - 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: -- cgit v1.2.3-54-g00ecf