Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forthedamn/todolists
Make your todo list in CLI!
https://github.com/forthedamn/todolists
cli todo todolist todolists
Last synced: about 2 months ago
JSON representation
Make your todo list in CLI!
- Host: GitHub
- URL: https://github.com/forthedamn/todolists
- Owner: forthedamn
- License: mit
- Created: 2017-03-21T15:06:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T15:11:44.000Z (over 7 years ago)
- Last Synced: 2024-10-31T17:32:11.788Z (2 months ago)
- Topics: cli, todo, todolist, todolists
- Language: TypeScript
- Homepage:
- Size: 56.6 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todolists
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
[![npm download][download-image]][download-url][npm-image]: https://img.shields.io/npm/v/todolists.svg?style=flat-square
[npm-url]: https://npmjs.org/package/todolists
[travis-image]: https://img.shields.io/travis/forthedamn/todolists.svg?style=flat-square
[travis-url]: https://travis-ci.org/forthedamn/todolists
[codecov-image]: https://codecov.io/gh/forthedamn/todolists/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/forthedamn/todolists
[download-image]: https://img.shields.io/npm/dt/todolists.svg
[download-url]: https://npmjs.org/package/todolistsTodolists in NodeJs Cli
基于 Nodejs 的命令行 Todolist
![img](https://zos.alipayobjects.com/rmsportal/yPkGQThjFECEwbrgPFhs.png)
![gif](https://zos.alipayobjects.com/rmsportal/VnZwiHYkBucmfLvHFWWT.gif)
```
npm install todolists -g
```
use `todo -h` for more infomation```
todo add|a Add new todo item to list 在 todolist 中增加一未完成项
remove|r Remove todo item, -a/--all remove all items 删除其中某一项
ls List all items in todolist 展示 todolist 中所有的项目
check|c Check todo item as completed 完成某一项
uncheck|uc Uncheck todo item as pending 将某一项设置为未完成
resort Resort todo list id 重置 todolist id```