easyssh/README.md

77 lines
2.2 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.
2022-10-19 01:08:56 +08:00
### Looking for maintainers!
2018-04-18 23:29:56 +08:00
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
2021-11-25 04:21:09 +08:00
- Manage connections and groups
- Customize terminal
- Dark Theme
- Multiple instances of same connection
- Restore opened hosts
- Sync `~/.ssh/config`
- Protect data with password
2018-04-18 23:29:56 +08:00
2018-04-24 04:17:36 +08:00
### Donate
2021-11-25 04:21:09 +08:00
2019-07-09 08:21:10 +08:00
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=YQ7R5KQJPUNNU&currency_code=BRL&source=url">PayPal</a> | <a href="https://www.patreon.com/muriloventuroso">Patreon</a>
2018-04-24 04:17:36 +08:00
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
2021-11-25 04:21:09 +08:00
- libgee-0.8-dev
- libgtk-3-dev
- libgranite-dev (>= 6.0.0)
- libvte-2.91-dev
- libjson-glib-dev
- meson
- valac
- 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:
2021-11-25 04:21:09 +08:00
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
2021-11-25 04:21:09 +08:00
---
2018-06-19 22:18:41 +08:00
2021-11-25 04:21:09 +08:00
## Thanks
2018-04-18 23:29:56 +08:00
2021-11-25 04:21:09 +08:00
- [Ryo Nakano](https://github.com/ryonakano)
2018-04-18 23:29:56 +08:00
2021-11-25 04:21:09 +08:00
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.muriloventuroso.easyssh)