go-task

command module
v0.0.0-...-8c3fff3 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

README

Go Task 👍

Simple taks list manager CLI written in Go with cobra and BoltDB. All tasks are stored in a boltDB file in the users home directory called tasks.db.

👉 Getting Started

Clone the repository:

git clone "https://github.com/lukeomalley/go-task.git" && cd go-task

Install the binary

go install .

🤘 Usage

Go Task has a simple interface with three commands: add, ls, and do.

Add a task:
> go-task add walk the dog 🦮

Added "walk the dog 🦮" to your task list.
List all tasks:
> go-task ls

You have the following tasks:
  1. walk the dog 🦮
Complete the first task in your list
> go-task do 1

Marked "1" as complete.
Complete the first three tasks
> go-task do 1 2 3

Marked "1" as complete.
Marked "2" as complete.
Marked "3" as complete.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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