Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pepebecker/todos-cli
Todos CLI in Rust
https://github.com/pepebecker/todos-cli
Last synced: 1 day ago
JSON representation
Todos CLI in Rust
- Host: GitHub
- URL: https://github.com/pepebecker/todos-cli
- Owner: pepebecker
- License: mit
- Created: 2018-12-07T02:14:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T14:41:22.000Z (over 5 years ago)
- Last Synced: 2024-10-31T12:14:52.695Z (14 days ago)
- Language: Rust
- Homepage: https://github.com/pepebecker/todos-cli
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todos CLI in Rust
[![crates.io](https://img.shields.io/crates/v/todos.svg)](https://crates.io/crates/todos)
![homebrew](https://img.shields.io/badge/homebrew-v0.1.0-orange.svg)
[![MIT-licensed](https://img.shields.io/github/license/pepebecker/todos-cli.svg)](https://opensource.org/licenses/MIT)
[![chat on gitter](https://badges.gitter.im/pepebecker.svg)](https://gitter.im/pepebecker)## Usage
### Print Todos
```shell
cargo run get
```### Add Todo
```shell
cargo run add "Do something fun"
```### Toggle Todo
```shell
cargo run toggle 0
```### Remove Todo
```shell
cargo run remove 0
```## Contributing
If you **have a question**, **found a bug** or want to **propose a feature**, have a look at [the issues page](https://github.com/pepebecker/todos-cli/issues).