Commit Graph

21 Commits

Author SHA1 Message Date
Adam Goldsmith ae080c4042 pass_typer: Remove extra space in regex 2024-03-16 20:11:44 -04:00
Adam Goldsmith 2330bde957 pass_typer: Improve matching of destination (still doesn't handle command) 2024-03-16 19:01:01 -04:00
Adam Goldsmith 9fce2cc890 pass_typer: Don't use borg encryption passphrases 2023-09-08 13:35:21 -04:00
Adam Goldsmith f0c26851e5 pass_typer: Try more candidate globs for user and host variants 2023-04-19 12:10:20 -04:00
Adam Goldsmith 7c9f062061 pass_typer: Fix return type of `get_password` 2023-04-19 10:28:33 -04:00
Adam Goldsmith 306548b39d pass_typer: Remove unnecessary format string 2022-12-15 18:49:11 -05:00
Adam Goldsmith 6fb8597973 pass_typer: Match cms-wall-display* and iPad* for CMS ipads 2022-12-15 18:48:34 -05:00
Adam Goldsmith 319aca391d pass_typer: Allow for environment variables before ssh command 2022-08-04 02:00:44 -04:00
Adam Goldsmith f2c68a5f17 pass_typer: Add matching rule for TSRC Pidgey servers 2022-08-04 02:00:44 -04:00
Adam Goldsmith bb68fea1b4 pass_typer: Also match "salt.sawtooth.claremontmakerspace.org" for cms-net-svcs 2022-08-04 02:00:44 -04:00
Adam Goldsmith d64e59ec9b pass_typer: Avoid error when no password is selected 2022-04-12 11:41:51 -04:00
Adam Goldsmith afd922caa1 pass_typer: Append .gpg suffix, instead of replacing 2022-04-12 11:41:06 -04:00
Adam Goldsmith ca7fb74daa pass_typer: Improve matching for aliased servers 2022-04-08 16:39:45 -04:00
Adam Goldsmith ca3308dd18 pass_typer: Use pathlib.Path instead of pathlib.PosixPath 2022-04-08 16:39:38 -04:00
Adam Goldsmith fc3432112e pass_typer: Use a dict for deduping paths to preserve order 2022-03-28 22:32:11 -04:00
Adam Goldsmith 99b4d9f2fe Apply black formatter to python files 2022-03-28 22:28:59 -04:00
Adam Goldsmith b3d0b39886 pass_typer: Add cms/octopi aliases 2022-03-24 18:40:35 -04:00
Adam Goldsmith ba2521bec2 pass_typer: Match just server part of user@server for aliases 2022-03-24 18:40:28 -04:00
Adam Goldsmith 196b9802ad pass_typer: Use more flexible match expression for server aliases
Also add ipad aliases
2022-03-16 20:53:22 -04:00
Adam Goldsmith af00393233 pass_typer: Match passwords of form username@server 2022-03-16 20:53:18 -04:00
Adam Goldsmith 7c18fe2109 Replace autopass with python script that does a similar thing
autopass.cr doesn't compile on current versions of Crystal, so I wrote
my own little script that does what I want better anyways
2021-08-18 21:03:53 -04:00