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

DateCommit messageAuthorFiles+-
2022-11-27 14:11Remove the .gpg suffix from the end of ls and find resultsSt John Karp1+2-2
2022-11-26 13:56Implement the find/search commandSt John Karp1+10-0
2022-11-26 13:28Add "list" as an alias for the "ls" commandSt John Karp1+1-1
2022-11-26 13:25Implement the ls commandSt John Karp1+20-0
2022-11-26 13:17Separate the command parsing from the flag parsingSt John Karp1+22-16
2022-11-23 18:56Remove bogus character from tr stringSt John Karp1+1-1
2022-11-17 06:46Change the variable used to detect Xorg vs. WaylandSt John Karp1+3-3
2022-07-05 12:28Change license from GPL to 3-clause BSDSt John Karp1+6-670
2022-06-09 21:11Don't output a newline character when copying a one-time passwordSt John Karp1+4-1
2022-06-09 20:58Support wl-copy instead of xclip on Wayland systemsSt John Karp2+10-5
2022-05-31 13:59Add readme and license filesSt John Karp2+722-0
2022-05-31 13:21Set restrictive permissions on the temp file just in caseSt John Karp1+5-4
2022-05-31 13:13Remove the temporary file regardless of whether the gpg command failsSt John Karp1+8-3
2022-05-30 14:22Revert "Store the TOTP secret in a variable"St John Karp1+3-5
2022-05-30 14:19Trim newline character when copying password to clipboardSt John Karp1+5-1
2021-10-09 13:46Store the TOTP secret in a variableSt John Karp1+5-3
2021-09-08 02:15Fix the edit command and add handling for some scenariosSt John Karp1+13-3
2021-09-05 12:54Specify long character strings instead of character classesSt John Karp1+4-3
2021-09-04 13:50Initial commitSt John Karp1+122-0