https://github.com/elisaado/zermelo-cli
Unofficial command line interface for Zermelo (zportal)
https://github.com/elisaado/zermelo-cli
cli command-line go zermelo zermelo-cli
Last synced: 5 months ago
JSON representation
Unofficial command line interface for Zermelo (zportal)
- Host: GitHub
- URL: https://github.com/elisaado/zermelo-cli
- Owner: elisaado
- License: mit
- Created: 2018-02-19T19:26:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-10T23:14:43.000Z (about 5 years ago)
- Last Synced: 2025-04-10T01:07:47.578Z (about 1 year ago)
- Topics: cli, command-line, go, zermelo, zermelo-cli
- Language: Go
- Homepage:
- Size: 6.77 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zermelo-cli
Unofficial command line interface application to access Zermelo (zportal)
## Installation
Use `go get github.com/elisaado/zermelo-cli` to install.
## Usage
When no arguments are provided to the executable, it will start an interactive REPL-ish environment where one can execute multiple commands
### Commands
\* Optional
|Command|Parameters|Default action (without parameters)|Description|
|-------|----------|-----------------------------------|-----------|
|help|Command name*|Shows this help|Shows help for a specific command|
|init|None||Starts an interactive wizardish thing where the user can enter their organisation and authentication code, then initializes (fetches authentication token) the CLI|
|show|Day* (parameters like: today, tomorrow or integers where 0 is today, 1 is tomorrow and 6 is today but next week)|Shows schedule for today|Shows schedule for specific day|
|me|None||Shows all info Zermelo knows about you|
|info|None||Shows info about zermelo-cli (version, creator)|
## Author
Eli Saado and contributors