Skip to content

Release 1.1.3

Compare
Choose a tag to compare
@fonimus fonimus released this 24 Mar 11:58
  • Remove static from SshShellHelper methods (getColored, getBackgroundColored)
  • Add methods in SshShellHelper
    • terminalSize to get terminal columns and rows capabilities
    • progress to fill line with progress bar
      • [========> ]
    • interactive which takes an interface to display lines at regular interval
      • Check complete sample for a demo