Command line task management app for task.json written in Node.js.
- User-friendly command-line interface
- Highlighting for urgent tasks
- Filtering tasks by various field
- Sync with remote task.json-server
- Workspace support
- ZSH autocompletion
npm i -g task.json-cli
TASK_JSON_PATH: the path of task.json data (default:$HOME/.config/task.json)
Move the data from $HOME/.task.json to $HOME/.config/task.json.
AGPL-3.0 License.
Full copyright notice:
Copyright (C) 2020-2022 DCsunset
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/>.
