Project Amber CLI client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Timur Demin 436c7195c1
Port most of the program to Genji
3 years ago
cmd/task Port most of the program to Genji 3 years ago
internal/tasks Port most of the program to Genji 3 years ago
misc/zsh Update code hierarchy 3 years ago
.gitignore Remove VSCode settings from the tree 3 years ago
LICENSE.txt Update code hierarchy 3 years ago
README.md Update code hierarchy 3 years ago
go.mod Port most of the program to Genji 3 years ago
go.sum Port most of the program to Genji 3 years ago

README.md

Amber CLI client

This is a CLI task management program developed specifically for Project Amber. It supports syncing tasks with it, though it can work completely offline as well.

Features

  • usual task management routines
  • sync
  • works offline
  • infinite task nesting

Installation

% go get -u -v git.tdem.in/tdemin/amber_cli/cmd/task

Optionally move the binary you just built to your PATH. This also works for updates.

License

See LICENSE.txt.