Skip to content

Releases: joknarf/ssh-para

1.5.3

21 Dec 10:20
aeee2ef
Compare
Choose a tag to compare
  • link to run-para

1.5.2

21 Dec 10:15
Compare
Choose a tag to compare
  • manage execution exception
  • fix double call to thread constructor

1.5.1

26 Nov 20:28
Compare
Choose a tag to compare
  • -f - reads hosts list from stdin

1.5.0

19 Oct 13:09
4d874fb
Compare
Choose a tag to compare
  • dns resolve in Job thread instead of resolving all hosts before starting jobs
  • ssh command logged in {dirlog}/<host>.ssh with resolved host fqdn
  • inet_aton can be ok with string "<ip> <hostname>...", clean ip with inet_ntoa(inet_aton(ip))

1.4.5

14 Sep 09:06
Compare
Choose a tag to compare
  • multiline command display on 1 line during run

1.4.4

07 Sep 14:24
5d13a41
Compare
Choose a tag to compare
  • truncate long command/log lines to screen width
  • add \r as last line separator

1.4.3

07 Sep 12:41
23bc8f0
Compare
Choose a tag to compare
  • add typing hints
  • remove empty hosts in list

1.4.2

13 Jul 11:42
Compare
Choose a tag to compare
  • fix f string python <3.9

1.4.1

13 Jul 10:44
Compare
Choose a tag to compare
  • fix SIGPIPE absent Windows

1.4.0

13 Jul 10:32
Compare
Choose a tag to compare
  • handle Ctrl-C interrupt with curses.raw()
  • refactor logging
  • autocompletion through argcomplete . <(ssh-para -C )