Ssh Aliases Versions Save

A tool for ~/.ssh/config generation

v0.3.2

4 years ago

Improvements

  • Fix for DNS names containing underscores #29

v0.3.1

5 years ago

Improvements

  • Using golangci-lint
  • Fixing color issues on bright terminals #26

v0.3.0

5 years ago

Features

  • RegExp-matching aliases generation (see docs)

Improvements

  • Placeholder indexes (like {#1}) validation in aliases, better error handling
  • Allow to have hostname with config and no alias specified in host definition

v0.2.0

5 years ago

Features

  • Variables (see docs)
  • Extending configurations (via _extend property, see docs)

Improvements

  • Hostname and configuration properties can be optional in some circumstances (see readme)
  • Improved configuration errors handling

v0.1.2

6 years ago

Bugfixes

  • #8 list command returned error when host referred config from external file

v0.1.1

6 years ago

Improvements

  • Better versioning
  • Homebrew support
brew tap dankraw/ssh-aliases
brew install ssh-aliases

v0.1.0

6 years ago

First release of ssh-aliases. :tada: :octocat: :tada:

Features

  • multiple HCL input files supported
  • compile, list commands available in CLI
  • hostnames expansion with ranges [1..5] and sets [a|b|c]
  • alias templates example{#1}.{#2}