texdoc
texdoc copied to clipboard
Find and view documentation in TeX Live
Texdoc used to have only limited test scripts. Since I became a maintainer of the program, I have been trying to write comprehensive test scripts with [RSpec](http://rspec.info/) + [Aruba](https://github.com/cucumber/aruba), but...
texdoc -l bibtex says `142 results. Display them all? (y/N)`. That's fine, but when I previously saw the whole list, I often already know which number I want. Thus it...
The current format of the cache file is entirely redundant. We can make them smaller.
The current fuzzy search is only for the tlpdb package name. I want to extend the target to aliases and document file names as well.
If you search for the string `texbytopi`, you would expect that texdoc would open the documentation for the package `texbytopic`, but instead it tells you that there are no good...
The following values can be given to this config item: ``` negative_match = ask | showall | online ``` The name of the config item will be adopted if we...
texdoc foobar finds float.pdf and other float and hep-float docs. I see there are three characters in common, but it seems like too fuzzy of a match. But maybe I...
Currently, the only options are to open the top 3 files or perform an online search, but we would like to add an option to show all results (i.e., switch...
texdoc -l unifonttable prefers texmf-dist/doc/latex/fonttable/fonttable.pdf. That is somewhat understandable, but unicodefonttable.pdf doesn't appear anywhere in the list, which seems surprising. Maybe "uni" somehow needs to imply looking for "unicode"? There...
It might be useful to take the creation dates of documents into account in our scoring scheme. The information can be taken either from the mtime of file systems or...