Trevor Gross
|
dc952f9c43
|
Add blake3 and blake3_file functions (#1860)
|
2024-02-11 20:56:04 +00:00 |
|
Casey Rodarmor
|
43d88f50e0
|
Add function to canonicalize paths (#1859)
|
2024-01-19 20:04:28 +00:00 |
|
Swordelf2
|
53cea2f823
|
Add just_pid function (#1833)
|
2024-01-12 03:22:27 +00:00 |
|
Casey Rodarmor
|
b188882ed0
|
Use box-drawing characters in error messages (#1798)
|
2023-12-29 21:25:30 +00:00 |
|
Casey Rodarmor
|
7337447d42
|
Add file paths to error messages (#1737)
|
2023-11-22 04:17:38 +00:00 |
|
Victor Adossi ("vados")
|
64d7d07185
|
Add semver_matches function (#1713)
|
2023-10-27 20:07:46 +00:00 |
|
Matt Schulte
|
63ed00ff78
|
Add num_cpus() function (#1568)
|
2023-08-02 23:52:21 +00:00 |
|
Casey Rodarmor
|
a81b094441
|
Downgrade to TLS 1.2 in install script (#1536)
Revert "Update install script and readmes to use tls v1.3 (#1481)"
This reverts commit 9b6b0b7fac .
|
2023-01-27 02:49:03 +00:00 |
|
Casey Rodarmor
|
10ad32430b
|
Stabilize fallback (#1471)
|
2023-01-04 06:31:56 +00:00 |
|
miles
|
7d6483b995
|
Add replace_regex function (#1393)
|
2022-11-08 06:47:33 +00:00 |
|
Giancarlo França
|
be11a26226
|
Add more case-conversion functions (#1383)
|
2022-10-27 03:44:18 +00:00 |
|
Cihan Demirci
|
aaef61b908
|
Add capitalize(s) function (#1375)
`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::*; (#1239)
|
2022-06-19 04:56:31 +00:00 |
|
mbodmer
|
862d6a52ab
|
SHA-256 and UUID functions (#1170)
|
2022-05-04 23:18:31 +00:00 |
|
Chris Hamons
|
7299353977
|
Add error() function (#1118)
|
2022-03-03 00:48:28 +00:00 |
|
Laura Demkowicz-Duffy
|
a3f61a19ff
|
Add absolute_path function (#1121)
|
2022-03-03 00:41:48 +00:00 |
|
Casey Rodarmor
|
3118ce7211
|
Make path_exists() relative to current directory (#1122)
|
2022-02-28 03:09:31 +00:00 |
|
Damian Kula
|
6271e94bc9
|
Add path_exists() function (#1106)
|
2022-02-21 21:45:30 +00:00 |
|
Casey Rodarmor
|
58a196f434
|
Make join accept two or more arguments (#1000)
|
2021-10-15 00:00:58 +00:00 |
|
Casey Rodarmor
|
6786bb0953
|
Add trim_end(s) and trim_start(s) functions (#999)
|
2021-10-14 07:35:15 +00:00 |
|
Casey Rodarmor
|
d6d4b01af4
|
Add more string manipulation functions (#998)
|
2021-10-14 07:03:57 +00:00 |
|
Casey Rodarmor
|
dbf142369b
|
Bump target version to 2.0 (#957)
|
2021-08-27 23:36:41 +00:00 |
|
Liam
|
a24c86ed5a
|
Add string manipulation functions (#888)
|
2021-07-03 19:39:45 +00:00 |
|
Casey Rodarmor
|
024f8279bc
|
Add clean function for simplifying paths (#883)
|
2021-06-25 06:41:20 +00:00 |
|