six-ddc / hss

An interactive parallel ssh client featuring autocomplete and asynchronous execution.
MIT License
352 stars 23 forks source link

If hostfile does not exist when using -f, try in ~/.hss - Added support for server specific logging via -O #12

Open boussou opened 4 years ago

boussou commented 4 years ago

I needed 2 things:

  1. use a default folder named .hss/ in home to use for the host files current version you type: "hss -f ~/hostgroup" I want to type "hss hostgroup" from any folder, the program will look for the file in /.hss

  2. in the .hss folder, I wanted a subfolder per server, holding the log files of the output file name like ~/.hss/ipaddr/date_per_day.log The idea is to be able to review or tail easily

boussou commented 4 years ago

This contains fine grained fixes to make it fully usable