Tasker CLI
Tasker CLI is a command line application for keeping track of your daily tasks.
It saves your tasks as local files that can be accessed from Tasker TUI and Tasker. No personal information is asked or gathered by the program.
Installation
From crates.io.
Alternatively, you can download a binary from the releases page.
Usage
)
Demonstration
Configuration
All of the program's configuration is saved within one .yml
file. You can
find out where said file is saved with the path
subcommand.
Example
This is an example of a tasker_cli.yml
file:
---
name: Dalia
language: Spanish
You may change this configuration manually or through the config
command.
It takes two arguments: name
and language
. Currently, only English and
Spanish are supported. But your welcome to make a PR with your language!
Demonstration
Tasks
Similar to the configuration, tasks themselves are just a file. They are saved
in you user folder, inside a .tasker
directory. You may also edit these files
manually and see changes reflected in the program without problems, as long as
you don't break the structure of the data.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.