Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dar5hak/totodo
A simple CLI todo list
https://github.com/dar5hak/totodo
Last synced: 6 days ago
JSON representation
A simple CLI todo list
- Host: GitHub
- URL: https://github.com/dar5hak/totodo
- Owner: dar5hak
- License: mit
- Created: 2016-10-01T17:27:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T14:37:40.000Z (over 1 year ago)
- Last Synced: 2024-10-14T14:33:47.947Z (22 days ago)
- Language: JavaScript
- Size: 718 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# totodo
> totodo is a barebones, no-nonsense todo list for your command line.
[![Travis (.org)](https://img.shields.io/travis/dar5hak/totodo.svg?style=flat-square)](https://travis-ci.org/dar5hak/totodo)
[![npm](https://img.shields.io/npm/v/totodo.svg?style=flat-square)](https://www.npmjs.com/package/totodo)
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)
[![Built with Spacemacs](https://img.shields.io/badge/built%20with-Spacemacs-6F6BA7.svg?style=flat-square)](http://github.com/syl20bnr/spacemacs)## Installation
```sh
npm install -g totodo
```## Usage
```sh
totodo
```## Screenshots
![Main menu](screenshots/menu.png)
![Add a task](screenshots/add.png)
![Todo list](screenshots/tasks.png)## License
MIT © [Darshak Parikh](https://github.com/dar5hak)