Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 895 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 895 Bytes

Bookmark Manager

Manager for your ssh configs

Get it on AppCenter

Simple App for elementary OS

A Vala application to get your ssh bookmarks from your config file and use them in an interface kinda way

Installation

Dependencies

These dependencies must be present before building

  • valac
  • gtk+-3.0
  • granite

You can install these on a Ubuntu-based system by executing this command:

sudo apt install valac libgtk-3-dev libgranite-dev

Building

mkdir build
cd build
sudo cmake ..
sudo make

Installing

sudo make install