Implement runfile and support for .str.rc

This commit is contained in:
2026-04-10 09:58:41 -05:00
parent a418f9a89f
commit 4dec54893c
5 changed files with 60 additions and 18 deletions

View File

@@ -358,3 +358,7 @@ str %> call $myFooReplacer bar
Replace the current subject with "Lorem ipsum..." placeholder text.
Can generate individual words, lines, or paragraphs.
Example: `lipsum 4 word` -> `lorem ipsum dolor sit`
#### User-specific setup files
The file `~/.str.rc` is automatically executed when `str` starts up.
You can use this to define a user-specific environment.