Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)