Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m0ppers/syncthing-bar
A statusbar for syncthing on Mac OS X
https://github.com/m0ppers/syncthing-bar
mac-osx statusbar syncthing
Last synced: 8 days ago
JSON representation
A statusbar for syncthing on Mac OS X
- Host: GitHub
- URL: https://github.com/m0ppers/syncthing-bar
- Owner: m0ppers
- License: other
- Created: 2014-12-16T12:01:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T06:00:38.000Z (over 5 years ago)
- Last Synced: 2024-10-25T05:50:16.814Z (15 days ago)
- Topics: mac-osx, statusbar, syncthing
- Language: Swift
- Homepage:
- Size: 404 KB
- Stars: 133
- Watchers: 15
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-starred - m0ppers/syncthing-bar - A statusbar for syncthing on Mac OS X (Swift)
README
syncthing-bar [![Build Status](https://travis-ci.org/m0ppers/syncthing-bar.svg?branch=master)](https://travis-ci.org/m0ppers/syncthing-bar)
=============**THIS PROJECT IS OBSOLETE NOW AS THERE IS AN OFFICIAL CLIENT: https://github.com/syncthing/syncthing-macos**
A little statusbar for http://syncthing.net/ on OSX
Be aware that i am NOT a swift developer. I am not even a cocoa developer. This is more or less a weekend experiment. It should be useable but the code is a mess :O (so much i can tell :D)
## What will it do?
Syncthing bar has syncthing bundled. Once started it will try to upgrade and then keep the bundled syncthing running. It will automatically select a port.
When clicking on the statusbar icon it will offer quick access to the UI and will allow you to open any shared folder in finder. Syncthing log may be examined as well. That's it## Requirements
OS X 10.10 is required
## To build/run
1. Clone the repository in X-Code
2. Download syncthing from http://syncthing.net/
3. Extract the archive
4. Locate the "syncthing" binary
5. Copy the binary to your syncthing-bar source repository in the folder "syncthing"
6. Open X-Code (binary/syncthing should NOT be marked RED anymore)
7. Hit the fancy play button :S
8. it SHOULD run :S## Demo :O
![alt tag](https://m0ppers.github.io/syncthing-bar.gif)
## Caveats
Syncthingbar is intended for local usage only. It will hardcode host and port and apikey. If you want to access the UI from within your network use a standalone syncthing.
## Installation Package
The latest release can be found on the [releases tab](https://github.com/m0ppers/syncthing-bar/releases)
## Installation using homebrew
After you have installed [homebrew](http://brew.sh) you can install syncthing-bar with the `brew` command:
brew tap caskroom/cask
brew cask install syncthing-bar