https://github.com/blues/note-cli
Command line tools for Notecard and Notehub
https://github.com/blues/note-cli
Last synced: 3 months ago
JSON representation
Command line tools for Notecard and Notehub
- Host: GitHub
- URL: https://github.com/blues/note-cli
- Owner: blues
- License: mit
- Created: 2022-03-26T14:45:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-02-26T22:33:29.000Z (4 months ago)
- Last Synced: 2026-02-27T04:47:31.279Z (4 months ago)
- Language: Go
- Size: 443 KB
- Stars: 6
- Watchers: 9
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notecard & Notehub CLI
This repository contains command-line tools for working with the Notecard and Notehub CLI utilities.
## Installing
The Notecard & Notehub CLIs can be installed either with a package manager (`homebrew`) or by downloading the binaries from the [releases page](https://github.com/blues/note-cli/releases).
### Homebrew
```bash
brew install --cask blues/note-cli/note-cli
```
> [!IMPORTANT]
If you are upgrading from a version older than v1.9.1 to a newer version, using `brew`, you will need to uninstall first using `brew uninstall note-cli`.
### Downloading the binaries
For all releases, we have compiled the Notecard and Notehub utilities for different OS and architectures [here](https://github.com/blues/note-cli/releases).
If you don't see your OS and architecture supported, please file an issue and we'll add it to new releases.
## Building the CLIs
### Dependencies
- Install Go and the Go tools [(here)](https://golang.org/doc/install)
### Compiling the utilities
If you want to build the latest, follow the directions below.
```bash
cd notecard
go build .
```
```bash
cd notehub
go build .
```
## Additional Resources
To learn more about Blues Wireless, the Notecard and Notehub, see:
- [blues.com](https://blues.io)
- [notehub.io](https://notehub.io)
- [wireless.dev](https://wireless.dev)
## License
Copyright (c) 2017 Blues Inc. Released under the MIT license. See [LICENSE](LICENSE) for details.