0.1.0 • Published 11 years ago

zeyos-tasksync v0.1.0

Weekly downloads
7
License
-
Repository
github
Last release
11 years ago

ZeyOS TaskSync CLI

NPM

Purpose

Sometimes a good, old fashioned text file is simply more conventient for fast editing than a web interface. For this reason, I created this simple CLI tool in order to import/export all my tasks from ZeyOS into a YAML file for fast editing.

Installation

Simply install as global package via NPM:

npm install -g zeyos-tasksync

On ZeyOS, make sure that you install the Task Editor API (net.zeyon.task.textedit).

Usage

Export tasks

zeyos-tasksync export [filename.yml] -orderby={string} -assigneduser={string} -project={string} -priority={string} -search={string}

Import tasks

zeyos-tasksync import filename.yml

Options

General options

ParametershortcutDescription
help-hThe name of the applicaiton
config-cConfig file
usernameZeyOS Username
passwordPassword
hostZeyOS instance name or URL

Export options

ParameterDescriptionValue
orderbyOrder by clauseduedate, tasknum, status, priority, progress, project, name
priorityPriority filterlowest, low, medium, high, highest
projectProject filterProject name
userAssigned userAssigned user name
categoryTag or categoryTag name
searchSearch queryQuery string (applies to task name and project name)