bashtodo

1.0.2 • Public • Published

BashTodo

This is a super simple todo app. You can sort your tasks into projects and sort your task into three columns, "TODO", "DOING" and "DONE". Every created tasks gets automatically assigned an id. Every command that changes a task requires a task ID.

Commands

init

Initialize todos. init

new_project np

optional argument: <NEW_PROJECT_NAME>

Creates a new project

new_project

switch_projects sp

optional argument: <PROJECT_NAME>

Switches focus to another project

switch_projects

projects p

Lists all projects

projects

change_current_project ccp

optional argument: <NEW_PROJECT_NAME>

Renames the current project

change_current_project

delete_project dp

optional argument: <PROJECT_NAME>

Deletes a todo project

delete_project

add

argument: <TASK_DESCRIPTION>

Adds a new task to Todo

add

todo

argument: <TASK_ID>

Moves a task to Todo

todo

doing

argument: <TASK_ID>

Moves a task to Doing

doing

done

argument: <TASK_ID>

Moves a task to Done

done

ls

Lists tasks in current project

ls

change

argument: <TASK_ID>

Changes task

change

delete del

argument: <TASK_ID>

Deletes task

delete

Readme

Keywords

Package Sidebar

Install

npm i bashtodo

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

5.94 MB

Total Files

16

Last publish

Collaborators

  • magtastic