`toc` is a command line utility that generates the table of contents of a file from a special kind of comments.
Think it as a `tree` for the contents of a file, instead of a directory.
With version 2, I rewrote it in python for consistency and maintainability, and I added the possibility to embed the output in the original file
This item has no comments currently.
It looks like you have JavaScript disabled. This web app requires that JavaScript is enabled.
Please enable JavaScript to use this site (or just go read Hacker News).
`toc` is a command line utility that generates the table of contents of a file from a special kind of comments.
Think it as a `tree` for the contents of a file, instead of a directory.
With version 2, I rewrote it in python for consistency and maintainability, and I added the possibility to embed the output in the original file