Go to file
Murilo Venturoso 10ae4b5f06 Fix API break with Vte.feed_child (#17) 2018-07-02 09:38:13 -03:00
data Release 1.2.6 2018-06-24 15:33:10 -03:00
debian Release 1.2.6 2018-06-24 15:33:10 -03:00
meson clean 2018-04-18 12:29:56 -03:00
po Translated using Weblate (Belarusian) 2018-06-22 23:00:29 +02:00
src Fix API break with Vte.feed_child (#17) 2018-07-02 09:38:13 -03:00
.gitignore Dark Theme 2018-06-19 11:11:55 -03:00
.travis.yml Update dependencies 2018-04-18 12:32:45 -03:00
AUTHORS clean 2018-04-18 12:29:56 -03:00
LICENSE clean 2018-04-18 12:29:56 -03:00
README.md Fix API break with Vte.feed_child (#17) 2018-07-02 09:38:13 -03:00
meson.build Fix API break with Vte.feed_child (#17) 2018-07-02 09:38:13 -03:00
snapcraft.yaml Fix API break with Vte.feed_child (#17) 2018-07-02 09:38:13 -03:00

README.md

Build StatusTranslation status

EasySSH

The SSH connection manager to make your life easier.

A complete, efficient and easy-to-use manager. Create and edit connections, groups, customize the terminal, with multiple instances of the same connection.

Get it on AppCenter

Donate

PayPal | Patreon

Screenshot

Screenshot

Get it on AppCenter

Developing and Building

If you want to hack on and build EasySSH yourself, you'll need the following dependencies:

  • libgee-0.8-dev
  • libgtk-3-dev
  • libgranite-dev
  • libvte-2.91-dev
  • libjson-glib-dev
  • meson
  • valac

Run meson build to configure the build environment and run ninja test to build and run automated tests

meson build --prefix=/usr
cd build
ninja test

To install, use ninja install, then execute with com.github.muriloventuroso.easyssh

sudo ninja install
com.github.muriloventuroso.easyssh

Install with Flatpak

Install:

flatpak install flathub com.github.muriloventuroso.easyssh

Run:

flatpak run com.github.muriloventuroso.easyssh

Get it on AppCenter