aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools
Commit message (Expand)AuthorAge
* Fix one element tuple to be actually tuple.Gravatar Konrad Borowski2013-09-25
* Small fix for fish_update_completions (amended)Gravatar bathtub2013-09-19
* Remove useless semicolon in webconfig.pyGravatar Konrad Borowski2013-09-08
* Remove useless debugging codeGravatar Konrad Borowski2013-07-27
* Merge branch 'informative_git' of git://github.com/mariuszs/fish-shell into m...Gravatar ridiculousfish2013-07-11
|\
* | Converted tabs to spaces in webconfig scriptGravatar Siteshwar Vashisht2013-07-06
* | Cleaned up commented lines and updated method names in create_manpage_complet...Gravatar Siteshwar Vashisht2013-07-06
| * Renaming, cleanupGravatar Mariusz Smykuła2013-06-18
| * Support for defining color with bold/brighter color setGravatar Mariusz Smykuła2013-06-18
| * Use tabs, sample promptGravatar Mariusz Smykuła2013-06-18
|/
* Parse man8 pages with fish_update_completionsGravatar Dag Odenhall2013-05-25
* Slightly modified this theme to match robbyrusselGravatar Marc Qualie2013-05-24
* Ugly hack to move functions in sample prompts inside fish_prompt to address #736Gravatar ridiculousfish2013-05-13
* Attempt again to fix UnicodeDecodeError (issue #658)Gravatar ridiculousfish2013-05-12
* Teach fish_config how to find fish from __fish_bin_dirGravatar ridiculousfish2013-04-15
* 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
* FormattingGravatar ridiculousfish2013-01-16
* Ajax fix for Firefox, it isn't XML.Gravatar ciembor2013-01-16
* Make create_manpage_completions not generate empty filesGravatar ridiculousfish2013-01-08
* 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