项目作者: bartzaalberg

项目描述 :
A manager for the bookmarks in your .ssh/config file for elementaryOS
高级语言: Vala
项目地址: git://github.com/bartzaalberg/bookmark-manager.git
创建时间: 2017-05-02T14:53:39Z
项目社区:https://github.com/bartzaalberg/bookmark-manager

开源协议:GNU General Public License v3.0

下载



Archived

This repository is not maintained anymore and will not be updated to Elementary OS 6.0. You have my blessing to create a fork and update the application to post publish it in Elementary 6.0 under your own name.

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

First you will need to install elementary SDK

sudo apt install elementary-sdk

Dependencies

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

Building

  1. meson build --prefix=/usr
  2. cd build
  3. ninja

Installing

sudo ninja install

Recompile the schema after installation

sudo glib-compile-schemas /usr/share/glib-2.0/schemas

Update .pot file

Call the following command from the build folder:

ninja com.github.bartzaalberg.bookmark-manager-pot