0.1.2 • Published 3 years ago

yaru-dakeda v0.1.2

Weekly downloads
7
License
ISC
Repository
-
Last release
3 years ago

Yaru-Dakeda

A simple to-do app for GNU/Linux terminal.

Requirements

Installation

npm install yaru-dakeda -g

Uninstall

npm uninstall yaru-dakeda -g

Usage

Usage
       yd [options]

Options
       -l, --list
              List tasks. With --all list archived and unarchived tasks; with --done list only tasks done

       -r, --remove
              Remove task(s).

       -a, --add
              Add task(s).

       -t, --toggle
              Toggle task(s) between complete and incomplete.

       -A, --toggle-archive
              Toggle task(s) between archived and unarchived.

       -e, --edit
              Edit task description.

       -f, --find
              Find strings.

       -c, --clean
              Archive all completed tasks. With -k or --kill remove all completed tasks

       --report
              Show all tasks in report style

       --reorder
              Reorder the ID of all tasks.

       -v, --version
              Show version information.

       -h, --help
              Show help.
0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago