2019-12-29 11:59:14 +00:00
# Noozoid
2021-01-02 21:52:36 +00:00
![Build ](https://github.com/glenux/draft-noozoid/workflows/Build/badge.svg?branch=master )
[![GitHub license ](https://img.shields.io/github/license/glenux/draft-noozoid.svg )](https://github.com/glenux/draft-noozoid/blob/master/LICENSE.txt)
[![Donate on patreon ](https://img.shields.io/badge/patreon-donate-orange.svg )](https://patreon.com/glenux)
2019-12-29 11:59:14 +00:00
A terminal-based mindmap editor for geeks.
The name of the project comes from the Greek words _ν ο υ ς_ (mind) and _ζο ύδι _ (small animal).
2021-01-02 21:39:13 +00:00
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:
2019-12-29 11:59:14 +00:00
## Installation
2021-01-02 21:39:13 +00:00
Make sure you have the latest version of crystal (0.35.x)
Build the project
2019-12-29 11:59:14 +00:00
2021-01-02 21:39:13 +00:00
$ make build
2019-12-29 11:59:14 +00:00
## Usage
2019-12-29 21:48:11 +00:00
### Running noozoid
In your terminal:
2021-01-02 21:39:13 +00:00
$ _build/noozoid
2019-12-29 21:48:11 +00:00
2021-01-02 21:54:42 +00:00
### Keyboard control (vim-like)
2019-12-29 21:48:11 +00:00
| 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 |
2021-01-02 21:54:42 +00:00
| i | Edit node |
2021-01-02 21:55:57 +00:00
| d | Delete/Cut selected node |
| p | Paste node as a child of selected node |
2019-12-29 21:48:11 +00:00
| v | Toggle node |
| ? | Show this help |
| q | Exit program |
2019-12-29 11:59:14 +00:00
## Contributing
2021-01-02 21:52:36 +00:00
Bug reports and pull requests are welcome on GitHub at < https: / / github . com / glenux / draft-noozoid > .
## License
Noozoid is Copyright © 2021 Glenn ROLLAND. It is free software, and may be redistributed under the terms specified in the LICENSE.txt file.
2019-12-29 11:59:14 +00:00