fish-shell/src/builtins
2024-05-11 11:12:29 -07:00
..
string Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07: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 Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -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 Disable terminal protocols throughout evaluation 2024-04-02 21:25:47 +02:00
function.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05: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 Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07: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 Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
printf.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05: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 Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07: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 Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05: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