All Projects → todotxt → Todo.txt Cli

todotxt / Todo.txt Cli

Licence: gpl-3.0
☑️ A simple and extensible shell script for managing your todo.txt file.

Programming Languages

shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Todo.txt Cli

ttdl
TTDL - Terminal Todo List Manager
Stars: ✭ 91 (-98.07%)
Mutual labels:  todo, todolist, todotxt, todoapp, todos
To-Do App
A Simple To-Do App With Js
Stars: ✭ 21 (-99.56%)
Mutual labels:  todo, todolist, todoapp, todos, todo-list
Streak-Tasks
Streak Tasks Habit Tracker
Stars: ✭ 27 (-99.43%)
Mutual labels:  todo, todolist, todoapp, todos, todo-list
Todo-List
✔️ Create to-do lists to easily manage your ideas and work.
Stars: ✭ 30 (-99.37%)
Mutual labels:  todo, todolist, todos, todo-list
Tasky
Tasky is a task management app made with SwiftUI.
Stars: ✭ 22 (-99.53%)
Mutual labels:  todo, todolist, todoapp, todo-list
meemo
Run a lightweight Meemo server with database on Docker with docker-compose
Stars: ✭ 18 (-99.62%)
Mutual labels:  todo, todolist, todoapp
Flutter todo
Yet another Todo app, now using Flutter (with ScopedModel)
Stars: ✭ 94 (-98.01%)
Mutual labels:  todo, todolist, todoapp
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (-89.19%)
Mutual labels:  todo, todoapp, cli
mark
mark is an markdown editor app for mac
Stars: ✭ 47 (-99.01%)
Mutual labels:  todo, todolist, todoapp
Todo app
todo app in react
Stars: ✭ 18 (-99.62%)
Mutual labels:  todo, todolist, todoapp
outspline
Extensible outliner and personal time organizer to manage todo lists, schedule tasks, remind events.
Stars: ✭ 41 (-99.13%)
Mutual labels:  todo, todolist, todo-list
Py Todo
📋 Lightweight reminder / todo-list in cli
Stars: ✭ 102 (-97.84%)
Mutual labels:  todo, todolist, cli
api
Mirror of vikunja from https://code.vikunja.io/api
Stars: ✭ 119 (-97.48%)
Mutual labels:  todo, todolist, todoapp
ToDoList
A dynamic and aesthetic To-Do List Website built with HTML, CSS, Vanilla JavaScript.
Stars: ✭ 87 (-98.16%)
Mutual labels:  todolist, todoapp, todo-list
nested-task-list-mobx-react
A nested task list prototype built with React + MobX and Material-ui
Stars: ✭ 25 (-99.47%)
Mutual labels:  todo, todo-list
td
a non-offensive, per project ToDo manager.
Stars: ✭ 48 (-98.98%)
Mutual labels:  todo, todolist
todofi.sh
Handle your todo-txt tasks directly from Rofi
Stars: ✭ 46 (-99.03%)
Mutual labels:  todo, todotxt
to-do-list-acf-to-rest-api
To do list using the plugin WordPress REST API
Stars: ✭ 24 (-99.49%)
Mutual labels:  todo, todolist
react-native-todo
Very lightweight and smooth design todo app with react-native
Stars: ✭ 25 (-99.47%)
Mutual labels:  todo, todo-list
todo-txt
Todo.txt syntax highlighter and helper extension for visual studio code.
Stars: ✭ 39 (-99.17%)
Mutual labels:  todo, todotxt

todo.txt-cli

A simple and extensible shell script for managing your todo.txt file.

CI GitHub issues GitHub forks GitHub stars GitHub license Gitter

gif

Read our contributing guide if you're looking to contribute (issues/PRs/etc).

Installation

Download

Download the latest stable release for use on your desktop or server.

OS X / macOS

brew install todo-txt

# For macOS on x86 CPU 
cp -n /usr/local/opt/todo-txt/todo.cfg ~/.todo.cfg

# For macOS on arm CPU
cp -n /opt/homebrew/opt/todo-txt/todo.cfg ~/.todo.cfg

Note: The -n flag for cp makes sure you do not overwrite an existing file.

Linux

From command line

make
make install
make test

NOTE: Makefile defaults to several default paths for installed files. Adjust to your system:

  • INSTALL_DIR: PATH for executables (default /usr/local/bin)
  • CONFIG_DIR: PATH for todo.txt config
  • BASH_COMPLETION: PATH for autocompletion scripts (default to /etc/bash_completion.d)
make install CONFIG_DIR=/etc INSTALL_DIR=/usr/bin BASH_COMPLETION=/usr/share/bash-completion/completions

Arch Linux (AUR)

https://aur.archlinux.org/packages/todotxt/

Usage

todo.sh [-fhpantvV] [-d todo_config] action [task_number] [task_description]

For example, to add a todo item, you can do:

todo.sh add "THING I NEED TO DO +project @context"

Read about all the possible commands in the USAGE file.

Release History

See CHANGELOG.md

Support

Code of Conduct

Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Contributing

We welcome all contributions. First read our Contributor Code of Conduct and then get started contributing.

License

GNU General Public License v3.0 © todo.txt org

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].