easyssh/README.md

76 lines
2.1 KiB
Markdown
Raw Normal View History

[![Translation status](https://hosted.weblate.org/widgets/easyssh/-/translations/svg-badge.svg)](https://hosted.weblate.org/engage/easyssh/?utm_source=widget)
2018-04-18 23:29:56 +08:00
<h1 align="center">EasySSH</h1>
## 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.
<p align="center">
<a href="https://appcenter.elementary.io/com.github.muriloventuroso.easyssh"><img src="https://appcenter.elementary.io/badge.svg" alt="Get it on AppCenter" /></a>
</p>
2018-08-16 20:00:22 +08:00
2018-08-16 19:59:17 +08:00
### Features
* Manage connections and groups
* Customize terminal
* Dark Theme
* Multiple instances of same connection
* Restore opened hosts
* Sync `~/.ssh/config`
2018-11-21 00:44:01 +08:00
* Protect data with password
2018-04-18 23:29:56 +08:00
2018-04-24 04:17:36 +08:00
### Donate
<a href="https://www.paypal.me/muriloventuroso">PayPal</a> | <a href="https://www.patreon.com/muriloventuroso">Patreon</a>
2018-04-18 23:29:56 +08:00
![Screenshot](data/screenshot.png)
2018-06-19 22:25:49 +08:00
2018-08-16 19:59:17 +08:00
![Screenshot](data/screenshot2.png)
2018-04-18 23:29:56 +08:00
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.muriloventuroso.easyssh)
## Developing and Building
If you want to hack on and build EasySSH yourself, you'll need the following dependencies:
2018-04-18 23:29:56 +08:00
* libgee-0.8-dev
* libgtk-3-dev
* libgranite-dev
* libvte-2.91-dev
2018-04-18 23:32:45 +08:00
* libjson-glib-dev
2018-07-25 21:29:13 +08:00
* libunity-dev
2018-04-18 23:29:56 +08:00
* meson
* valac
2018-11-21 00:44:01 +08:00
* gpg
2018-04-18 23:29:56 +08:00
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
2018-06-19 22:18:41 +08:00
## Install with Flatpak
Install:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
2018-06-19 22:18:41 +08:00
flatpak install flathub com.github.muriloventuroso.easyssh
Run:
flatpak run com.github.muriloventuroso.easyssh
2018-04-18 23:29:56 +08:00
-----
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.muriloventuroso.easyssh)