aboutsummaryrefslogtreecommitdiffstats
path: root/sshexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-08Add SSHEXEC_SSHMattias Andrée1-2/+5
2025-02-08Add environment variables that lets the user override the option classes of sshMattias Andrée1-38/+120
2025-02-08Fix LF supportMattias Andrée1-13/+48
2025-02-08Split the code into more functions and add documentationMattias Andrée1-145/+341
2025-02-08add sshcd + fix bugMattias Andrée1-10/+39
2025-02-08Add asis and nasis optionsMattias Andrée1-5/+37
2025-02-08Add cd optionMattias Andrée1-2/+12
2025-02-08Add support for sshexec:// prefix and directory suffix in the destination argumentMattias Andrée1-1/+21
2025-02-08Use `exec env --` instead of `exec --`Mattias Andrée1-1/+1
2025-02-08Forbid - and variable assigment formatted commandMattias Andrée1-0/+5
2025-02-08Fix operand count checkMattias Andrée1-1/+1
2024-07-26Add support for redirecting file descriptors1.1Mattias Andrée1-4/+55
2023-11-18Fix reported usage syntaxMattias Andrée1-1/+1