This commit is contained in:
parent
754ed0f898
commit
d196454dde
1 changed files with 44 additions and 36 deletions
80
README.md
80
README.md
|
@ -9,44 +9,48 @@ Every morning, get the content of your favorite kanban board by email, WhatsApp
|
||||||
Note: _musala_ means _work, occupation_ [in Lingala](https://dic.lingala.be/fr/mosala)
|
Note: _musala_ means _work, occupation_ [in Lingala](https://dic.lingala.be/fr/mosala)
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
- [API Reference](https://github.com/nextcloud/deck/blob/master/docs/API.md)
|
||||||
|
- [API Reference](https://github.com/wekan/wekan/wiki/REST-API)
|
||||||
|
|
||||||
Task sources:
|
* Multiple task sources:
|
||||||
|
:heavy_check_mark: __Trello__
|
||||||
|
– :x: Nextcloud Deck (not yet)
|
||||||
|
– :x: Wekan (not yet)
|
||||||
|
– :x: Gitea / Forgejo (not yet)
|
||||||
|
– :x: Libreboard (not yet)
|
||||||
|
– :x: Github Projects (not yet)
|
||||||
|
* Multiple task destinations:
|
||||||
|
:x: Trello
|
||||||
|
– :x: Nextcloud Deck (not yet)
|
||||||
|
– :x: Wekan (not yet)
|
||||||
|
– :x: Gitea / Forgejo (not yet)
|
||||||
|
– :x: Libreboard (not yet)
|
||||||
|
– :x: Github Projects (not yet)
|
||||||
|
* Data selection: :heavy_check_mark: __All boards__
|
||||||
|
:heavy_check_mark: __Favorited boards__
|
||||||
|
– :heavy_check_mark: __Only selected ones__
|
||||||
|
|
||||||
* :heavy_check_mark: __Trello__
|
* Task actions:
|
||||||
* :x: Nextcloud Deck (not yet) - [API Reference](https://github.com/nextcloud/deck/blob/master/docs/API.md)
|
:heavy_check_mark: __List tasks__
|
||||||
* :x: Wekan (not yet) - [API Reference](https://github.com/wekan/wekan/wiki/REST-API)
|
– :x: Create task
|
||||||
* :x: Gitea / Forgejo (not yet)
|
– :x: Read task
|
||||||
* :x: Libreboard (not yet)
|
– :x: Update task
|
||||||
* :x: Github Projects (not yet)
|
– :x: Remove task
|
||||||
|
* Delivery via:
|
||||||
|
:heavy_check_mark: __E-mail__
|
||||||
|
– :x: Terminal
|
||||||
|
– :x: Webhook
|
||||||
|
– :x: UnifiedPush
|
||||||
|
– :x: Telegram
|
||||||
|
– :x: Slack
|
||||||
|
– :x: SMS
|
||||||
|
– :x: Whatsapp
|
||||||
|
– :x: IRC
|
||||||
|
|
||||||
Source selection
|
UI for task management:
|
||||||
|
:heavy_check_mark: Simple CLI + environment variables
|
||||||
* :heavy_check_mark: __All of them__
|
– :x: Composable CLI + environment variables
|
||||||
* :heavy_check_mark: __Favorited boards__
|
– :x: Web UI
|
||||||
* :heavy_check_mark: __Only selected ones__
|
|
||||||
|
|
||||||
Actions
|
|
||||||
|
|
||||||
* :heavy_check_mark: __List tasks__
|
|
||||||
* :x: Create task
|
|
||||||
* :x: Read task
|
|
||||||
* :x: Update task
|
|
||||||
* :x: Remove task
|
|
||||||
|
|
||||||
Delivery via:
|
|
||||||
|
|
||||||
* :heavy_check_mark: __E-mail__
|
|
||||||
* :x: Terminal
|
|
||||||
* :x: Telegram
|
|
||||||
* :x: Slack
|
|
||||||
* :x: SMS
|
|
||||||
* :x: Whatsapp
|
|
||||||
* :x: IRC
|
|
||||||
|
|
||||||
User interface for account configuration
|
|
||||||
|
|
||||||
* :heavy_check_mark: Command line + environment variables
|
|
||||||
* :x: Web app
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -54,7 +58,11 @@ User interface for account configuration
|
||||||
|
|
||||||
Make sure you have Go installed, then type:
|
Make sure you have Go installed, then type:
|
||||||
|
|
||||||
$ go install github.com/glenux/musala/...
|
$ go install github.com/glenux/musala/...@master
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
$ go install code.apps.glenux.net/glenux/musala/...@master
|
||||||
|
|
||||||
It will install Musala Mail binary in `$GOPATH/bin`
|
It will install Musala Mail binary in `$GOPATH/bin`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue