fish-shell/src
2019-11-07 23:33:35 +01:00
..
widecharwidth Update widechar_width 2019-05-14 09:49:51 +02:00
autoload.cpp Initialize a const variable 2019-08-16 17:50:41 -07:00
autoload.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin.h Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_argparse.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_argparse.h implement argparse builtin 2017-07-12 22:38:24 -07:00
builtin_bg.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_bg.h split builtin bg into its own module 2017-06-16 21:01:56 -07:00
builtin_bind.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_bind.h Allow binding nul (zero byte) 2019-09-14 16:37:57 -07:00
builtin_block.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_block.h split builtin block into its own module 2017-06-16 21:01:56 -07:00
builtin_builtin.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_builtin.h split builtin builtin into its own module 2017-06-16 21:01:56 -07:00
builtin_cd.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_cd.h split builtin cd into its own module 2017-06-16 21:01:56 -07:00
builtin_command.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_command.h split builtin command into its own module 2017-06-16 21:01:56 -07:00
builtin_commandline.cpp Fix completion for builtins (with subcommands) 2019-11-04 16:44:51 +01:00
builtin_commandline.h Reformat all files 2019-05-05 12:09:25 +02:00
builtin_complete.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_complete.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_contains.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_contains.h split builtin contains into its own module 2017-06-16 21:01:56 -07:00
builtin_disown.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_disown.h split builtin disown into its own module 2017-06-16 21:01:56 -07:00
builtin_echo.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_echo.h split builtin echo into its own module 2017-06-16 21:01:56 -07:00
builtin_emit.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_emit.h split builtin emit into its own module 2017-06-16 21:01:56 -07:00
builtin_eval.cpp Remove some unused variables 2019-05-12 18:23:00 -07:00
builtin_eval.h Re-implement eval as a regular builtin 2019-04-12 07:04:15 -05:00
builtin_exit.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_exit.h split builtin exit into its own module 2017-06-16 21:01:56 -07:00
builtin_fg.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_fg.h split builtin fg into its own module 2017-06-16 21:01:56 -07:00
builtin_function.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_function.h Functions to store nodes 2018-02-12 10:49:22 -08:00
builtin_functions.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_functions.h split builtin functions into its own module 2017-06-16 21:01:56 -07:00
builtin_history.cpp Make history_search_type_t an enum class 2019-11-02 18:56:16 -07:00
builtin_history.h split builtin history into its own module 2017-06-16 21:01:56 -07:00
builtin_jobs.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_jobs.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_math.cpp math: Print special error for logical operators 2019-11-01 08:43:13 +01:00
builtin_math.h Implement bare minimum builtin math command 2017-08-23 14:43:45 -07:00
builtin_printf.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_printf.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_pwd.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_pwd.h split builtin pwd into its own module 2017-06-16 21:01:56 -07:00
builtin_random.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_random.h split builtin random into its own module 2017-06-16 21:01:56 -07:00
builtin_read.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_read.h split builtin status and read into its own module 2017-06-16 21:01:56 -07:00
builtin_realpath.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_realpath.h split builtin realpath into its own module 2017-06-16 21:01:56 -07:00
builtin_return.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_return.h split builtin return into its own module 2017-06-16 21:01:56 -07:00
builtin_set.cpp Do not compute $history in builtin set. 2019-11-05 16:53:06 +01:00
builtin_set.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_set_color.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_set_color.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_source.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_source.h split builtin source into its own module 2017-06-16 21:01:56 -07:00
builtin_status.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_status.h split builtin status and read into its own module 2017-06-16 21:01:56 -07:00
builtin_string.cpp Add individual documentation pages for string's subcommands 2019-11-07 09:54:25 +01:00
builtin_string.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_test.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_test.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_ulimit.cpp Use a pager to view long outputs of builtin --help 2019-10-28 18:36:07 +01:00
builtin_ulimit.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_wait.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_wait.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
color.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
color.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
common.cpp sucess -> success, failiure -> failure 2019-10-18 18:36:03 -07:00
common.h Revert "Escape separators (colon and equals) to improve completion" 2019-09-19 14:38:16 +08:00
complete.cpp Do not compute $history in builtin set. 2019-11-05 16:53:06 +01:00
complete.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
enum_set.h Clean up enum_set.h header 2019-04-26 16:08:19 -07:00
env.cpp Clean up how PATH and CDPATH munging occurs 2019-11-02 16:48:08 -07:00
env.h Clean up how PATH and CDPATH munging occurs 2019-11-02 16:48:08 -07:00
env_dispatch.cpp Clean up how PATH and CDPATH munging occurs 2019-11-02 16:48:08 -07:00
env_dispatch.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
env_universal_common.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
env_universal_common.h Do not import vars that are equivalent to a universal exported var 2019-10-19 12:41:57 +02:00
event.cpp Add support for fish_trace variable to trace execution 2019-11-02 14:40:57 -07:00
event.h Make events per-parser 2019-06-03 02:48:35 -07:00
exec.cpp Add support for fish_trace variable to trace execution 2019-11-02 14:40:57 -07:00
exec.h Migrate the global exec_count into the parser 2019-05-04 20:58:35 -07:00
expand.cpp expand: Remove unused includes 2019-10-19 14:20:53 +02:00
expand.h Unexpand abbreviations' variable names before completing them 2019-10-06 14:42:42 +02:00
fallback.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
fallback.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
fish.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
fish_indent.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
fish_key_reader.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
fish_test_helper.cpp Clean up some tokenization 2019-10-13 16:06:16 -07:00
fish_tests.cpp Do import bash history commands containing && or || 2019-11-07 23:33:35 +01:00
fish_version.cpp Reformat all files 2019-05-05 12:09:25 +02:00
fish_version.h Revert "Generate FISH_BUILD_VERSION info for cmake builds" 2018-01-08 22:28:10 -08:00
flog.cpp Add support for fish_trace variable to trace execution 2019-11-02 14:40:57 -07:00
flog.h Add support for fish_trace variable to trace execution 2019-11-02 14:40:57 -07:00
function.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
function.h Remove the process from function_block_t 2019-05-18 21:09:04 -07:00
future_feature_flags.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
future_feature_flags.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
global_safety.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
highlight.cpp Autosuggestions to validate the first command, not the last command 2019-11-02 13:40:31 -07:00
highlight.h fix typos 2019-10-23 19:38:44 +02:00
history.cpp Do import bash history commands containing && or || 2019-11-07 23:33:35 +01:00
history.h Do not compute $history in builtin set. 2019-11-05 16:53:06 +01:00
history_file.cpp fix typos 2019-10-23 19:38:44 +02:00
history_file.h Include ctime in history_file.h 2019-10-16 11:55:40 -07:00
input.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
input.h Allow binding nul (zero byte) 2019-09-14 16:37:57 -07:00
input_common.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
input_common.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
intern.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
intern.h restyle intern module to match project style 2016-05-01 20:28:46 -07:00
io.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
io.h Correct handling of explicitly separated output when all elements are empty 2019-07-21 14:00:27 -07:00
iothread.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
iothread.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
kill.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
kill.h fix typos 2019-10-23 19:38:44 +02:00
lru.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
maybe.h Reformat all files 2019-05-05 12:09:25 +02:00
output.cpp Apply --reverse for fish_color_*'s being used for a background 2019-10-22 16:28:56 -07:00
output.h Switches over to cstring from string.h. 2019-03-12 15:09:36 -07:00
pager.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
pager.h Move selection_direction_t to pager.h and make it a class enum 2019-04-28 14:06:03 -07:00
parse_constants.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
parse_execution.cpp Add support for fish_trace variable to trace execution 2019-11-02 14:40:57 -07:00
parse_execution.h Remove all block_t subclasses 2019-05-19 14:44:40 -07:00
parse_grammar.h Update comment 2019-10-27 06:58:20 +01:00
parse_grammar_elements.inc Rework 'and' and 'or' to be "job decorators" 2018-03-05 13:41:36 -08:00
parse_productions.cpp typo 2019-10-24 10:46:02 +02:00
parse_productions.h style cleanups 2017-05-01 22:05:35 -07:00
parse_tree.cpp Autosuggestions to validate the first command, not the last command 2019-11-02 13:40:31 -07:00
parse_tree.h Fix completion for builtins (with subcommands) 2019-11-04 16:44:51 +01:00
parse_util.cpp Fix completion for builtins (with subcommands) 2019-11-04 16:44:51 +01:00
parse_util.h Fix completion for builtins (with subcommands) 2019-11-04 16:44:51 +01:00
parser.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
parser.h Add support for fish_trace variable to trace execution 2019-11-02 14:40:57 -07:00
parser_keywords.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
parser_keywords.h Make IWYU output in lint.cpp less messy 2016-06-23 17:26:08 -07:00
path.cpp Always return absolute path in path_get_cdpath 2019-10-19 12:38:17 +02:00
path.h fix typos 2019-10-23 19:38:44 +02:00
postfork.cpp sucess -> success, failiure -> failure 2019-10-18 18:36:03 -07:00
postfork.h sucess -> success, failiure -> failure 2019-10-18 18:36:03 -07:00
print_help.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
print_help.h restyle proc module to match project style 2016-05-02 22:07:58 -07:00
proc.cpp Remove job_flags as an enum, just use a struct 2019-10-15 14:40:58 -07:00
proc.h Add support for fish_trace variable to trace execution 2019-11-02 14:40:57 -07:00
reader.cpp Make history_search_type_t an enum class 2019-11-02 18:56:16 -07:00
reader.h Introduce reader_test_should_cancel 2019-09-21 13:07:55 -07:00
redirection.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
redirection.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
sanity.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
sanity.h Eliminate the global jobs() function 2019-05-05 11:33:08 -07:00
screen.cpp Prefer using clr_eos to clear "remaining lines" - but reset color first 2019-11-02 14:34:04 -07:00
screen.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
signal.cpp Eliminate shell_is_interactive 2019-06-29 11:28:26 -07:00
signal.h Eliminate shell_is_interactive 2019-06-29 11:28:26 -07:00
tinyexpr.cpp math: Print special error for logical operators 2019-11-01 08:43:13 +01:00
tinyexpr.h math: Print special error for logical operators 2019-11-01 08:43:13 +01:00
tnode.cpp Clean up and unify pipes and redirections 2019-10-15 11:26:41 -07:00
tnode.h Fix completion for builtins (with subcommands) 2019-11-04 16:44:51 +01:00
tokenizer.cpp Correctly highlight input following a tokenizer error 2019-10-27 16:08:49 -07:00
tokenizer.h Fix completion for builtins (with subcommands) 2019-11-04 16:44:51 +01:00
topic_monitor.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
topic_monitor.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
trace.cpp Add support for fish_trace variable to trace execution 2019-11-02 14:40:57 -07:00
trace.h Add support for fish_trace variable to trace execution 2019-11-02 14:40:57 -07:00
utf8.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
utf8.h implement our own assert() function 2017-02-14 18:48:27 -08:00
util.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
util.h Remove mini() and maxi() 2019-03-12 23:25:15 -07:00
wcstringutil.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
wcstringutil.h use std::tolower 2019-09-22 15:47:22 -07:00
wgetopt.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
wgetopt.h rearrange structure fields 2019-04-04 13:47:10 -07:00
wildcard.cpp fix typos 2019-10-23 19:38:44 +02:00
wildcard.h Remove EXPAND prefix from expand_flags and lowercase them 2019-04-25 11:34:49 -07:00
wutil.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
wutil.h Run clang-format on all files 2019-10-13 15:50:48 -07:00