balrog

A partial drop-in replacement for pass and pass-otp written in POSIX shell.
git clone https://git.stjo.hn/balrog
Log | Files | Refs | README | LICENSE

commit f821befcc07307607d00f6f85db5fe83541d19d4
parent 0a8927ff09e121a46434b45a427fea896dd4422b
Author: St John Karp <contact@stjo.hn>
Date:   Sat, 26 Nov 2022 08:28:51 -0500

Add "list" as an alias for the "ls" command

Diffstat:
Mbalrog | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/balrog b/balrog @@ -27,7 +27,7 @@ case "$1" in ACTION='generate' shift ;; - ls) + ls|list) ACTION='ls' shift ;;