NwControl
by Talha Karadeniz
v1.1
ยท
Updated 2 months ago
ยท
1.12 Mb
ยท
Released Dec 2014
Key Features
๐ค
AI Powered
โจ
Filters & Effects
๐๏ธ
Notes & Writing
๐ป
Code Editor
๐ฅ๏ธ
Terminal / CLI
About NwControl
Use literate programming tool noweb with GUI support.
Features:
* Apply additional commands.
* Manage [activate, add, remove] filters.
* Get statistics of a nw file.
* Sequentially tangle [or weave] the content of a directory.
Noweb is a documentation and code writing tool built up onto a working scheme of chunks, where each chunk is a piece of reusable code. Documentation, on the other hand, can be done in Latex or HTML, in place together with chunks. Hence, out of a nw file one can both achieve a source [say, .c] file and a documentation [say, .html] file. In the terminology of literate programming, obtaining these files are called tangling and weaving, respectively.
The original noweb is a collection of command line tools; mainly consisting notangle and noweave. NwControl wraps a UI around these binaries to establish a specialized-for-OS-X workspace.
For more information about noweb and literate programming, see:
1. Noweb home page: https://www.cs.tufts.edu/~nr/noweb/
2. Noweb examples: http://www.cs.tufts.edu/~nr/noweb/examples/
3. Literate programming tools: http://literateprogramming.com