14 Commits
Author SHA1 Message Date
sneak 0183d1a782 Merge pull request 'Add DedupeStrings to remove repeated values from a string slice' (#2) from clawbot/util:proposal-dedupe-strings into master
Reviewed-on: #2
2026-09-05 05:46:18 +02:00
sneak 2d714eea9f Merge pull request 'Add ChunkStrings to split a string slice into fixed-size batches' (#4) from clawbot/util:proposal-chunk-strings into master
Reviewed-on: #4
2026-09-05 05:46:03 +02:00
sneak 1a6d1b429b Merge pull request 'Add TruncateString to shorten a string without splitting a character' (#6) from clawbot/util:proposal-truncate-string into master
Reviewed-on: #6
2026-09-05 05:45:38 +02:00
sneak c656ce964e Merge pull request 'Add CollapseWhitespace to squeeze runs of whitespace into single spaces' (#8) from clawbot/util:proposal-collapse-whitespace into master
Reviewed-on: #8
2026-09-05 05:45:12 +02:00
sneak 74b448851e Merge pull request 'Add Slugify to turn text into a lowercase hyphenated slug' (#10) from clawbot/util:proposal-slugify into master
Reviewed-on: #10
2026-09-05 05:44:52 +02:00
sneak 64965b11ed Merge pull request 'Add HumanBytes to print a byte count in a readable form' (#12) from clawbot/util:proposal-human-bytes into master
Reviewed-on: #12
2026-09-05 05:44:37 +02:00
sneak 5bf829aefb Merge pull request 'Add RandomHexString for unguessable identifiers and tokens' (#14) from clawbot/util:proposal-random-hex-string into master
Reviewed-on: #14
2026-09-05 05:44:24 +02:00
sneak c407af0d21 Merge pull request 'Add AtomicWriteFile to replace a file's contents in one step' (#18) from clawbot/util:proposal-atomic-write-file into master
Reviewed-on: #18
2026-09-05 05:44:11 +02:00
sneak d70ad443e3 Merge pull request 'Add FileExists and DirExists for checking what is at a path' (#16) from clawbot/util:proposal-file-exists into master
Reviewed-on: #16
2026-09-05 05:43:52 +02:00
sneak 96e904ffd1 Merge pull request 'Add SHA256File to get the checksum of a file' (#20) from clawbot/util:proposal-sha256-file into master
Reviewed-on: #20
2026-09-05 05:43:37 +02:00
sneak b9756ed8c4 rename package to util 2024-06-01 22:35:57 +00:00
sneak 2b1f2e9be3 rename package to util 2024-06-01 22:35:40 +00:00
sneak bef8d77768 rename module path 2024-05-22 21:46:43 +00:00
sneak 3239644cc2 fixes bug that returns wrong error in Mkdirp() 2020-09-20 22:34:22 +00:00