fish-shell/src
Camille Scholtz 2606cfe72d add option to modify script being restyled
This change allows the user to specify the script name on the CLI in addition
to being redirected from stdin. It also adds a `-w` flag to write the modified
script to the original file.
2016-05-22 20:00:23 -07:00
..
autoload.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
autoload.h restyle switch blocks to match project style 2016-05-03 17:14:56 -07:00
builtin_commandline.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
builtin_commandline.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_complete.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
builtin_complete.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_jobs.cpp restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_jobs.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_printf.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
builtin_printf.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_set_color.cpp Remove some unused macros from builtin_set_color.cpp 2016-04-29 14:54:21 -07:00
builtin_set_color.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_set.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
builtin_set.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_string.cpp lint cleanup: eliminate "redundant" errors 2016-05-04 15:32:04 -07:00
builtin_string.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_test.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
builtin_test.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_ulimit.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
builtin_ulimit.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
builtin.h add function --shadow-builtin flag 2016-05-14 20:38:32 -07:00
color.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
color.h restyle color module to match project style 2016-04-27 16:06:03 -07:00
common.cpp fix building on Cygwin 2016-05-19 19:27:22 -07:00
common.h move convert_digit from fallback to common 2016-05-18 22:39:20 +00:00
complete.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
complete.h restyle switch blocks to match project style 2016-05-03 17:14:56 -07:00
env_universal_common.cpp lint cleanup: eliminate "redundant" errors 2016-05-04 15:32:04 -07:00
env_universal_common.h restyle env_universal module to match project style 2016-04-28 19:17:28 -07:00
env.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
env.h fix fork debug printf() calls 2016-05-05 20:22:20 -07:00
event.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
event.h retyle event module to match project style 2016-04-28 19:39:41 -07:00
exec.cpp fix building on Cygwin 2016-05-19 19:27:22 -07:00
exec.h restyle exec module to match project style 2016-04-28 20:07:00 -07:00
expand.cpp lint cleanup: eliminate "redundant" errors 2016-05-04 15:32:04 -07:00
expand.h restyle expand module to match project style 2016-04-28 20:33:27 -07:00
fallback.cpp fix building on Cygwin 2016-05-19 19:27:22 -07:00
fallback.h fix building on Cygwin 2016-05-19 19:27:22 -07:00
fish_indent.cpp add option to modify script being restyled 2016-05-22 20:00:23 -07:00
fish_key_reader.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
fish_tests.cpp make fish buildable on OS X Snow Leopard 2016-05-19 18:42:34 -07:00
fish_version.cpp restyle fish modules to match project style 2016-04-30 19:52:13 -07:00
fish_version.h restyle fish modules to match project style 2016-04-30 19:52:13 -07:00
fish.cpp make debug() output more useful 2016-05-17 14:52:55 -07:00
function.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
function.h add function --shadow-builtin flag 2016-05-14 20:38:32 -07:00
highlight.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
highlight.h restyle highlight module to match project style 2016-04-30 21:10:23 -07:00
history.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
history.h lint: low hanging fruit in history.cpp 2016-05-05 15:09:31 -07:00
input_common.cpp enhance the key_reader program 2016-05-10 14:11:30 -07:00
input_common.h enhance the key_reader program 2016-05-10 14:11:30 -07:00
input.cpp lint cleanup: eliminate "redundant" errors 2016-05-04 15:32:04 -07:00
input.h restyle input module to match project style 2016-04-30 21:46:56 -07:00
intern.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
intern.h restyle intern module to match project style 2016-05-01 20:28:46 -07:00
io.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
io.h restyle io module to match project style 2016-05-01 20:38:19 -07:00
iothread.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
iothread.h restyle iothread module to match project style 2016-05-01 21:54:54 -07:00
kill.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
kill.h restyle kill module to match project style 2016-05-01 22:18:59 -07:00
lru.h restyle pager & lru module to match project style 2016-05-02 12:11:57 -07:00
output.cpp lint cleanup: eliminate "redundant" errors 2016-05-04 15:32:04 -07:00
output.h restyle output module to match project style 2016-05-01 22:36:29 -07:00
pager.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
pager.h restyle pager & lru module to match project style 2016-05-02 12:11:57 -07:00
parse_constants.h restyle parser module to match project style 2016-05-02 19:24:52 -07:00
parse_execution.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
parse_execution.h restyle parse_execution module to match project style 2016-05-02 13:00:03 -07:00
parse_productions.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
parse_productions.h restyle parse_productions module to match project style 2016-05-02 16:03:37 -07:00
parse_tree.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
parse_tree.h restyle parse_tree module to match project style 2016-05-02 16:44:27 -07:00
parse_util.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
parse_util.h restyle parse_util module to match project style 2016-05-02 17:11:02 -07:00
parser_keywords.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
parser_keywords.h restyle parser module to match project style 2016-05-02 19:24:52 -07:00
parser.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
parser.h restyle parser module to match project style 2016-05-02 19:24:52 -07:00
path.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
path.h restyle path module to match project style 2016-05-02 21:23:33 -07:00
postfork.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
postfork.h restyle postfork module to match project style 2016-05-02 21:34:26 -07:00
print_help.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
print_help.h restyle proc module to match project style 2016-05-02 22:07:58 -07:00
proc.cpp rename get_is_interactive and remove stupid test 2016-05-14 20:35:54 -07:00
proc.h rename get_is_interactive and remove stupid test 2016-05-14 20:35:54 -07:00
reader.cpp rename get_is_interactive and remove stupid test 2016-05-14 20:35:54 -07:00
reader.h lint cleanup: eliminate "redundant" errors 2016-05-04 15:32:04 -07:00
sanity.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
sanity.h restyle sanity & screen module to match project style 2016-05-03 12:53:54 -07:00
screen.cpp lint: screen.cpp low hanging fruit 2016-05-04 18:14:04 -07:00
screen.h lint: screen.cpp low hanging fruit 2016-05-04 18:14:04 -07:00
signal.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
signal.h restyle signal module to match project style 2016-05-03 13:06:45 -07:00
tokenizer.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
tokenizer.h restyle tokenizer module to match project style 2016-05-03 15:00:44 -07:00
utf8.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
utf8.h restyle utf8 module to match project style 2016-05-03 15:12:19 -07:00
util.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
util.h restyle remaining modules to match project style 2016-05-03 16:09:45 -07:00
wcstringutil.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
wcstringutil.h restyle remaining modules to match project style 2016-05-03 16:09:45 -07:00
wgetopt.cpp restyle switch blocks to match project style 2016-05-03 17:14:56 -07:00
wgetopt.h restyle switch blocks to match project style 2016-05-03 17:14:56 -07:00
wildcard.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
wildcard.h restyle remaining modules to match project style 2016-05-03 16:09:45 -07:00
wutil.cpp make fish buildable on OS X Snow Leopard 2016-05-19 18:42:34 -07:00
wutil.h restyle remaining modules to match project style 2016-05-03 16:09:45 -07:00