t

command
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2020 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Overview

t is a CLI that allows to add tasks into trello.

usage: t [flags] title [description]
  -c string
	config file (default: ~/.trc)
  -debug
	debug mode

It also allows to specify, within the title, several "labels" (@label1 @label2), as well as one "board" (#board) and "list" (^List). E.g.:

t "Add examples @dev @home ^Today #GTD" "Add examples in the documentation"

The configuration file has the following format:

{
	"key": "KEY",
	"token": "TOKEN",
	"default_board": "BOARD_NAME",
	"default_list": "LIST_NAME"
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL