Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ In Travel Mode:
* `r` : edit file name
* `w` : save file
* `q` : quit the program
* `-` : Zoom out
* `=` : Zoom in

In Any Mode:
- press `esc` to return to travel mode and switch mode-persist off
Expand Down
11 changes: 6 additions & 5 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Roadmap

## v0.2
## v0.3

* Add a FILE-OPEN key: a node buffer will be a file name, and pressing a key on the node opens it in users' preferred app
* Scaling the graph to zoom in or out
* Add cursor for buffers so users can use arrow keys to edit specific parts of text
* Add clipboard copy, paste functionality for buffers
* Better drawing so the nodes at the top of the graph aren't crazy far apart

## v0.3
## v0.4

* Search

## v0.5
* Undo
* Add copy, paste functionality for buffers
Loading