https://github.com/mogenius/homebrew-mocli
Release binaries of mocli for various platforms.
https://github.com/mogenius/homebrew-mocli
Last synced: 19 days ago
JSON representation
Release binaries of mocli for various platforms.
- Host: GitHub
- URL: https://github.com/mogenius/homebrew-mocli
- Owner: mogenius
- License: mpl-2.0
- Created: 2023-08-11T14:42:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-06-11T03:53:20.000Z (23 days ago)
- Last Synced: 2026-06-11T05:21:35.002Z (23 days ago)
- Language: Ruby
- Homepage: https://www.mogenius.com
- Size: 10.2 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# README
This is the public version of `mocli` repository for distribution purposes. It just contains the release versions of the binaries as tarballs.
`mocli` is a CLI tool with a TUI(terminal UI). It is written in Go with the help of package [tview](https://github.com/rivo/tview) to observe your [mogenius](https://mogenius.com/) projects 'n services from your CLI environment in style.
## Installation
Currently, we only support [Homebrew](https://brew.sh/)(for Mac 'n Linux) and [Scoop](https://scoop.sh/)(for Windows).
### Mac/Linux
Install [Homebrew](https://brew.sh/) if you haven't done so.
```
brew tap mogenius/mocli
brew install mocli
```
Then have fun! 😎
### Windows
Install [Scoop](https://scoop.sh/) if you haven't done so
```
scoop bucket add mogenius-cli https://github.com/mogenius/homebrew-mocli
scoop install mocli
```
Then have fun! 😎