All Projects → Swatto → Td

Swatto / Td

Licence: mit
Your todo list in your terminal

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Td

Todo.txt Cli
☑️ A simple and extensible shell script for managing your todo.txt file.
Stars: ✭ 4,725 (+1683.02%)
Mutual labels:  todo, cli
Vdirsyncer
📇 Synchronize calendars and contacts.
Stars: ✭ 872 (+229.06%)
Mutual labels:  todo, cli
Dstask
Single binary terminal-based TODO manager with git-based sync + markdown notes per task
Stars: ✭ 431 (+62.64%)
Mutual labels:  todo, cli
Gitviper
Enhanced git experience using the command line
Stars: ✭ 35 (-86.79%)
Mutual labels:  todo, cli
Taskline
Tasks, boards & notes for the command-line habitat
Stars: ✭ 78 (-70.57%)
Mutual labels:  todo, cli
Py Todo
📋 Lightweight reminder / todo-list in cli
Stars: ✭ 102 (-61.51%)
Mutual labels:  todo, cli
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (+92.83%)
Mutual labels:  todo, cli
Taskbook
Tasks, boards & notes for the command-line habitat
Stars: ✭ 8,326 (+3041.89%)
Mutual labels:  todo, cli
Nodo
☑ Command line TODO app
Stars: ✭ 73 (-72.45%)
Mutual labels:  todo, cli
Tasklite
The CLI task manager for power users
Stars: ✭ 91 (-65.66%)
Mutual labels:  todo, cli
Taskwarrior
Taskwarrior - Command line Task Management
Stars: ✭ 2,239 (+744.91%)
Mutual labels:  todo, cli
Imessage
💬 Send iMessages from command-line
Stars: ✭ 261 (-1.51%)
Mutual labels:  cli
I18next Scanner
Scan your code, extract translation keys/values, and merge them into i18n resource files.
Stars: ✭ 259 (-2.26%)
Mutual labels:  cli
Nord Gnome Terminal
An arctic, north-bluish clean and elegant GNOME Terminal color theme.
Stars: ✭ 258 (-2.64%)
Mutual labels:  cli
Pushbullet Cli
Access Pushbullet from the command line
Stars: ✭ 260 (-1.89%)
Mutual labels:  cli
Pygogo
A Python logging library with superpowers
Stars: ✭ 265 (+0%)
Mutual labels:  cli
Terminus
The Pantheon CLI — a standalone utility for performing operations on the Pantheon Platform
Stars: ✭ 263 (-0.75%)
Mutual labels:  cli
Graphqurl
curl for GraphQL with autocomplete, subscriptions and GraphiQL. Also a dead-simple universal javascript GraphQL client.
Stars: ✭ 3,012 (+1036.6%)
Mutual labels:  cli
Goodls
This is a CLI tool to download shared files and folders from Google Drive.
Stars: ✭ 256 (-3.4%)
Mutual labels:  cli
Tomo
A friendly CLI for deploying Rails apps ✨
Stars: ✭ 260 (-1.89%)
Mutual labels:  cli

td

Your todo list in your terminal.

Screenshot

Usage

Installation

  • From homebrew: brew install td
  • From binary: go to the release page
  • From source: go get github.com/Swatto/td

Information

td will look at a .todos files to store your todos (like Git does: it will try recursively in each parent folder). This permit to have different list of todos per folder.

If it doesn't find a .todos, td use an environment variable to store your todos: TODO_DB_PATH where you define the path to the JSON file. If the file doesn't exist, the program will create it for you.

CLI

NAME:
   td - Your todos manager

USAGE:
   td [global options] command [command options] [arguments...]

VERSION:
   1.4.1

AUTHOR:
  Gaël Gillard - <[email protected]>

COMMANDS:
   init, i  Initialize a collection of todos
   add, a   Add a new todo
   modify, m   Modify the text of an existing todo
   toggle, t   Toggle the status of a todo by giving his id
   clean Remove finished todos from the list
   reorder, r  Reset ids of todo or swap the position of two todo
   search, s   Search a string in all todos
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --done, -d     print done todos
   --all, -a      print all todos
   --help, -h     show help
   --version, -v  print the version
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].