https://github.com/phoenixr-codes/strutils
String utilities for Nushell
https://github.com/phoenixr-codes/strutils
nushell nushell-module
Last synced: 2 days ago
JSON representation
String utilities for Nushell
- Host: GitHub
- URL: https://github.com/phoenixr-codes/strutils
- Owner: phoenixr-codes
- License: unlicense
- Created: 2025-07-07T21:24:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-08-19T22:01:59.000Z (8 months ago)
- Last Synced: 2025-12-28T21:18:02.116Z (3 months ago)
- Topics: nushell, nushell-module
- Language: Nushell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# `strutils` - String utilities for Nushell
## Installation
```console
git clone https://github.com/phoenixr-codes/strutils.git
nupm install strutils --path
```
```nu
overlay use strutils
```