Sync overleaf repositories with GitHub (runs as a system tray)
- Only works for Linux and darwin OS (Mac)
- Doesn't work on windows yet, see getlantern/systray#148
- Copy the example config file to
$HOME/.config/.giggle/config.json
for Linux or$HOME/Library/Application\ Support/.giggle/config.json
for Mac - Add sync configuration to the
config.json
file - Make sure to create empty target repo on GitHub
- Download the binary from release page
- Setup
config.json
as described in setup config chmod +x giggle-linux-amd64
- Execute the binary
- Download the binary from release page
- Setup
config.json
as described in setup config chmod +x giggle-darwin-amd64
- Execute the binary
sudo apt install libgtksourceview2.0-dev libgtk-3-dev libcairo2-dev libglib2.0-dev
go get -u github.com/mangalaman93/giggle
xcode-select --install.
go get -u github.com/mangalaman93/giggle
- Add UI to manage configuration
- Fix running on windows