Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luciopaiva committed Feb 3, 2020
1 parent 4cd2e62 commit 74f54a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ iTermoxyl is designed to be simple to use, with minimal interaction needed to ge

Features:

- directly learns about existing hosts by reading `~/.ssh/config`
- doesn't require any configuration files (tools like `i2cssh` require you to manually create YAML descriptions of your environments)
- regexp support: no need to type in the name of each machine you want to connect to
- supports [ssh config Include directives](https://man.openbsd.org/ssh_config#Include)
- supports loose searches (see below)

## How to install

Expand Down
2 changes: 1 addition & 1 deletion itermoxyl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ from math import ceil
from os.path import expanduser, normpath, join

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_MINOR = 1
VERSION_PATCH = 0

CONFIG_PATH = expanduser("~/.ssh/")
Expand Down

0 comments on commit 74f54a1

Please sign in to comment.