NwControl

NwControl

by Talha Karadeniz
4.1 ยท 11 ratings
5.99 USD Download from Mac App Store
v1.1 ยท Updated 2 months ago ยท 1.12 Mb ยท Released Dec 2014

How do you feel about this app?

Key Features

๐Ÿค– AI Powered
โœจ Filters & Effects
๐Ÿ—’๏ธ Notes & Writing
๐Ÿ’ป Code Editor
๐Ÿ–ฅ๏ธ Terminal / CLI
NwControl

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