Skip to content

Instantly share code, notes, and snippets.

@arsane
Created April 20, 2015 08:05
Show Gist options
  • Save arsane/22aa5c7373b220cfa02e to your computer and use it in GitHub Desktop.
Save arsane/22aa5c7373b220cfa02e to your computer and use it in GitHub Desktop.
some check of replacements for windows cmd.

some quick ideas about windows cmd replacements.

  • putty (very good terminal for serial port/telnet/ssh)
  • clink (hook WriteConsole and ReadConsole, support lua extensions)
  • com0com (virtual serial ports)
  • com2tcp (virtual serial with tcp connection)
  • ConEmu (better replacement for windows cmd with clink internally, support gitshell/powershell and other shells)

One simple feature:

  • modify clink to putty like character output.(better&clear font)

Further, is it possible to have some feature like:

  • fork cmd on another windows pc.
  • keep remote session with local operation.
  • screen like switch and connect/disconnect
  • native support of autojmp ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment