aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools/create_manpage_completions.py
Commit message (Collapse)AuthorAge
* Attempt again to fix UnicodeDecodeError (issue #658)Gravatar ridiculousfish2013-05-12
|
* Try to fix UnicodeDecodeError in create_manpage_completions.pyGravatar ridiculousfish2013-04-15
| | | | https://github.com/fish-shell/fish-shell/issues/658
* Fix to make create_manpage_completions work with Python 3Gravatar ridiculousfish2013-04-14
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/658 ?
* Move autogenerated completions to ~/.config/fish/generated_completions/Gravatar ridiculousfish2013-02-17
| | | | https://github.com/fish-shell/fish-shell/issues/576
* Clean up man page parser output a bitGravatar ridiculousfish2013-01-27
|
* Make create_manpage_completions not generate empty filesGravatar ridiculousfish2013-01-08
| | | | https://github.com/fish-shell/fish-shell/issues/506
* Try to fix create_manpage_completions script for system where ↵Gravatar Jean-Daniel Dupas2012-12-02
| | | | sysgetdefaultencoding() returns ASCII.
* Improvements to man page parser, and to description truncationGravatar ridiculousfish2012-11-22
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/98
* Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
|
* Handle some more escapes in de-groffing man pagesGravatar ridiculousfish2012-10-17
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/10
* Fix for https://github.com/fish-shell/fish-shell/issues/105Gravatar ridiculousfish2012-07-08
| | | | Not sure why the escape character was being printed in the manpage completions script
* Don't generate completions if we already have bespoke completions in the ↵Gravatar ridiculousfish2012-06-18
| | | | | | | data directory Fixes https://github.com/fish-shell/fish-shell/issues/148 Also fix some Python3 issues
* Fix to create_manpage_completions.py to flush after every line (so you see ↵Gravatar ridiculousfish2012-06-17
| | | | more progress) and to put the cursor at the beginning (so it doesn't jump around)
* 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
| | | | | Added some pretty progress reporting to that script Added some comments to deroff.py
* Make create_manpage_completions output to ~/.config/fish/completions by ↵Gravatar ridiculousfish2012-04-11
| | | | default, and also discover man pages from reading the manpath
* 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
Added fish_config function to launch web config