nu_scripts/stdlib-candidate
Antoine Stevan 1e28cc1560
add a "bulk rename" command to the stdlib candidates (#643)
i received an archive with files with integer ids in their names (1, 2,
...) but because these ids had no padding, the files were completely out
of order when sorting... e.g. 9 comes after 10 because 1 comes before 9
as a character 🤔

i wrote a command to rename a bulk of files in a directory with a
closure 😋

i was not really sure where to put it, so i created
`stdlib-candidate/fs.nu` 👍
2023-12-11 09:00:10 +01:00
..
record Add record module (#679) 2023-11-29 09:12:23 -06:00
fs.nu add a "bulk rename" command to the stdlib candidates (#643) 2023-12-11 09:00:10 +01:00
README.md Add str append to stdlib-candidate (#626) 2023-09-30 17:13:46 -05:00
str.nu add tests to str.nu (#627) 2023-10-02 19:12:08 +02:00

std-lib candidate

This folder is where we can add scripts that might want to be in std-lib at some point. It can serve both as a holding place for scripts that are waiting on nushell changes, as well as a place to develop and discuss such scripts.