aboutsummaryrefslogtreecommitdiffstats
path: root/README (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-08Add environment variables that lets the user override the option classes of sshMattias Andrée1-0/+72
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-08Fix LF supportMattias Andrée1-13/+48
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-08Split the code into more functions and add documentationMattias Andrée1-146/+342
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-08add sshcd + fix bugMattias Andrée5-13/+260
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-08Add asis and nasis optionsMattias Andrée3-7/+71
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-08Add cd optionMattias Andrée3-3/+37
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-08Update READMEMattias Andrée1-11/+91
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-08Add support for sshexec:// prefix and directory suffix in the destination argumentMattias Andrée2-12/+55
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-08Use `exec env --` instead of `exec --`Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-08Forbid - and variable assigment formatted commandMattias Andrée2-1/+14
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-02-08Fix operand count checkMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
2024-10-06Update e-mail1.1.1Mattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <m@maandree.se>
2024-07-26Add support for redirecting file descriptors1.1Mattias Andrée2-6/+143
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-11-18Add synopsis to readmeMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>