taskr

command module
v0.0.0-...-097f09a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2023 License: GPL-3.0 Imports: 6 Imported by: 0

README

GPLv3 License

Taskr

Taskr is a simple command line tool to create reminders or tasks and keep track of them.

I built this as a personal tool for keeping track of future events, I tend to forget everything so yeah, this has been really useful for me.

Installation

You can either install it via go install or just download the binary file

This will install the latest version

Clone the repo and run make install to install

go install github.com/zSnails/taskr@latest

Usage/Examples

Run taskr --help to get more detailed help

taskr new <date> <description>
# this will create a new task
# for example
taskr new "2023-04-16 7:0:0" "Go to my grandma's birthday"

taskr delete <id>
# this will delete a task with the id <id>
# for example
taskr delete 5

taskr --all
# this will show all tasks, taskr by default only shows future tasks

Documentation

Overview

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

Directories

Path Synopsis
internal
command
You should have received a copy of the GNU General Public License along with this program.
You should have received a copy of the GNU General Public License along with this program.
store
You should have received a copy of the GNU General Public License along with this program.
You should have received a copy of the GNU General Public License along with this program.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL