Skip to content

ankeesler/anwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANWORK

ANWORK is a multitasking management system.

Build Status codecov

Latest release: v9

Upcoming features/bugs/refactors: Tracker Project

Philosophy

  • As a human, multitasking is hard.
  • As a computer, multitasking is easy.
  • If humans apply some concepts from multitasking operating systems, we may be able to improve our multitasking abilities.

CLI

Read more about the CLI here.

See CLI.md for a full overview of the CLI.

Here is an example ANWORK CLI session.

$ anwork create take-out-trash
$ anwork create buy-groceries-for-dinner
$ anwork show
RUNNING tasks:
BLOCKED tasks:
READY tasks:
  take-out-trash (8)
  buy-groceries-for-dinner (9)
FINISHED tasks:
$ anwork set-blocked take-out-trash
$ anwork set-running buy-groceries-for-dinner
$ anwork show
RUNNING tasks:
  buy-groceries-for-dinner (9)
BLOCKED tasks:
  take-out-trash (8)
READY tasks:
FINISHED tasks:
$ anwork set-finished buy-groceries-for-dinner
$ anwork show
...

API

See API.md for full overview of the API.

About

ANWORK is a multitasking management system.

Resources

Stars

Watchers

Forks

Packages

No packages published