fish-shell/src/builtins
2024-02-11 12:19:02 +01:00
..
string string repeat: allow omission of -n (#10282) 2024-02-11 12:19:02 +01:00
tests Make string_tests.rs deterministic regardless of qmark-noglob 2024-01-24 22:42:02 -06:00
abbr.rs Move fish-rust to project root 2024-01-13 03:58:33 +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 Make sets_bind_mode in input an Option<WString> 2024-01-21 18:19:40 -08:00
block.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
builtin.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
cd.rs Return OwnedFd from open_cloexec 2024-01-27 20:42:13 +01:00
command.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
commandline.rs builtin commandline: -x for expanded tokens, supplanting -o 2024-01-27 09:28:06 +01: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 Move fish-rust to project root 2024-01-13 03:58:33 +01: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 Move fish-rust to project root 2024-01-13 03:58:33 +01:00
exit.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
fg.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
function.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
functions.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
history.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
jobs.rs Move fish-rust to project root 2024-01-13 03:58:33 +01: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 builtins: Remove some uses of .unwrap() 2024-01-27 16:06:36 +01: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 Move from libc read/write to nix read/write 2024-01-21 11:49:40 -08:00
realpath.rs Move fish-rust to project root 2024-01-13 03:58:33 +01: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 builtins set: fix regressions querying undefined indices 2024-02-07 00:07:47 +01:00
shared.rs fix builtin help ignoring redirects (#10276) 2024-02-02 17:53:50 -06:00
source.rs Return OwnedFd from open_cloexec 2024-01-27 20:42:13 +01:00
status.rs Clean up builtin status 2024-01-21 18:19:40 -08:00
string.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
test.rs builtins: Remove some uses of .unwrap() 2024-01-27 16:06:36 +01:00
type.rs Remove L! from sprintf calls 2024-01-13 08:52:54 +01:00
ulimit.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
wait.rs Remove unused import 2024-01-27 18:47:38 +01:00