All Projects → unix → todo-live

unix / todo-live

Licence: MIT license
A todo list manager in command line.

Programming Languages

typescript
32286 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to todo-live

lunatask
All-in-one encrypted to-do list, notebook, habit and mood tracker, pomodoro timer, and journaling app
Stars: ✭ 35 (-28.57%)
Mutual labels:  todo, task-manager
obsidian-tasks
Task management for the Obsidian knowledge base.
Stars: ✭ 648 (+1222.45%)
Mutual labels:  todo, task-manager
calcure
Modern TUI calendar and task manager with minimal and customizable UI.
Stars: ✭ 1,071 (+2085.71%)
Mutual labels:  todo, task-manager
gitlab task manager
Microsoft Todo inspired task manager leveraging Gitlab's Issue Tracker as the backend
Stars: ✭ 22 (-55.1%)
Mutual labels:  todo, task-manager
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (+942.86%)
Mutual labels:  todo, task-manager
Frame
New-tab extension for Chrome and Firefox
Stars: ✭ 89 (+81.63%)
Mutual labels:  todo, task-manager
Nickel
Micro tasks manager written in pure Python
Stars: ✭ 18 (-63.27%)
Mutual labels:  todo, task-manager
stack-public
A key-value based writer.
Stars: ✭ 19 (-61.22%)
Mutual labels:  todo, task-manager
Super Productivity
To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration
Stars: ✭ 4,505 (+9093.88%)
Mutual labels:  todo, task-manager
Dones
Simple team task management and tracking
Stars: ✭ 62 (+26.53%)
Mutual labels:  todo, task-manager
Tasklite
The CLI task manager for power users
Stars: ✭ 91 (+85.71%)
Mutual labels:  todo, task-manager
Code Notes
Tool to summarise all code annotation like TODO or FIXME
Stars: ✭ 192 (+291.84%)
Mutual labels:  todo
Ao
Elegant Microsoft To-Do desktop app
Stars: ✭ 1,923 (+3824.49%)
Mutual labels:  todo
Taskwarrior
Taskwarrior - Command line Task Management
Stars: ✭ 2,239 (+4469.39%)
Mutual labels:  todo
Done it
DoneIt is a sample note app 📝 Flutter application 📱 built to demonstrate use of Clean Architecture tools. Dedicated to all Flutter Developers with ❤️.
Stars: ✭ 140 (+185.71%)
Mutual labels:  todo
To Do
一个无后端待办事项应用,数据用 LeanCloud 进行同步。
Stars: ✭ 238 (+385.71%)
Mutual labels:  todo
Atom Todo Show
Atom package that shows a list of todos from your project.
Stars: ✭ 186 (+279.59%)
Mutual labels:  todo
Microsoft Todo Mac
🐜 Microsoft-ToDo macOS App. 微软Todo mac客户端.
Stars: ✭ 138 (+181.63%)
Mutual labels:  todo
Vim Simple Todo
Mappings to manage GitHub-like task lists
Stars: ✭ 137 (+179.59%)
Mutual labels:  todo
Qtodotxt2
Rewrite of GUI code of QTodoTxt using qml.
Stars: ✭ 136 (+177.55%)
Mutual labels:  todo




todo-live

a todo list manager in command line.

todo-live helps you build a simple list of tasks, you can change the state of the task and add notes. For developers, dealing with a task in a command line can help you to focus your attention.

support macOS / Linux / Windows?.

(but i didn't test this on windows, i guess it might support.🤔)

Install

todo-live required NodeJS. use npm installation:

npm i -g todo-live

Usage

  • use alias (optional) alias t='todo'

  • add a task (add / a) todo add / todo a

    1. you can set up the expiration time, the default unit is hourly

      but you can still enter it like this:

      input "1 / 5m / 2d / 20.5m" => 1 hour / 5 minutes / 2 days / 20.5 minutes

    2. you can add bash script in details, just like: bash[]

      the code will be executed at your specified time.

      e.g. bash[open https://www.google.com]

  • task timeout notify

    if the task includes a time setting, you'll get a notice when the task is out of time.

  • show tasks (show / s) todo show / todo show {index} / todo s

    preview
  • solve a task, you can also take notes (do / d) todo do {index}

    preview
  • remove a task (rm / r) todo rm {index}

  • show task histroy todo log

About

if you have any ideas and suggestions, please tell me here.

LICENSE

MIT

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