agundy / tdcli

A Todoist Command Line Interface written in Ruby

Home Page:http://www.agundy.com/tdcli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tdcli

A simple Ruby Command Line Interface for Todoist

Gem Version

Purpose

I am building this to integrate Todoist into my operating system and learn Ruby. Most existing implementations of Todoist CLI's are in Python as well as add extra formmating that prevent me from running things like tdcli tasks | wc -l to get a count of my tasks.

Installation

TdCLI can be installed with Ruby Gems. gem install tdcli

Usage

Update

tdcli caches Todoist information and to update information you must run

$ tdcli update

View Tasks

$ tdcli tasks
- Checkout repo
- Install tdcli
- Manage Todoist from the CLI

View Projects

$ tdcli projects
Inbox
Hobby
School
 Bio
 Math
 Art
Work

About

A Todoist Command Line Interface written in Ruby

http://www.agundy.com/tdcli/

License:MIT License


Languages

Language:Ruby 100.0%