-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Convert-4BitName ( Fixes #33 )
- Loading branch information
James Brundage
committed
Jan 16, 2024
1 parent
5dd92be
commit f945705
Showing
1,049 changed files
with
13 additions
and
84,818 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
filter Convert-4BitName | ||
{ | ||
<# | ||
.SYNOPSIS | ||
Converts a 4Bit Name into a path | ||
.DESCRIPTION | ||
Converts a 4Bit Color Scheme Name into a path | ||
#> | ||
$_ -replace '\s','-' -replace '\p{P}','-' -replace '-+','-' -replace '-$' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.