fish-shell/src/builtins
Looouiiis 480d48351c feat(math): add round options (#9117)
Add round options, but I think can also add floor, ceiling, etc. And
the default mode is trunc.

Closes #9117

Co-authored-by: Mahmoud Al-Qudsi <mqudsi@neosmart.net>
2024-06-23 17:45:52 -05:00
..
string Rename printf crate to fish-printf 2024-06-09 12:29:09 -07:00
tests Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
abbr.rs Make EnvStackSetResult use Rust naming conventions 2024-06-15 15:57:28 -07: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 Convert Block::event_blocks to a bool 2024-06-01 13:01:40 -05: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 Fix an annoying warning about camel case types 2024-06-15 13:46:45 -07:00
complete.rs Remove unescape_string_in_place 2024-06-06 17:11:25 +02: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 Remove parser library_data_pod_t ffi workaround 2024-06-02 20:27:44 -05:00
exit.rs Remove parser library_data_pod_t ffi workaround 2024-06-02 20:27:44 -05:00
fg.rs Work around wants_terminal not begin set inside eval 2024-05-18 20:55:06 +02:00
function.rs Remove parser library_data_pod_t ffi workaround 2024-06-02 20:27:44 -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 Rename printf crate to fish-printf 2024-06-09 12:29:09 -07:00
math.rs feat(math): add round options (#9117) 2024-06-23 17:45:52 -05:00
mod.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
path.rs Revert "builtins/path: Use fancy bitflags feature" 2024-06-08 09:12:56 +02:00
printf.rs Rename printf crate to fish-printf 2024-06-09 12:29:09 -07: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 Remove parser library_data_pod_t ffi workaround 2024-06-02 20:27:44 -05:00
realpath.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
return.rs Remove parser library_data_pod_t ffi workaround 2024-06-02 20:27:44 -05:00
set_color.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00
set.rs Make EnvStackSetResult use Rust naming conventions 2024-06-15 15:57:28 -07:00
shared.rs Remove parser library_data_pod_t ffi workaround 2024-06-02 20:27:44 -05:00
source.rs Change wopen_cloexec() to return File 2024-03-23 01:34:23 -05:00
status.rs Remove parser library_data_pod_t ffi workaround 2024-06-02 20:27:44 -05: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 Fix a clippy in ulimit 2024-06-19 10:47:46 -07:00
wait.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00