~nova/yaml-todo

Simple YAML-based todo app
1ddb42b5 — Novalinium 5 years ago
make localinstall
307c9ab8 — Novalinium 5 years ago
No more pipe trickery
758aeabb — Novalinium 5 years ago
Autofix tabs in datafile

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~nova/yaml-todo
read/write
git@git.sr.ht:~nova/yaml-todo

You can also use your local clone with git send-email.

* yaml-todo: Simple YAML-based todo app
Copyright (C) 2019 Novalinium <nova+yaml@noblejury.com> (Noble Jury Software)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

Description:
yaml-todo is a simple todo app based around `yq`, a wrapper for `jq`. It is
built with the philosophy that in the end, most tasks are just text, and we
should make it easier to interact with that text using regular text tools.

This project provides the `todo` comand, which reads a todo.yaml file and
allows the user to filter for tasks and subtasks at a specified level of
nesting.

Installation:
See INSTALL.

Development:
Development and hosting costs are generously supported through Liberapay
(https://liberapay.com/novalinium/): it takes time and resources to support
this software, and Liberapay helps make this possible.

If you have feature requests or would like to contribute to the project,
patches are accepted by email.

Caveats:
Some functionality may not be ADA Amendments Act of 2008 compliant due to
technologic limitations and/or limited understanding by the author. Finally,
per the terms of the AGPL, there is NO WARRANTY provided with this program.
If you would like a less restrictive license, please contact the author,
and we'll discuss it.