Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-27 | Remove superfluous line | John Ankarström | |
2021-07-24 | Handle tabs converted to spaces in echo from server | John Ankarström | |
2021-07-24 | Remove superfluous comments | John Ankarström | |
2021-07-17 | Rename +h flag to +i (interactive), reverse meaning | John Ankarström | |
2021-07-17 | Add +h (hard-copy) flag | John Ankarström | |
Also: Fix / handling in escaped commands Exit on SIGQUIT, not on SIGINT | |||
2021-07-17 | Add +x (escaped command) flag | John Ankarström | |
Here is a summary of the squashed commits: Fix comparison (line 55) Temporarily suspend SIGCHLD handler Support only one file argument (it gets WAY too complex otherwise) Clean up properly Clean up code Properly handle SIGINT during escaped command Abort escaped command if previous command failed | |||
2021-07-15 | Match "pass phrase" with a space | John Ankarström | |
2021-07-15 | Use -l22 for pr | John Ankarström | |
2021-07-15 | Reverse meaning of +d (dumb) flag | John Ankarström | |
I personally find the detection useful enough to have enabled by default. | |||
2021-07-15 | Add +d (detect password prompt) flag | John Ankarström | |
Also, rename -P flag to +p. | |||
2021-07-15 | Improve sshpass code | John Ankarström | |
2021-07-15 | Add -P option (ask for password) | John Ankarström | |
2021-07-14 | Use -Pass option for sshpass | John Ankarström | |
2021-07-14 | Add SSHPASS compile-time flag | John Ankarström | |
2021-07-14 | Use -oBatchMode=yes for ssh | John Ankarström | |
2021-07-14 | Exit when child (ssh) exits | John Ankarström | |
2021-07-14 | Use 23 lines for pr | John Ankarström | |
This makes the first page fit on a 25-line terminal. | |||
2021-07-14 | Use -t option for pr (reomve header and margins) | John Ankarström | |
2021-07-14 | Move initial command to INIT constant | John Ankarström | |
2021-07-14 | Add INTRO, use PAGER='pr -pl25' | John Ankarström | |
2021-07-14 | rtty.c: Remove unnecessary include | John Ankarström | |
2021-07-14 | Implement rtty in rio.c, rename to rtty.c | John Ankarström | |
2021-07-14 | Rename rtty to rio, rd to rtty | John Ankarström | |
2021-07-14 | rtty.c: Don't eat output after repeated typed command | John Ankarström | |
2021-07-14 | rtty.c: Ignore repetition of typed command | John Ankarström | |
2021-07-14 | rtty.c: Remove superfluous code | John Ankarström | |
2021-07-14 | Add rtty.c | John Ankarström | |