https://github.com/traut/aimy
Render yaml-based progress tree as foldable UI stacks
https://github.com/traut/aimy
Last synced: about 1 year ago
JSON representation
Render yaml-based progress tree as foldable UI stacks
- Host: GitHub
- URL: https://github.com/traut/aimy
- Owner: traut
- Created: 2014-03-13T16:31:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T00:07:49.000Z (over 8 years ago)
- Last Synced: 2025-01-26T06:27:11.853Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 210 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
aimy ([demo](http://rawgithub.com/traut/aimy/master/index.html))
====
Create a list of accomplishments and track progress with a simple foldable stack UI

How to work with aimy:
- create a file with your goals' tree structure in YAML format. Example:
```yaml
fitness:
pushups:
close pushups:
value: 2x20
goals: [1x5, 2x10, 2x20]
uneven pushups:
value: 2x15
goals: [1x5, 2x10, 2x20]
bridges:
straight bridges:
value: 3x40
goals: [1x10, 2x30, 3x40]
angled bridges:
value: 3x30
goals: [1x8, 2x15, 3x30]
```
([full configuration example](https://raw.githubusercontent.com/traut/aimy/master/goals.yaml))
- downloadn, adjust paths in index.html and open it in your favorite browser