Coder Social home page Coder Social logo

listmanager's Introduction

taskmn

Usage:

$ taskmn [OPTIONS] COMMAND [ARGS]...

Options:

  • -v, --version: Show the application's version and exit.
  • --install-completion: Install completion for the current shell.
  • --show-completion: Show completion for the current shell, to copy it or customize the installation.
  • --help: Show this message and exit.

Commands:

  • add: Adds a task to the list
  • clear: Clears multiple tasks depending on options.
  • complete: Flips the completion status of the...
  • config: Provides some configuration options
  • delete: Deletes the indicated task
  • docs: Generate documentation
  • edit: Edits the indicated task
  • init: Creates the config file and the storage...
  • list: Lists all the stored tasks in a pretty table.
  • ls: Alias for list
  • rm: Alias for delete

taskmn add

Adds a task to the list

Usage:

$ taskmn add [OPTIONS] NAME

Arguments:

  • NAME: Name of the task [required]

Options:

  • -desc, --description TEXT: Description for the task
  • -dl, --deadline TEXT: Deadline for the task. (YYYY-MM-DD)
  • -p, --priority INTEGER RANGE: Priority for the task [default: 1; 0<=x<=2]
  • --help: Show this message and exit.

taskmn clear

Clears multiple tasks depending on options. None specified clears all tasks.

Usage:

$ taskmn clear [OPTIONS]

Options:

  • -f, --force: Skip confirmation dialog
  • -c, --completed: Delete all completed
  • -p, --past-due: Delete all past due
  • --help: Show this message and exit.

taskmn complete

Flips the completion status of the indicated task

Usage:

$ taskmn complete [OPTIONS] [TASK_ID]

Arguments:

  • [TASK_ID]: The id of the task to change the completion status

Options:

  • --help: Show this message and exit.

taskmn config

Provides some configuration options

Usage:

$ taskmn config [OPTIONS]

Options:

  • -m, --modify-path TEXT: New Task Manager Store location ie [Drag_tasks.csv]
  • -s, --store-path: Print the current Task store name
  • --help: Show this message and exit.

taskmn delete

Deletes the indicated task

Usage:

$ taskmn delete [OPTIONS] TASK_ID

Arguments:

  • TASK_ID: The id of the task to delete. [required]

Options:

  • -f, --force: Skip confirmation dialog
  • --help: Show this message and exit.

taskmn docs

Generate documentation

Usage:

$ taskmn docs [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • generate: Generate markdown version of usage...

taskmn docs generate

Generate markdown version of usage documentation

Usage:

$ taskmn docs generate [OPTIONS]

Options:

  • --name TEXT: The name of the CLI program to use in docs.
  • --output FILE: An output file to write docs to, like README.md.
  • --help: Show this message and exit.

taskmn edit

Edits the indicated task

Usage:

$ taskmn edit [OPTIONS] TASK_ID

Arguments:

  • TASK_ID: The id of the task to edit [required]

Options:

  • -n, --name TEXT: Name of the task
  • -desc, --description TEXT: Description for the task
  • -dl, --deadline TEXT: Deadline for the task (YYYY-MM-DD)
  • -p, --priority INTEGER RANGE: Priority for the task [0<=x<=2]
  • -f, --force: Skip confirmation dialog
  • --help: Show this message and exit.

taskmn init

Creates the config file and the storage csv file whose name is provided

Usage:

$ taskmn init [OPTIONS]

Options:

  • -s, --store-path TEXT: [default: Drag_tasks.csv]
  • -e, --exist: The file specified by -s already exists
  • --help: Show this message and exit.

taskmn list

Lists all the stored tasks in a pretty table.

Usage:

$ taskmn list [OPTIONS]

Options:

  • -s, --sort TEXT: How to sort the list [key/deadline/created/priority] [default: key]
  • -r, --reverse: Reverses the outputted list
  • --help: Show this message and exit.

taskmn ls

Alias for list

Usage:

$ taskmn ls [OPTIONS]

Options:

  • -s, --sort TEXT: How to sort the list [key/deadline/created/priority] [default: key]
  • -r, --reverse: Reverses the outputted list
  • --help: Show this message and exit.

taskmn rm

Alias for delete

Usage:

$ taskmn rm [OPTIONS] TASK_ID

Arguments:

  • TASK_ID: The id of the task to delete. [required]

Options:

  • -f, --force: Skip confirmation dialog
  • --help: Show this message and exit.

listmanager's People

Contributors

drag-3 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.