Manager for your ssh configs
A Vala application to get your ssh bookmarks from your config file and use them in an interface kinda way
First you will need to install elementary SDK
sudo apt install elementary-sdk
These dependencies must be present before building
valac
gtk+-3.0
granite
vte-2.91
You can install these on a Ubuntu-based system by executing this command:
sudo apt install valac libgtk-3-dev libgranite-dev vte-2.91
mkdir build
cd build
sudo cmake -DCMAKE_INSTALL_PREFIX=/usr ../
make pot
sudo make
sudo make install
You can run the tests by going to the test dir:
/src/Tests/tests.sh
And then running the test script.
./tests.sh