Replace str(1) with stris(1) #102

Open
trinity wants to merge 3 commits from stris into main
Owner

I voiced my design regrets regarding str(1) in #79. I've rewritten str(1) to look more like my proposed new stris(1). It doesn't flinch when presented with UTF-8, has a much more expansive manual page, and is written in Rust rather than C.

I don't expect this pull request to be decided immediately or without discourse but I do think stris(1) makes a very compelling case for its replacement of str(1).

I voiced my design regrets regarding str(1) in #79. I've rewritten str(1) to look more like my proposed new stris(1). It doesn't flinch when presented with UTF-8, has a much more expansive manual page, and is written in Rust rather than C. I don't expect this pull request to be decided immediately or without discourse but I do think stris(1) makes a very compelling case for its replacement of str(1).
trinity added the
bug
enhancement
labels 2024-05-04 03:14:01 +00:00
trinity added 2 commits 2024-05-04 03:14:01 +00:00
trinity requested review from emma 2024-05-04 03:18:07 +00:00
trinity added 1 commit 2024-05-04 03:36:28 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b stris main
git pull origin stris

Step 2:

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff stris
git push origin main
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bonsai/coreutils#102
No description provided.