Project

General

Profile

[New] ttt - todo tweet tool

Added by Carsten Rose about 9 years ago

Create I-MATH Support Tickets via commandline. The script behaves like the commandline tool `mail`

Example 1: create a ticket with subject 'Printer J11' and the body 'Please replace the toner, it's empty.'

$ ttt Printer J11
Please replace the toner, it's empty.
<Ctrl-D>
Example 2: create a ticket with the subject 'long error message' and as the body the content of a text file
$ ttt long error message < file.txt
Check further options with 'ttt -h'


Comments