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