aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools
Commit message (Expand)AuthorAge
* Make fish_config compatible with Python 2.5Gravatar Anders Bergh2012-12-12
* 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
* Removed python scripts to import bash settingsGravatar Siteshwar Vashisht2012-10-27
* Use echo -n instead of printfGravatar Terje Larsen2012-10-20
* Handle some more escapes in de-groffing man pagesGravatar ridiculousfish2012-10-17
* Added terlar's prompt, and robbyrussell which was inadvertently omittedGravatar ridiculousfish2012-10-15
* Fixed web_config prompt to work with Python 2.6.1Gravatar Peter Ammon2012-09-10
* Fix to make prompt chooser work in Python3Gravatar ridiculousfish2012-09-06
* Improve python3 compatibility in webconfig.pyGravatar ridiculousfish2012-09-06
* Renamed hyperminamlist promptGravatar ridiculousfish2012-09-06
* Allow setting the prompt from web_configGravatar ridiculousfish2012-09-06
* Merge branch 'webserver' of git://github.com/simukis/fish-shell into simukis-...Gravatar ridiculousfish2012-08-20
|\
* | Make history deletion from web config work properly with Unicode under both P...Gravatar ridiculousfish2012-08-20
| * Wipe unnecessary `as` statementGravatar Simonas Kazlauskas2012-08-19
| * Decode data in python3 – Fixes #265.Gravatar Simonas Kazlauskas2012-08-19
| * Remove trailing spaces and replace tabs with spacesGravatar Simonas Kazlauskas2012-08-19
|/
* Fix to make the choose-a-port loop work correctly for webconfig.py under Python3Gravatar ridiculousfish2012-08-17
* Fix to allow specifying an initial tab in fish_configGravatar ridiculousfish2012-07-27
* Implemented history deletion from fish_configGravatar ridiculousfish2012-07-27
* 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
* Some improvements in bash configuration importer scriptGravatar Siteshwar Vashisht2012-06-12
* 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
* Python3 fixes in import_bash_settings.pyGravatar adisbladis2012-06-05
* Python3 fixes for webconfig.pyGravatar Adam2012-06-05
* Unicode error fix in manpage completion with python3Gravatar Adam2012-06-05
* Manpage generation now works with python3Gravatar Adam2012-06-05
* Improved webconfig.py's handling of combined term256 and classic colorsGravatar ridiculousfish2012-06-05
* Fix to add a little explanatory text to colors in the web config interfaceGravatar ridiculousfish2012-05-08
* Removed useless deroff.py import from bash settingsGravatar ridiculousfish2012-04-25
* Fixed setting PATH variable in import_bash_settings.pyGravatar Siteshwar Vashisht2012-04-22
* Fix to try to remove Python 2.7 dependencyGravatar ridiculousfish2012-04-15
* Deroffer optimizationsGravatar ridiculousfish2012-04-15
* Some more deroff optimizationsGravatar ridiculousfish2012-04-15
* Speed improvements to derofferGravatar 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
* Make the web config page have a title and pass W3C validationGravatar 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
* Fix for an extra line at the end of the variable listingGravatar ridiculousfish2012-04-01
* More work to try to make webconfig's layout correct under firefoxGravatar ridiculousfish2012-04-01
* Fix for an issue where you can't select the top row of colorsGravatar ridiculousfish2012-03-31
* A little better support for non-term-256 colors in web configGravatar ridiculousfish2012-03-31