ridiculousfish
|
c10b3017d6
|
Improve autosuggesting of cd command
|
2012-03-30 11:16:24 -07:00 |
|
ridiculousfish
|
0f63e1f988
|
Some work towards improving manpage completions
|
2012-03-30 10:00:01 -07:00 |
|
ridiculousfish
|
3bb537c183
|
Fix for failing to highlight last quote (or quoted string contents)
|
2012-03-30 09:58:25 -07:00 |
|
ridiculousfish
|
ff23bf6f0c
|
Fix for bug where fish would not autosuggest certain executables
|
2012-03-27 19:22:33 -07:00 |
|
ridiculousfish
|
00d3e18780
|
Fix compile error (oops)
|
2012-03-27 19:10:21 -07:00 |
|
ridiculousfish
|
a62f300753
|
Make the color picker cell borders appear correctly in Firefox
|
2012-03-27 19:00:03 -07:00 |
|
ridiculousfish
|
0bc644abf0
|
Fix lots of bugs related to the static analyzer
Improved how screen.cpp interacts with output_set_writer()
|
2012-03-26 01:21:10 -07:00 |
|
ridiculousfish
|
31b7d076b7
|
Remove some dead variables.
Fix screwy output for invalid tilde expansion in expand.cpp
Some cleanup per clang static analyzer
|
2012-03-25 23:31:03 -07:00 |
|
ridiculousfish
|
a11687fc5c
|
Make the functions builtin have a bit nicer output
Stop autosuggesting things with newlines
Make webconfig a little nicer
|
2012-03-25 22:41:22 -07:00 |
|
ridiculousfish
|
fa346cec3b
|
Moved some Python scripts into new share/tools/ directory.
Added fish_config function to launch web config
|
2012-03-25 18:38:33 -07:00 |
|
ridiculousfish
|
0bdf7a598a
|
More work on web_config
|
2012-03-25 16:00:17 -07:00 |
|
ridiculousfish
|
0c9a1a56c2
|
Lots of work on web config
Change to make fish immediately show color changes
|
2012-03-25 16:00:17 -07:00 |
|
ridiculousfish
|
c0655b6b08
|
Web config
|
2012-03-25 16:00:17 -07:00 |
|
Siteshwar Vashisht
|
dca9b83ec0
|
Enclose descriptions inside double quotes, and escape any enclosed double quotes.
|
2012-03-23 21:34:52 +05:30 |
|
Siteshwar Vashisht
|
7ded90ae6a
|
Add trimmed descriptions with complete command while parsing man pages.
|
2012-03-22 23:41:36 +05:30 |
|
Peter Ammon
|
a6ab66080e
|
Additional tweak to color order
|
2012-03-20 11:33:44 -07:00 |
|
Siteshwar Vashisht
|
89e1cad470
|
Append $argv only to the last command in an alias.
|
2012-03-20 22:07:34 +05:30 |
|
Peter Ammon
|
e55bc92d1f
|
Tweak the color order
|
2012-03-20 03:05:00 -07:00 |
|
Peter Ammon
|
d6a59b538f
|
Work on web config color ordering
|
2012-03-20 03:01:00 -07:00 |
|
ridiculousfish
|
1a87f44325
|
Re-implement $history variable
Added -L option to set to mean "don't abbreviate"
|
2012-03-19 11:52:18 -07:00 |
|
ridiculousfish
|
c8bc535f22
|
Big improvement to web config history speed
Nice dashed table seprators
|
2012-03-19 11:51:44 -07:00 |
|
Peter Ammon
|
1889db3263
|
web_config work
|
2012-03-19 00:03:38 -07:00 |
|
Siteshwar Vashisht
|
73b88f2304
|
Added method to find a character outside quotes in a string.
|
2012-03-18 15:14:34 +05:30 |
|
Siteshwar Vashisht
|
21b8e5a5c6
|
Some additions to make scripted aliases work
|
2012-03-18 15:00:27 +05:30 |
|
ridiculousfish
|
b1ff14162f
|
More work on web config
|
2012-03-16 17:21:37 -07:00 |
|
Peter Ammon
|
c6c55823ac
|
More work on web config
|
2012-03-16 03:05:51 -07:00 |
|
ridiculousfish
|
8b8a970098
|
Made builtin_test handle parenthesis
|
2012-03-15 20:40:57 -07:00 |
|
Siteshwar Vashisht
|
ebfcee6e67
|
Fixed a crash on inputs like ls x>| less, where x doesn't exist in current directory.
|
2012-03-16 00:34:09 +05:30 |
|
Peter Ammon
|
63b330439e
|
Initial work towards web config UI
|
2012-03-15 03:43:45 -07:00 |
|
ridiculousfish
|
52d8fb301c
|
Added term256 support to set_color tool
|
2012-03-13 14:23:10 -07:00 |
|
Siteshwar Vashisht
|
dfe159e719
|
Fixed a crash on Linux caused while inserting \ in quotes.
|
2012-03-13 05:39:17 +05:30 |
|
Siteshwar Vashisht
|
4e7e45a431
|
Adding scripts to import aliases, environment variables and prompt from bash.
|
2012-03-11 22:46:58 +05:30 |
|
ridiculousfish
|
d81bd296fc
|
Tweak rgb_color_t back down to 4 bytes
|
2012-03-10 16:15:56 -08:00 |
|
ridiculousfish
|
6d3f257439
|
Shortened the "no matches found" error message
|
2012-03-10 13:44:35 -08:00 |
|
ridiculousfish
|
f92b24221a
|
Made pwd a builtin
Fixed a thread error when autosuggesting with a command substitution
|
2012-03-09 20:16:26 -08:00 |
|
ridiculousfish
|
afd78f3f0b
|
Allow g_log_forks to be set by fish_log_forks env var
|
2012-03-09 11:56:33 -08:00 |
|
ridiculousfish
|
44f3f51e0d
|
Attempt to not fork just to output the result of simple builtins. I'm unsure of why this was necessary, if it ever was.
|
2012-03-09 11:49:29 -08:00 |
|
ridiculousfish
|
14a35e7c21
|
Flip the switch to stop draining threads before exec (!)
|
2012-03-09 11:28:24 -08:00 |
|
ridiculousfish
|
d173bb6e0a
|
A bunch of changes working towards eliminating all memory allocation after fork()
|
2012-03-08 23:21:07 -08:00 |
|
ridiculousfish
|
ce859c9e92
|
Added some missing calls to setup_fork_guards() in utilities.
Made echo a builtin
|
2012-03-07 11:35:22 -08:00 |
|
ridiculousfish
|
8ed20f3c28
|
Removed pwd.fish, which made the home directory print out with ~ (annoying)
|
2012-03-07 10:53:08 -08:00 |
|
ridiculousfish
|
0ced7d8e56
|
Improve error reporting for builtin_test
|
2012-03-07 01:16:50 -08:00 |
|
ridiculousfish
|
143ead8d00
|
Fix builtin_test to properly handle last expression in a combining expression
|
2012-03-07 01:13:24 -08:00 |
|
ridiculousfish
|
6788c2710f
|
Improved error reporting for builtin_test
|
2012-03-07 01:02:46 -08:00 |
|
ridiculousfish
|
ed7c10f366
|
Implemented test as a builtin (!)
|
2012-03-07 00:54:01 -08:00 |
|
ridiculousfish
|
68b93c624f
|
Move special handling of DISPLAY environment variable from etc/config.fish to fish itself to reduce number of fork calls made at launch
|
2012-03-06 15:52:16 -08:00 |
|
ridiculousfish
|
36fe1e4a46
|
Some initial work towards cutting down the number of fork calls we do
|
2012-03-06 15:12:37 -08:00 |
|
ridiculousfish
|
9ee4e4e05c
|
Tweak fork guards to use getpid() instead of pthread_atfork
|
2012-03-06 14:34:18 -08:00 |
|
ridiculousfish
|
ea65a0c519
|
Updated a comment
|
2012-03-06 14:32:00 -08:00 |
|
ridiculousfish
|
f35d2629d4
|
Notice when fish_term256 changes and react to it
|
2012-03-05 14:18:16 -08:00 |
|