47 lines
985 B
Markdown
47 lines
985 B
Markdown
# Noozoid
|
||
|
||
A terminal-based mindmap editor for geeks.
|
||
|
||
The name of the project comes from the Greek words _νους_ (mind) and _ζούδι_ (small animal).
|
||
|
||
For now, It is a toy project to improve author's skills with the language and its various libraries. **It is very early stage and is not supposed to work (yet). Please don't use it in production.** :warning:
|
||
|
||
|
||
## Installation
|
||
|
||
Make sure you have the latest version of crystal (0.35.x)
|
||
|
||
Build the project
|
||
|
||
$ make build
|
||
|
||
## Usage
|
||
|
||
### Running noozoid
|
||
|
||
In your terminal:
|
||
|
||
$ _build/noozoid
|
||
|
||
### Keyboard control
|
||
|
||
| Key | Description |
|
||
|---|--|
|
||
| h | Navigate to parent |
|
||
| l | Navigate to child |
|
||
| k | Navigate to previous sibling |
|
||
| j | Navigate to next sibling |
|
||
| r | Navigate to tree root |
|
||
| c | Create node |
|
||
| d | Delete selected node |
|
||
| v | Toggle node |
|
||
| ? | Show this help |
|
||
| q | Exit program |
|
||
|
||
|
||
## Contributing
|
||
|
||
Bug reports and pull requests are welcome on GitHub at https://github.com/glenux/noozoid.
|
||
|
||
|
||
|