Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unbelievableflavour/bookmark-manager
A manager for the bookmarks in your .ssh/config file for elementaryOS
https://github.com/unbelievableflavour/bookmark-manager
bash elementary-os terminal vala
Last synced: about 2 months ago
JSON representation
A manager for the bookmarks in your .ssh/config file for elementaryOS
- Host: GitHub
- URL: https://github.com/unbelievableflavour/bookmark-manager
- Owner: unbelievableflavour
- License: gpl-3.0
- Archived: true
- Created: 2017-05-02T14:53:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T13:05:36.000Z (over 3 years ago)
- Last Synced: 2024-08-23T22:10:36.938Z (5 months ago)
- Topics: bash, elementary-os, terminal, vala
- Language: Vala
- Homepage:
- Size: 604 KB
- Stars: 27
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elementaryos - Bookmark Manager - Manager for your ssh configs [:white_check_mark:](https://appcenter.elementary.io/com.github.bartzaalberg.bookmark-manager) (Applications / System Tools)
README
# 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
### 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`