jadwal

1.0.0 • Public • Published

Jadwal (To Do)

Personal to-do list, organized as a simple, yet effective tool for task management. Using todo.txt file to store data with todo.txt format rule.

Environtment

To store your to-do list, create personal Git project and create todo.txt file in your project with main branch name. Clone it to your local directory.

Add environment to your system:

Unix/Linux/macOS

export TODO_LOCAL_REPO=/path/to/local/repo
export TODO_REMOTE_GIT=https://github.com/username/todo-repo.git

Windows (CMD)

set TODO_LOCAL_REPO=C:\path\to\local\repo
set TODO_REMOTE_GIT=https://github.com/username/todo-repo.git

Windows (PowerShell)

$env:TODO_LOCAL_REPO = "C:\path\to\local\repo"
$env:TODO_REMOTE_GIT = "https://github.com/username/todo-repo.git"

Install

NPM must be installed on your system, then install it with global parameters:

npm i -g jadwal

Usage

Once the jadwal package is installed, the following commands are available:

Add task

jadwal add

License

MIT

Package Sidebar

Install

npm i jadwal

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

9.63 kB

Total Files

6

Last publish

Collaborators

  • thesuhu