Compare commits

..

No commits in common. "754ed0f898d82fc074b2ad879599c5481cc09374" and "8cb708d8dbea87492e6494b261b0dfc2b07f2e5d" have entirely different histories.

2 changed files with 0 additions and 61 deletions

View file

@ -15,7 +15,6 @@ Task sources:
* :heavy_check_mark: __Trello__ * :heavy_check_mark: __Trello__
* :x: Nextcloud Deck (not yet) - [API Reference](https://github.com/nextcloud/deck/blob/master/docs/API.md) * :x: Nextcloud Deck (not yet) - [API Reference](https://github.com/nextcloud/deck/blob/master/docs/API.md)
* :x: Wekan (not yet) - [API Reference](https://github.com/wekan/wekan/wiki/REST-API) * :x: Wekan (not yet) - [API Reference](https://github.com/wekan/wekan/wiki/REST-API)
* :x: Gitea / Forgejo (not yet)
* :x: Libreboard (not yet) * :x: Libreboard (not yet)
* :x: Github Projects (not yet) * :x: Github Projects (not yet)
@ -25,18 +24,9 @@ Source selection
* :heavy_check_mark: __Favorited boards__ * :heavy_check_mark: __Favorited boards__
* :heavy_check_mark: __Only selected ones__ * :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: Delivery via:
* :heavy_check_mark: __E-mail__ * :heavy_check_mark: __E-mail__
* :x: Terminal
* :x: Telegram * :x: Telegram
* :x: Slack * :x: Slack
* :x: SMS * :x: SMS

View file

@ -1,51 +0,0 @@
# Composable functions
## Example
### With pipes
musala-pull SOURCE \
| musala-add TASK \
| musala-remove --purge SOMETASK \
| musala-push DEST
### With internal filters
Also writeable like
musala pull SOURCE % add TASK1 % remove --purge TASK2 % push DEST
## Commands
### musala pull
Download all tasks from source
Get tasks from remote source
Writes tasks as JSON to stdout
### musala add
Add new task
Get tasks from stdin (json)
Add a new task
Writes tasks as JSON to stdout
### musala remove
* Get tasks from stdin (json)
* Mark a task as removed
* Remove tasks marked as remove (if --purge enabled)
* Writes tasks as JSON to stdout
### musala push
* Get tasks from stdin (json)
* Writes tasks to REMOTE DESTINATION