Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.
/ tasks Public archive

Tasks is a command line utility to manage your tasks in command line

License

Notifications You must be signed in to change notification settings

cmaspi/tasks

Repository files navigation

Couldn't load image

Tasks

Tasks is command line utility to manage your tasks in terminal.

But why?

Tasks has been created to satisfy my needs, which are being able to clearly list my tasks, prioritise them occasionally, be able to maintain several lists, something which offers tab completion. Sure, taskwarrior or t are great alternatives, but the ideology behind tasks is somewhat similar to t, that is simplicity. Why choose tasks over t? Just because I care about certain features, like tab completion, or be able to add a clickable link etc. If these features are useful to you, go ahead the alternatives are rather promising.

What does tasks offer?

Tasks is a command line utility for fish shell, it's for the people who love linux and fish shell. It is meant to be simple, but still have some features that might not be as appealing in a simple txt file. Sure, complex objectives can be achieved by using tasks vi or tasks xdg command to open the to-do list. You can always build on this utility, want to add the number of tasks to your prompt? sure, use math (tasks | wc -l) -1. You could potentially create a sync of these lists, each time a list is changed, it could be pushed to a remote. However, by design tasks is originally meant to be used on a single device, this is where one would probably prefer t.

Requirements

fish shell

How to install

$ ./install.sh  

How to uninstall

$ $HOME/.local/lib/tasks/./uninstall.sh

LICENSE

Tasks is released under the MIT License. Check the LICENSE file for more details.

About

Tasks is a command line utility to manage your tasks in command line

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages