All Projects → unbelievableflavour → bookmark-manager

unbelievableflavour / bookmark-manager

Licence: GPL-3.0 license
A manager for the bookmarks in your .ssh/config file for elementaryOS

Programming Languages

vala
323 projects
Meson
512 projects

Projects that are alternatives of or similar to bookmark-manager

Transporter
Simple file sharing app for elementary OS
Stars: ✭ 44 (+57.14%)
Mutual labels:  elementary-os
warble
Native Linux word-guessing game built in Vala and Gtk for elementary OS
Stars: ✭ 82 (+192.86%)
Mutual labels:  elementary-os
wingpanel-indicator-weather
Weather app for elementary os
Stars: ✭ 12 (-57.14%)
Mutual labels:  elementary-os
develop
A simple tool to help elementary OS developers to develop their own apps and widgets.
Stars: ✭ 38 (+35.71%)
Mutual labels:  elementary-os
elementaryOS-devbook
Design and build apps for elementary OS.
Stars: ✭ 61 (+117.86%)
Mutual labels:  elementary-os
Slate-theme
GTK Mac-like theme for cleaner and flat-er look.
Stars: ✭ 14 (-50%)
Mutual labels:  elementary-os
Ensembles
A digital arranger workstation powered by FluidSynth
Stars: ✭ 312 (+1014.29%)
Mutual labels:  elementary-os
envelope
Personal finance manager for elementary OS
Stars: ✭ 38 (+35.71%)
Mutual labels:  elementary-os
time-limit
A simple and beautiful timer app for elementary OS
Stars: ✭ 27 (-3.57%)
Mutual labels:  elementary-os
OS-X-buttons
Implementation macOS buttons for Elementary OS.
Stars: ✭ 24 (-14.29%)
Mutual labels:  elementary-os
autoplank
automatically move Plank to the active monitor
Stars: ✭ 48 (+71.43%)
Mutual labels:  elementary-os

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

meson build --prefix=/usr
cd build
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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].