Go to file
Murilo Venturoso 8dbc8a32ac Bugfix 2018-05-16 13:56:49 -03:00
data Release 1.1.9 2018-05-06 14:33:32 -03:00
debian Release 1.1.9 2018-05-06 14:33:32 -03:00
meson clean 2018-04-18 12:29:56 -03:00
po Bugfix 2018-05-16 13:56:49 -03:00
src Bugfix 2018-05-16 13:56:49 -03:00
.gitignore gitignore 2018-04-27 15:24:50 -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 Add translation 2018-04-23 17:17:36 -03:00
meson.build Update meson 2018-04-18 13:16:07 -03:00
snapcraft.yaml Bugfix 2018-05-16 13:56:49 -03:00

README.md

Build 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

Get it on AppCenter

Developing and Building

If you want to hack on and build Palette 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

Get it on AppCenter