lazytask

command module
v0.0.0-...-f790569 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2024 License: MIT Imports: 1 Imported by: 0

README

lazytask

A simple terminal UI for tasks

*** Massive shoutout to lazygit

Table of contents

Features

Usage

Call lazytask in your terminal inside a tome.

lazytask
Alias

If you want, you can also add an alias for this with

echo "alias lt='lazytask'" >> ~/.zshrc` 

(or whichever rc file you're using).

TODO: test profile.ps1

Keybindings

You can check out the list of keybindings here.

Changing Directory On Exit

If you change tomes in lazytask and want your shell to change directory into that tome on exiting lazytask, add this to your ~/.zshrc (or other rc file):

lt()
{
  export LAZYTASK_NEW_DIR_FILE=~/.lazytask/newdir

  lazytask "$@"

  if [ -f $LAZYTASK_NEW_DIR_FILE ]; then
    cd "$(cat $LAZYTASK_NEW_DIR_FILE)"
    rm -f $LAZYTASK_NEW_DIR_FILE > /dev/null
  fi
}

TODO: test profile.ps1

Then source ~/.zshrc and from now on when you call lt and exit you'll switch directories to whereever you were in inside lazytask. To override this behaviour you can exit using shift+Q rather than just q.

Undo/Redo

See the docs

Configuration

Check out the configuration docs.

Custom Pagers

See the docs

Contributing

We love your input! Please check out the contributing guide.

Debugging Locally

Run lazytask --debug in one terminal tab and lazytask --logs in another to view the program and its log output side by side.

FAQ

What do the task colours represent?
  • Green: the task is done
  • Yellow: the task is in progress
  • Red: the task isn't started

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
pkg
app
env
gui
i18n
繁體中文翻譯詞彙選擇主要依據下列來源: The selection of Traditional Chinese translation vocabulary is mainly based on the following sources:
繁體中文翻譯詞彙選擇主要依據下列來源: The selection of Traditional Chinese translation vocabulary is mainly based on the following sources:

Jump to

Keyboard shortcuts

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