Categorygithub.com/singalhimanshu/taskgo
module
0.3.0
Repository: https://github.com/singalhimanshu/taskgo.git
Documentation: pkg.go.dev

# README

Taskgo

Fast and simple terminal based Kanban board manager

Demo

Taskgo demo

Features

  • Vim Style keybinds
  • Markdown file to store data
  • Undo/Redo operations

Install

The easiest way to get the application is to download the precompiled binaries from the release section.

Install latest version

Make sure that you have setup go properly on your system and you have $GOPATH/bin in your $PATH variable (for linux/macOS) or environment variable for Windows.

$ go get -u github.com/singalhimanshu/taskgo

This will create a taskgo binary under $GOPATH/bin directory.

Usage

Simply run taskgo. This will create a taskgo.md file in your current directory.

There is a -f flag to provide custom file name.

Example: taskgo -f file_name.md.

Keybinds

You can press ? in the application itself to see the keybinds. But for reference they are here as well -

KeyDescription
j/down arrowMove down
k/up arrowMove up
l/hMove left/right
J/KMove task down/up the list
L/HMove task left/right the lists
aadd task under the cursor
Aadd task at the end of list
DDelete a task
dMark a task as done
eEdit a task
EnterView task information
gfocus first item of list
Gfocus last item of list
uundo
<C-r>redo
?To view all these keybinds
qQuit application

# Packages

No description provided by the author
No description provided by the author