fish-shell/src/builtins
Johannes Altmanninger 8164855b70 Disable terminal protocols throughout evaluation
Test changes are very hacky, will cleanup later.

Closes #10408
2024-04-02 21:25:47 +02:00
..
string Remove using statements already imported by preludes 2024-02-28 09:41:51 -06:00
tests Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
abbr.rs Clean up two awkward wgettext_fmt invocations 2024-03-09 11:48:29 +01:00
argparse.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
bg.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
bind.rs Don't translate \n to enter 2024-04-02 17:59:40 +02:00
block.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
builtin.rs Remove using statements already imported by preludes 2024-02-28 09:41:51 -06:00
cd.rs Add and use separate open_dir() method 2024-03-23 01:15:43 -05:00
command.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
commandline.rs fish_clipboard_paste: don't bypass pager search field. 2024-04-02 14:35:16 +02:00
complete.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
contains.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
count.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
disown.rs Remove using statements already imported by preludes 2024-02-28 09:41:51 -06:00
echo.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
emit.rs Remove widestring-suffix uses 2024-01-13 08:52:54 +01:00
eval.rs Use nix & Results 2024-02-11 11:40:27 -08:00
exit.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
fg.rs Disable terminal protocols throughout evaluation 2024-04-02 21:25:47 +02:00
function.rs Remove using statements already imported by preludes 2024-02-28 09:41:51 -06:00
functions.rs Remove using statements already imported by preludes 2024-02-28 09:41:51 -06:00
history.rs builtins/history: Remove unnecessary unwrap 2024-02-16 19:40:42 +01:00
jobs.rs Remove using statements already imported by preludes 2024-02-28 09:41:51 -06:00
math.rs builtins: Remove some uses of .unwrap() 2024-01-27 16:06:36 +01:00
mod.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
path.rs Remove using statements already imported by preludes 2024-02-28 09:41:51 -06:00
printf.rs Stop using num_traits in printf 2024-01-21 18:19:40 -08:00
pwd.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
random.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
read.rs Extended & human-friendly keys 2024-04-02 14:35:16 +02:00
realpath.rs Remove using statements already imported by preludes 2024-02-28 09:41:51 -06:00
return.rs Stop using num_traits in builtin return 2024-01-21 18:19:40 -08:00
set_color.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
set.rs fmt 2024-03-10 16:17:40 +01:00
shared.rs Fix some translated strings 2024-03-10 16:15:15 +01:00
source.rs Change wopen_cloexec() to return File 2024-03-23 01:34:23 -05:00
status.rs Clean up builtin status 2024-01-21 18:19:40 -08:00
string.rs Promote debug-only assertion 2024-02-15 01:27:23 +01:00
test.rs builtin/test: refactor the Token enum to be more granular (#10357) 2024-03-15 23:24:44 -05:00
type.rs Remove using statements already imported by preludes 2024-02-28 09:41:51 -06:00
ulimit.rs Fix some translated strings 2024-03-10 16:15:15 +01:00
wait.rs Remove unused import 2024-01-27 18:47:38 +01:00