eclair icon indicating copy to clipboard operation
eclair copied to clipboard

Simple ssh tool for Amazon EC2

Results 14 eclair issues
Sort by recently updated
recently updated
newest added

Bumps [jmespath](https://github.com/trevorrowe/jmespath.rb) from 1.4.0 to 1.6.1. Release notes Sourced from jmespath's releases. Release v1.6.1 - 2022-03-07 Issue - Use JSON.parse instead of JSON.load. Release v1.6.0 - 2022-02-14 Feature - Add...

dependencies

H. https://rubygems.org/gems/curses/versions/1.4.3 The minimum ruby version of Curses gem was changed from 1.4.3.

Eclair crashes if users changes the size of the terminal buffer in the server selection menu. Maybe we should add some handlers to the curses module in order to gracefully...

bug

`config.aws_region` overrides `AWS_REGION` environment variable, and changing config variables in `~/.ecl/config.rb` is not ergonomically convenient. So many users just comment out the `config.aws_region` variable and use the use the `AWS_REGION`....

Eclair is awesome and more people should be able to easily receive grace of it. To do so, we need to package this and (maybe) automate the release process. ###...

enhancement

On Ubuntu 19.04, having done `gem install ecl` I get the following error running `ecl` a second time (after the config file has been created) ``` Traceback (most recent call...

Hi, In my case, It checks 220 instances to list up. Each time I run it, it takes several minutes to see the list of instances. It's really taking a...

Eclair crashes if multiple items are selected under a certain condition. I don't know which condition is required to reproduce this problem.

Before, Eclair did not group the items at all if `config.group_by` options were `nil`. But now, Eclair crashes if `config.group_by` is `nil`. I'm not sure if it is intended backward...

Eclair aborts with Runtime Error if there's no configuration named "default". It'd be better if users receive kind error messages or warnings.