index
:
rtty
master
limited but responsive remote shell
Git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rtty.c
Age
Commit message (
Expand
)
Author
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
2021-07-17
Add +x (escaped command) flag
John Ankarström
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
2021-07-15
Add +d (detect password prompt) flag
John Ankarström
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
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