GovTechSG Slist Versions Save

slist is a tool to list your servers in ssh config and ssh into it

v1.7.1

4 years ago

When using the search feature, colours printout is not base on color_theme1 and color_theme2 variables. This release will fix this colour change issue.

v1.7.0

4 years ago

Allow persistent colour theme changes by declaring variable.

Example is to add below 2 lines to .bashrc or .profile or .bash_profile. export color_theme1=cyan export color_theme2=yellow

slist will read this variable and determine the colours with this variables. If both variable not declare, default colours will be use.

1.6.0

4 years ago
  1. Color scheme for slist can be change by changing the variable below.

slist color template (Change this to change slist output colors) color1="$blue" color2="$pink"

  1. Parameter change from —config-file to —file

v1.5.0

4 years ago
  • Added a new --init option to initialise a template SSH config file
  • Fixed a bug where you have 2 SSH config files with same Host entry but different IP addresses and when choosing the server to connect to using the --config-file option, it connects to the wrong IP address

v1.4.1

4 years ago

Fixes: when --config-file when empty throwing wrong error and wrong outputs. -e not working correctly with --config-file

v1.4.0

4 years ago

New features: --config-file < config file > allow slist to read other config file instead of default ~/.ssh/config -e allow opening and editing of config file

v1.3.1

4 years ago

HostName field in ~/.ssh/conf can actually work with small cap hostname. v1.3.1 fixed listing issue when HostnName field is in small cap. v1.3.1 listing will be non case sensitive.

v1.3.0

4 years ago
  • Add options to add and delete a host from the SSH config file

v1.2.2

4 years ago

v1.2.1

5 years ago

Fixed issue #11