quest

command module
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: May 9, 2026 License: MIT Imports: 4 Imported by: 0

README

Latest Release Build Status Go Reference Go Report Card Test Coverage

quest

a personal cli for todos, notes, really whatever you need it to be. quest is lightweight and built to grow into an endlessly extensible toolkit for your daily grind.


quick start

install

clone and build from source:

git clone https://github.com/antch57/quest.git
cd quest
go build -o quest .

or, if you have go installed:

go install github.com/antch57/quest@latest
usage
quest log create --title "Buy milk" --due 05-01-2026
quest log list
quest log --help

release notes

release notes and changelog are managed automatically by release-please and can be found in the github releases tab.

how to contribute

  1. fork or clone repo
  2. create a feature branch
  3. use conventional commits (e.g., feat:, fix:, chore:)
  4. open a pr
  5. see the pr template for checklist
  6. all changes require pr review and ci to pass

license

MIT. see LICENSE for details.

Documentation

Overview

Command-line tool for organizing your day. quest is a lightweight, extensible CLI hub for todos, notes, and custom daily tasks. See https://github.com/antch57/quest for more information.

Directories

Path Synopsis
cmd
quest
Package quest builds the top-level CLI command for the quest application.
Package quest builds the top-level CLI command for the quest application.
internal
log
Package log contains quest todo command handlers.
Package log contains quest todo command handlers.
store
Package store provides file-backed persistence for quest todos.
Package store provides file-backed persistence for quest todos.

Jump to

Keyboard shortcuts

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