Generate a table of contents from the comments of a file
Project description
toc
Generate a table of contents from the comments of a file
What is it?
toc
is a CLI utility to generates Table of Contents of text files.
It aims to be the tree
for the contents of a file, instead of a directory.
toc
comes with native support for Markdown, AsciiDoc, reStructuredText, HTML and many more.
It can support any language through a special kind of comments.[^1]
Why should I use it?
Few reasons that you may consider:
- it can make your files and code base understandable in seconds, to you and others
- you can jump directly to the section you need to edit, because you see where it's located
- it makes you reflect about the structure of your file
How does it work?
For markup languages such as Markdown, AsciiDoc, reStructuredText and HTML, no changes are needed.
For other languages (e.g. C), write some comments representing the different sections of a file.[^1]
After this, run toc
on that file to turn those comments into a table of contents.
Comments are structured in this way:
By running toc file.c
, you will read the table of contents of that file:
How can I install it?
First, you need Python installed in your system.
Then, you can install toc by running:
pip install tableofcontents
If you are using Arch or Manjaro Linux, you can install toc directly from the AUR.
You should now be able to run toc -h
to display a list of parameter you can use.
See USAGE.md for step-by-step explanations of different features, and a list of languages supported natively or that need special attention (e.g. CSS)
How can I contribute?
See CONTRIBUTING.md
What has changed from previous versions?
See CHANGELOG.md
[^1]: For examples of valid and invalid comments, see https://regex101.com/r/ngzZXN/2
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for tableofcontents-2.7.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9438451d756e9e3cc160800655e499cffca9b8fe8f293ef9ac73559be43076d6 |
|
MD5 | f7c9e6ac1b12ff1a46f77e6d6921bf8d |
|
BLAKE2b-256 | b60543a71ab01032d9a9f97196f1bc33a66d9538f9e78f02e3ebf4684a1c8ab5 |