Categorygithub.com/bricef/htt
module
0.0.0-20241022165944-fbb216d3fe1b
Repository: https://github.com/bricef/htt.git
Documentation: pkg.go.dev

# README

Hypothetical Tasks & Time Tracker (htt)

About

htt is a Todo.txt compatible command line todo list manager and time tracker.

Installation

If you have Go properly installed and configured, you may install the client using go get:

go install github.com/bricef/htt/cmd/htt

Which will make the htt command available.

Usage

$ htt help
htt is a command line todo list manager and time tracker

Usage:
  htt [flags]
  htt [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  config      Manage configuration.
  help        Help about any command
  log         Manage the activity log.
  status      Show the status of the tasklist and time log.
  sync        Sync the data to the backend manually.
  todo        Manage todo lists.
  workon      Log that work has began on numbered item in the current context.

Flags:
  -h, --help       help for htt
      --no-color   Disable color output for coloured commands

Use "htt [command] --help" for more information about a command.

Tip

To make managing logs and todo easier, it might be worth adding the following aliases (or similar) to your terminal:

alias t="htt t"
alias jnl="htt l"

Todo

  • QA
    • Write intergation tests for htt. Make sure that mutating actions work as intended
  • Repos
    • Check if repo exists. If it doesn't clone it first
    • Handle case when local repo is behind remote. (Rebase? Merge? How?)
    • Add 'status' action which shows sync status
    • Commit on all modifications.
  • UX
    • Enable managing contexts (archive, delete, merge)
    • Change delete from removal to archival in separate file.
    • Add due:Friday smart parsing
    • Add due:"in two weeks" smart parsing
    • Enable showing in priority order
    • Add deduplicate command (smart with edit distance?)
    • Add "log@" command to log at a particular time
    • Review jrnl command to see if we can take inspiration from this
    • Add "Where is <>?" command
    • archive context
    • archive todo
    • Query language
    • interval output
    • set up "htt do context/line" command to complete tasks across contexts
  • Fork goparsec to fix messed up API choices
    • AST/Node distinction?
    • Simple querying

Production grade

Future

Done

Prior art

# Packages

No description provided by the author