aboutsummaryrefslogtreecommitdiffstats
path: root/sshexec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add environment variables that lets the user override the option classes of sshMattias Andrée2025-02-081-38/+120
* Fix LF supportMattias Andrée2025-02-081-13/+48
* Split the code into more functions and add documentationMattias Andrée2025-02-081-146/+342
* add sshcd + fix bugMattias Andrée2025-02-081-10/+39
* Add asis and nasis optionsMattias Andrée2025-02-081-5/+37
* Add cd optionMattias Andrée2025-02-081-2/+12
* Add support for sshexec:// prefix and directory suffix in the destination argumentMattias Andrée2025-02-081-1/+21
* Use `exec env --` instead of `exec --`Mattias Andrée2025-02-081-1/+1
* Forbid - and variable assigment formatted commandMattias Andrée2025-02-081-0/+5
* Fix operand count checkMattias Andrée2025-02-081-1/+1
* Add support for redirecting file descriptors1.1Mattias Andrée2024-07-261-4/+55
* Fix reported usage syntaxMattias Andrée2023-11-181-1/+1
* First commitMattias Andrée2023-11-171-0/+224