https://github.com/thombashi/grsched
A tool to show Garoon schedule at terminals.
https://github.com/thombashi/grsched
garoon scheduler
Last synced: 4 months ago
JSON representation
A tool to show Garoon schedule at terminals.
- Host: GitHub
- URL: https://github.com/thombashi/grsched
- Owner: thombashi
- License: mit
- Created: 2020-10-23T02:27:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T14:12:22.000Z (over 1 year ago)
- Last Synced: 2024-05-17T00:01:48.658Z (about 1 year ago)
- Topics: garoon, scheduler
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. contents:: **grsched**
:backlinks: top
:depth: 2Summary
============================================
.. image:: https://badge.fury.io/py/grsched.svg
:target: https://badge.fury.io/py/grsched
:alt: PyPI package version.. image:: https://img.shields.io/pypi/pyversions/grsched.svg
:target: https://pypi.org/project/grsched
:alt: Supported Python versions.. image:: https://img.shields.io/pypi/implementation/grsched.svg
:target: https://pypi.org/project/grsched
:alt: Supported Python implementations.. image:: https://github.com/thombashi/grsched/workflows/Tests/badge.svg
:target: https://github.com/thombashi/grsched/actions?query=workflow%3ATests
:alt: Linux/macOS/Windows CI statusA tool to show Garoon schedule at terminals.
Installation
============================================
::pip install grsched
Usage
============================================::
$ grsched configure
subdomain []:
basic auth info (base64 encoded 'login-name:passowrd'):
$ grsched events
...
$ grsched show next
...Command help
----------------------------
::Usage: grsched [OPTIONS] COMMAND [ARGS]...
common cmd help
Options:
--version Show the version and exit.
--debug For debug print.
-q, --quiet Suppress execution log messages.
-v, --verbose
-h, --help Show this message and exit.Commands:
configure Setup configurations of the tool.
events List events.
show Show specific event(s).
users List users.
version Show version information::
Usage: grsched events [OPTIONS]
List events.
Options:
--user USER_ID user id of the target. defaults to the login user.
--since DATETIME datetime.
-h, --help Show this message and exit.Issue tracker: https://github.com/thombashi/grsched/issues
::
Usage: grsched show [OPTIONS] [EVENT_IDS]...
Show specific event(s). EVENT_IDS must be space-separated IDs of events to
be shown. You can also use a special specifier "next" to show the next
upcoming event.Options:
--user USER_ID user id of the target. defaults to the login user.
-h, --help Show this message and exit.Issue tracker: https://github.com/thombashi/grsched/issues
Dependencies
============================================
- Python 3.5+
- `Python package dependencies (automatically installed) `__