aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools/create_manpage_completions.py
Commit message (Expand)AuthorAge
* Fix utf-8 decoding error in file_is_overwritable of create_manpage_completion...Gravatar Andreas Wagner2016-05-29
* docs: fix location of generated_completions (#3010)Gravatar Vladimír Čunát2016-05-08
* Use unused cleanup_autogenerated_fileGravatar Alexander Hedges2015-11-08
* Remove autogenerated files before generating the new onesGravatar Alexander Hedges2015-11-08
* Guard against files that don't end in .[1...9]Gravatar Alexander Hedges2015-11-08
* Ignore references to builtin on the macGravatar Alexander Hedges2015-11-08
* Correct the comment on the default pathGravatar Wonicon2015-09-26
* Manpage completions: store in $XDG_DATA_HOMEGravatar David Adam2014-09-29
* Prefer standard library lzma module if availableGravatar Marc Joliet2013-11-09
* Merge pull request #1015 from marcecj/add_bz2_lzma_xz_supportGravatar Konrad Borowski2013-10-18
|\
| * Change the way xz/lzma man pages are detectedGravatar Marc Joliet2013-10-17
| * Only print an error when an lzma/xz manpage occursGravatar Marc Joliet2013-09-25
* | Fix one element tuple to be actually tuple.Gravatar Konrad Borowski2013-09-25
| * Skip lzma/xz manpages if lzma module not availableGravatar Marc Joliet2013-09-25
| * Only try "lzma" module on ImportErrorGravatar Marc Joliet2013-09-25
| * Change an "if" to more appropriate "elif"Gravatar Marc Joliet2013-09-25
| * Support bzip2 and lzma/xz compressed man pagesGravatar Marc Joliet2013-09-24
|/
* Small fix for fish_update_completions (amended)Gravatar bathtub2013-09-19
* Remove useless debugging codeGravatar Konrad Borowski2013-07-27
* Cleaned up commented lines and updated method names in create_manpage_complet...Gravatar Siteshwar Vashisht2013-07-06
* Parse man8 pages with fish_update_completionsGravatar Dag Odenhall2013-05-25
* Attempt again to fix UnicodeDecodeError (issue #658)Gravatar ridiculousfish2013-05-12
* Try to fix UnicodeDecodeError in create_manpage_completions.pyGravatar ridiculousfish2013-04-15
* Fix to make create_manpage_completions work with Python 3Gravatar ridiculousfish2013-04-14
* Move autogenerated completions to ~/.config/fish/generated_completions/Gravatar ridiculousfish2013-02-17
* Clean up man page parser output a bitGravatar ridiculousfish2013-01-27
* Make create_manpage_completions not generate empty filesGravatar ridiculousfish2013-01-08
* Try to fix create_manpage_completions script for system where sysgetdefaulten...Gravatar Jean-Daniel Dupas2012-12-02
* Improvements to man page parser, and to description truncationGravatar ridiculousfish2012-11-22
* Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
* Handle some more escapes in de-groffing man pagesGravatar ridiculousfish2012-10-17
* Fix for https://github.com/fish-shell/fish-shell/issues/105Gravatar ridiculousfish2012-07-08
* Don't generate completions if we already have bespoke completions in the data...Gravatar ridiculousfish2012-06-18
* Fix to create_manpage_completions.py to flush after every line (so you see mo...Gravatar ridiculousfish2012-06-17
* Fixed a bug in manpage generator.Gravatar Siteshwar Vashisht2012-06-07
* Use manpath instead of man --path to find man page paths.Gravatar Siteshwar Vashisht2012-06-07
* Unicode error fix in manpage completion with python3Gravatar Adam2012-06-05
* Manpage generation now works with python3Gravatar Adam2012-06-05
* Fix to try to remove Python 2.7 dependencyGravatar ridiculousfish2012-04-15
* Some more deroff optimizationsGravatar ridiculousfish2012-04-15
* Added a fish_update_completions function to run the manpage completion fileGravatar ridiculousfish2012-04-11
* Make create_manpage_completions output to ~/.config/fish/completions by defau...Gravatar ridiculousfish2012-04-11
* Deroffing completion workGravatar ridiculousfish2012-04-09
* Deroffer workGravatar ridiculousfish2012-04-09
* Various improvements on completion toolGravatar ridiculousfish2012-04-04
* Work on improving the output of the manpage completion scriptGravatar ridiculousfish2012-04-03
* Some work towards improving manpage completionsGravatar ridiculousfish2012-03-30
* Moved some Python scripts into new share/tools/ directory.Gravatar ridiculousfish2012-03-25