Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardklose/nextcloud-bookmarks
A mac OS menu bar item for your nextcloud bookmarks
https://github.com/richardklose/nextcloud-bookmarks
bookmarks macos nextcloud swift
Last synced: about 2 months ago
JSON representation
A mac OS menu bar item for your nextcloud bookmarks
- Host: GitHub
- URL: https://github.com/richardklose/nextcloud-bookmarks
- Owner: richardklose
- License: mit
- Created: 2018-07-28T14:49:30.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2018-08-04T10:37:11.000Z (over 6 years ago)
- Last Synced: 2024-10-10T03:45:36.293Z (2 months ago)
- Topics: bookmarks, macos, nextcloud, swift
- Language: Swift
- Size: 873 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/richardklose/nextcloud-bookmarks.svg?branch=develop)](https://travis-ci.org/richardklose/nextcloud-bookmarks)
# nextcloud-bookmarks
A mac OS menu bar item for your nextcloud bookmarksThis little Application sits in your menubar and gives you access to your bookmarks from your nextcloud instance.
Just add server adress, username and password in the preferences and you're ready to go.
## Getting Started
### Install
If you just want to use Nextcloud Bookmarks, you can download it from the [relases page](https://github.com/richardklose/nextcloud-bookmarks/releases).### Build
You can build the app from scratch. Aside from Xcode 9 it has no further dependencies, so with Xcode installed you can build it from the commandline with `xcodebuild` or by running it from inside Xcode.## Contributing
PRs are welcome! Please file your PR against the develop branch.