Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renyuneyun/todo.txt-count
https://github.com/renyuneyun/todo.txt-count
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/renyuneyun/todo.txt-count
- Owner: renyuneyun
- Created: 2020-01-10T20:43:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T20:35:54.000Z (about 5 years ago)
- Last Synced: 2024-11-09T16:17:29.660Z (3 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
todo.txt-count
===========This is an add-on for [todo.txt-cli](https://github.com/todotxt/todo.txt-cli).
This add-on allows the user to easily deal with items with `count` metadata, for example `banana count:3`.
You absolutely don't want to eat one banana while marking all bananas as done (eaten); you may also not want to only be able to mark bananas as done after finishing all of them, right? This add-on is for you.
## Usage
To get help, type:
```
todo.sh count help
```The options are hopefully clear enough.
## `count` metadata
This is a custom metadata, so you can write your todo item in whichever way you like. For example:
```
2020-01-01 very tasty long-preserving banana due:2020-12-31 count:3
```If a todo item does not contain a `count` metadata, it is assumed to be `1` (intuitive, right?).
## Installation
Clone this repo, and copy (or create a symbolic link of) the `count` file to `~/.todo.actions.d/`.
See the [official document](https://github.com/todotxt/todo.txt-cli/wiki/Todo.sh-Add-on-Directory#installation) for more information.