65 Commits

Author SHA1 Message Date
Casey Rodarmor
0e8f660d6d
Add datetime() and datetime_utc() functions () 2024-06-14 22:48:34 -07:00
Casey Rodarmor
1547af08b5
Allow setting more command-line options with environment variables () 2024-06-14 23:11:22 +00:00
Greg Shuflin
5ac98c020d
Add is_dependency() function () 2024-06-09 01:17:55 +00:00
Greg Shuflin
4fbd03735a
Refactor evaluator () 2024-06-08 14:42:16 +00:00
Casey Rodarmor
db52d95146
Add module_file() and module_directory() functions () 2024-05-29 03:06:30 +00:00
Casey Rodarmor
7fb04761b7
Add source_file() and source_directory() functions () 2024-05-25 09:15:02 +00:00
Casey Rodarmor
587843f09c
Pass command as first argument to shell () 2024-05-20 04:12:09 +00:00
Saheed Adeleye
c6612de760
Add shell() function for running external commands () 2024-05-20 00:24:27 +00:00
laniakea64
4961f49c38
Add encode_uri_component function () 2024-05-19 00:36:34 +00:00
laniakea64
7fa6ed8149
Add choose function for generating random strings () 2024-05-18 23:29:14 +00:00
Casey Rodarmor
7359deeb99
Replace FunctionContext with Evaluator () 2024-05-18 00:21:47 +00:00
Saheed Adeleye
89ccf42ddf
Add prepend() function () 2024-05-17 23:23:59 +00:00
Saheed Adeleye
eb605181c2
Add append() function () 2024-05-17 23:12:38 +00:00
Poliorcetics
caace0a115
Update clap to version 4 () 2024-05-14 20:29:40 -07:00
Trevor Gross
dc952f9c43
Add blake3 and blake3_file functions () 2024-02-11 20:56:04 +00:00
Casey Rodarmor
43d88f50e0
Add function to canonicalize paths () 2024-01-19 20:04:28 +00:00
Swordelf2
53cea2f823
Add just_pid function () 2024-01-12 03:22:27 +00:00
Trevor Gross
c2af5a1dd6
Add functions to return XDG base directories () 2024-01-11 23:50:04 +00:00
Victor Adossi ("vados")
64d7d07185
Add semver_matches function () 2023-10-27 20:07:46 +00:00
Yuri Astrakhan
be7f161554
Misc fixes () 2023-10-17 03:07:09 +00:00
Matt Schulte
63ed00ff78
Add num_cpus() function () 2023-08-02 23:52:21 +00:00
Baden Ashford
bba673fd79
Add env() function () 2023-06-13 12:49:46 +00:00
Yuri Astrakhan
a1220c63e3
Cleanup () 2023-06-12 16:53:55 +00:00
Casey Rodarmor
a81b094441
Downgrade to TLS 1.2 in install script ()
Revert "Update install script and readmes to use tls v1.3 ()"

This reverts commit 9b6b0b7facf3e50a6cec9a82d0bd0eab8ce1e03e.
2023-01-27 02:49:03 +00:00
Casey Rodarmor
182ef134d9
Add invocation_directory_native() () 2023-01-13 19:03:14 +00:00
Casey Rodarmor
157862d398
Merge imports () 2022-12-28 04:16:18 +00:00
Cameron Steffen
216df31543
Eliminate lazy_static () 2022-12-15 16:53:21 -08:00
miles
7d6483b995
Add replace_regex function () 2022-11-08 06:47:33 +00:00
Giancarlo França
be11a26226
Add more case-conversion functions () 2022-10-27 03:44:18 +00:00
Casey Rodarmor
deac684aaa
Use for loop in capitalize implementation () 2022-10-25 03:52:43 +00:00
Cihan Demirci
aaef61b908
Add capitalize(s) function ()
`capitalize(s)` converts the first character of s to uppercase
and the rest to lowercase.
2022-10-24 20:39:40 -07:00
Casey Rodarmor
01fae9b1e4
Do use super::*; instead of use crate::common::*; () 2022-06-19 04:56:31 +00:00
mbodmer
862d6a52ab
SHA-256 and UUID functions () 2022-05-04 23:18:31 +00:00
Casey Rodarmor
12fe9371f6
Generate book from readme () 2022-05-04 06:05:55 +00:00
Chris Hamons
7299353977
Add error() function () 2022-03-03 00:48:28 +00:00
Laura Demkowicz-Duffy
a3f61a19ff
Add absolute_path function () 2022-03-03 00:41:48 +00:00
Casey Rodarmor
3118ce7211
Make path_exists() relative to current directory () 2022-02-28 03:09:31 +00:00
Damian Kula
6271e94bc9
Add path_exists() function () 2022-02-21 21:45:30 +00:00
Casey Rodarmor
27cd8fd554
Remove call to sed in justfile () 2022-01-30 20:16:10 +00:00
Casey Rodarmor
3ef420ccb3
Add quote(s) function for escaping strings ()
Replace all single quotes with `'\''` and prepend and append single
quotes to `s`. This is sufficient to escape special characters for many
shells, including most Bourne shell descendants.
2021-11-08 19:22:58 +00:00
Casey Rodarmor
58a196f434
Make join accept two or more arguments () 2021-10-15 00:00:58 +00:00
Casey Rodarmor
6786bb0953
Add trim_end(s) and trim_start(s) functions () 2021-10-14 07:35:15 +00:00
Casey Rodarmor
d6d4b01af4
Add more string manipulation functions () 2021-10-14 07:03:57 +00:00
Casey Rodarmor
dbf142369b
Bump target version to 2.0 () 2021-08-27 23:36:41 +00:00
Liam
a24c86ed5a
Add string manipulation functions () 2021-07-03 19:39:45 +00:00
Casey Rodarmor
024f8279bc
Add clean function for simplifying paths () 2021-06-25 06:41:20 +00:00
Casey Rodarmor
87e395254b
Add join function for joining paths () 2021-06-24 22:55:29 +00:00
Antonio Gelameris
162d2df1ba
Add path manipulation functions () 2021-06-17 07:56:09 +00:00
Benoit de Chezelles
13e9f406c8
Add just_executable() function ()
The `just_executable()` function returns the absolute path of the
currently running `just` executable.
2021-03-28 15:44:02 -07:00
Casey Rodarmor
7ae890ce61
Note shebang line splitting inconsistency in readme () 2021-02-15 01:18:31 -08:00