syncoboard
syncoboard is a Terminal User Interface (TUI) application designed to interact with the Syncoboard API.
Prerequisites
Install
To install the tool using Go:
go install github.com/syncoboard/syncoboard-cli@latest
After installation, you can run the tool by simply typing:
syncoboard-cli
Building and Running
To run the application directly:
go run main.go
To build the executable:
go build -o syncoboard .
./syncoboard
Features
This application provides a command-line interface to interact with your Syncoboard workspace and boards efficiently without leaving your terminal.