Skip to content

tejomaygadgil/wozu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wozu 🤔

Basic idea

Everything in life can be decomposed into tasks that depend on each other.

Accordingly, in Wozu you can:

  • Link tasks together
  • Focus on specific tasks (Kanban)
  • Embed URLs into tasks

These limited features encourage fast iteration and the exploration of ideas, not tooling.

How to use

  1. Supply the following:
File Example
graph.txt a --> b
b --> c
todo.txt Want to do: (green)
c
Will do: (blue)
b
Doing: (red)
a
links.txt a: somesite.com.com/someplace
  1. Run python server.py to start the UI.
  2. Iterate! Changes render immediately.

Some tips

  • Adjust until the graph looks pretty. This will force you to draw useful connections.
  • Use separate files to track different things, or put everything in one big graph.
  • You can use version control (Git) to back up your changes!
  • You can embed graphs within each other. [TODO]

On the name

Wozu is German for "for what", or "in order to."

Plus it sounds nice: woe-tsu.

About

Work faster by connecting your ideas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages