fish-shell/src/builtins
2024-05-27 11:07:02 -07:00
..
string Adopt the new printf crate 2024-05-26 16:07:27 -04:00
tests Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
abbr.rs Allow restricting abbreviations to specific commands (#10452) 2024-04-24 18:09:04 +02:00
argparse.rs Remove wcstringutil::split_string() 2024-05-21 12:54:52 -05:00
bg.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
bind.rs Remove a few uses of unwrap 2024-05-01 12:58:29 +02:00
block.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
builtin.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
cd.rs cd: open directory with O_SEARCH or O_PATH, when the platform supports it 2024-05-11 11:12:29 -07:00
command.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
commandline.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
complete.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
contains.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07: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 Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07: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 Work around wants_terminal not begin set inside eval 2024-05-18 20:55:06 +02:00
function.rs Fix some clippies 2024-05-12 14:55:35 -07:00
functions.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
history.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
jobs.rs Adopt the new printf crate 2024-05-26 16:07:27 -04:00
math.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
mod.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
path.rs Silence some clippies 2024-05-27 11:07:02 -07:00
printf.rs Adopt the new printf crate 2024-05-26 16:07:27 -04:00
pwd.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
random.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
read.rs Toggle terminal protocols lazily 2024-05-16 12:26:47 +02:00
realpath.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
return.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
set_color.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
set.rs fmt 2024-05-25 22:21:52 +02:00
shared.rs Remove a few uses of unwrap 2024-05-01 12:58:29 +02:00
source.rs Change wopen_cloexec() to return File 2024-03-23 01:34:23 -05:00
status.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
string.rs Remove a few uses of unwrap 2024-05-01 12:58:29 +02:00
test.rs Remove a few uses of unwrap 2024-05-01 12:58:29 +02:00
type.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
ulimit.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
wait.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00