thedevsaddam / task_binaries

Task binary files

Home Page:https://github.com/thedevsaddam/task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task binary

Command line task management tool

Download

OS x86 x86_64
Mac Download Download
Linux Download Download
FreeBSD Download Download
Windows Download Download

Installation

Mac/Linux download the binary and unzip it then follow the instruction below

$ cp task /usr/local/bin/task
$ sudo chmod +x /usr/local/bin/task

For windows download the binary and set environment variable so that you can access the binary from terminal

Custom File Path

If you are interested to sync the task in dropbox/google drive, you can set a custom path. To set a custom path open your .bashrc or .bash_profile and add this line export TASK_DB_FILE_PATH=Your file path

Example File path

export TASK_DB_FILE_PATH=/Users/thedevsaddam/Dropbox  # default file name will be .task.json
export TASK_DB_FILE_PATH=/Users/thedevsaddam/mytasks.json