Skip to content

Releases: GovTechSG/slist

Search feature does not follow color_theme1 and color_theme1 colours

15 Apr 09:40
acf1b3d
Compare
Choose a tag to compare

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

15 Nov 08:21
901218f
Compare
Choose a tag to compare

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.

v1.6.0

06 Nov 10:33
b40c7f8
Compare
Choose a tag to compare
  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

07 Aug 03:46
47daa88
Compare
Choose a tag to compare
  • 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

v.1.4.1

01 Aug 03:43
4eeef0d
Compare
Choose a tag to compare

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

v1.4.0

01 Aug 03:10
32a4a3d
Compare
Choose a tag to compare

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

18 Jul 03:38
74fe49d
Compare
Choose a tag to compare

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

01 Jul 03:00
5d3fac7
Compare
Choose a tag to compare
  • Add options to add and delete a host from the SSH config file

v1.2.2

28 Jun 02:40
f86f31c
Compare
Choose a tag to compare
Merge pull request #19 from GovTechSG/add-file-check

added config file existence check with red warning

v1.2.1

19 Mar 10:07
Compare
Choose a tag to compare

Fixed issue #11