Skip to content

Commit

Permalink
File monitoring documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
genotrance committed Feb 5, 2018
1 parent c0bd412 commit dcf4ac2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ __Features__
* Basic syntax highlighting
* Output window showing results of compile / execution
* Load gist/snippet, create new gist
* Monitor file for changes and reload/recompile
* Custom key maps if desired

There is a long [TODO](TODO.txt) list since ```snip``` is still under heavy development.
Expand All @@ -38,6 +39,7 @@ URLs:
https://play.nim-lang.org/?gist=hash
Flags:
--mon Monitor file and load changes
--map Show keymap
--act List all editor actions
--key List all key definitions
Expand Down
3 changes: 2 additions & 1 deletion TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ Improvements
- Set nim.cfg based on loaded file path
- Add error detection strings for js
- Replace tables with sharedtables where appropriate
- Compile file if specified instead of in temp
- Compile file if specified instead of in temp
- Truncate filename if it doesn't fit in lcol()

0 comments on commit dcf4ac2

Please sign in to comment.