index
:
bin
master
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xsh
Age
Commit message (
Expand
)
Author
2016-10-22
Fix shell-wrap as needed, singlequote-escaped.
Jonas Smedegaard
2016-10-22
Tidy terminal emulator call (drop wrapper).
Jonas Smedegaard
2016-10-22
Apply ssh options directly.
Jonas Smedegaard
2016-10-22
Simplify wrap ssh.
Jonas Smedegaard
2016-10-22
Fix avoid merging arguments.
Jonas Smedegaard
2016-10-22
Simplify wrap su (was and still is broken in local use, unrelated to this cha...
Jonas Smedegaard
2016-10-22
Simplify wrap sudo.
Jonas Smedegaard
2016-10-22
Tidy set fallback shell.
Jonas Smedegaard
2016-10-22
Simplify stripping @ from host.
Jonas Smedegaard
2016-10-22
Stop tune terminal emulator decoration (better done with dot-files).
Jonas Smedegaard
2016-10-22
Drop option --ssh2|-2 (obsolete).
Jonas Smedegaard
2016-10-22
Change logic: Prepend @ to indicate host (bare word is now always command).
Jonas Smedegaard
2016-10-22
Add sudo support.
Jonas Smedegaard
2016-10-22
Change host handling: Explicit localhost means force use ssh; no host implies...
Jonas Smedegaard
2016-10-22
Drop SSH compression handling (better done in ssh config).
Jonas Smedegaard
2016-10-21
Change option su to literally call su (replacing and dropping ill-named optio...
Jonas Smedegaard
2016-10-21
Tidy variable prg_su (not specific to remote use;no opts defined).
Jonas Smedegaard
2016-10-21
Tidy use of variable prg (remote flavor superfluous).
Jonas Smedegaard
2016-10-21
Tidy use of variable prg_opts (local and remote flavors were identical).
Jonas Smedegaard
2016-10-21
Drop undocumented option --user|-u (better use ssh syntax).
Jonas Smedegaard
2016-10-21
Stop set title (nowadays applied by mc - and probably other tools too).
Jonas Smedegaard
2016-10-21
Stop tune mc options (nowadays color enabled by default, and slow mode unneed...
Jonas Smedegaard
2016-10-21
Stop mess with environment variable TERM.
Jonas Smedegaard
2011-03-15
Fix bashisms: superfluous leading function keyword. Thanks to 'themill'.
Jonas Smedegaard
2007-06-10
Initiate rxvt sessions as login shell.
Jonas Smedegaard
2006-02-26
Handle urxvt (and then force TERM=rxvt, as TERM=rxvt-unicode is unsupported o...
Jonas Smedegaard
2004-10-23
Verbose mode emits command prior to execution. option -- stops parsing more o...
Jonas Smedegaard
2003-09-25
Drop using ProtocolKeepAlive by default (as it does not solve the problem of ...
Jonas Smedegaard
2003-06-01
Enable ProtocolKeepAlive on remote connections.
Jonas Smedegaard
2002-03-10
Optimize xsh terminal handling and local/remote options, and use the script -...
Jonas Smedegaard
2002-03-10
xsh: Various visual cleanup - and improve root window on localhost (no need t...
Jonas Smedegaard
2002-03-10
move execute-with-no-options feature from xmc to xsh.
Jonas Smedegaard
2002-03-10
xsh: Improve test syntax throughout the script.
Jonas Smedegaard
2002-03-10
xsh: Use x-terminal-emulator instead of rxvt (and leave - commented out - som...
Jonas Smedegaard
2002-03-10
Avoid exec - rxvt doesn't quit (because of gdkxft and recently enabled?).
Jonas Smedegaard
2002-02-28
Initial revision
Jonas Smedegaard