René's URL Explorer Experiment


Title: Feat sdiff inital with parser by GunterSchmidt · Pull Request #193 · uutils/diffutils · GitHub

Open Graph Title: Feat sdiff inital with parser by GunterSchmidt · Pull Request #193 · uutils/diffutils

X Title: Feat sdiff inital with parser by GunterSchmidt · Pull Request #193 · uutils/diffutils

Description: Add the sdiff utility in a basic version, see issue #16. The PR replaces the PRs #159 and #188 as their content is merged in here. Also a new parser is introduced, as I found too many issues when working with cmp. feat: Introducing a new parser for all utils This is a new fully working parser for the arg options. The parser is written generically so it can be used in all diffutils tools. The first implementation is done with sdiff. I already have a revised version for cmp as well. I checked and discarded clap as tool, as the requirements are very individual and would require extensive tweaking of the clap functionality. Features: Allows options to be abbreviated, e.g. --wi instead of --width Allows input like in GNU utils, e.g. the following are all identical diff --ignore-case --minimal --width=50 file_a file_b diff --ignore-case --minimal --width 50 file_a file_b diff -i -d -w 50 file_a file_b diff -id -w50 file_a file_b diff -idw50 file_a file_b A number parser is available, which parses option arguments with optional byte units, e.g. =1024 or =1024KiB Default handling for --version and --help Returns the params or an Error Enum, which makes it library friendly. Contains error handling for the typical parsing errors: -- missing and extra operands -- invalid, ambiguous or conflicting options -- missing or not allowed option arguments Provides error text functions, e.g. add executable and 'Try --help' to message.

Open Graph Description: Add the sdiff utility in a basic version, see issue #16. The PR replaces the PRs #159 and #188 as their content is merged in here. Also a new parser is introduced, as I found too many issues when w...

X Description: Add the sdiff utility in a basic version, see issue #16. The PR replaces the PRs #159 and #188 as their content is merged in here. Also a new parser is introduced, as I found too many issues when w...

Opengraph URL: https://github.com/uutils/diffutils/pull/193

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:ebaa8b2a-6bd0-4ea8-c08e-df955e60690e
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9CCA:3E6EAA:96E0D4:D44ACA:6A4E80A5
html-safe-nonce7c648377e4d8a45ac09a3a823e9021c396212259da5fcc4230c7fbd536ded8ee
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5Q0NBOjNFNkVBQTo5NkUwRDQ6RDQ0QUNBOjZBNEU4MEE1IiwidmlzaXRvcl9pZCI6IjE0MDQzODg3NzExNDUzMzQ5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac9ea03ad0bb29edc09725b4b5d7ede96cc768ea589e188c7da56f3fd40dba4e6b
hovercard-subject-tagpull_request:3372692288
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/uutils/diffutils/pull/193/files
twitter:imagehttps://avatars.githubusercontent.com/u/98484717?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/98484717?s=400&v=4
og:image:altAdd the sdiff utility in a basic version, see issue #16. The PR replaces the PRs #159 and #188 as their content is merged in here. Also a new parser is introduced, as I found too many issues when w...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None41b6ab3ba6d20a71766ac245b5a4a94c6fc672a9cd4da7d44c1b33ab8bf6a21c
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/uutils/diffutils git https://github.com/uutils/diffutils.git
octolytics-dimension-user_id5148717
octolytics-dimension-user_loginuutils
octolytics-dimension-repository_id341787720
octolytics-dimension-repository_nwouutils/diffutils
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id341787720
octolytics-dimension-repository_network_root_nwouutils/diffutils
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee6a744804e8e70f97b4d5a18a94dcc63db22f97a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/uutils/diffutils/pull/193/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fuutils%2Fdiffutils%2Fpull%2F193%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fuutils%2Fdiffutils%2Fpull%2F193%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=uutils%2Fdiffutils
Reloadhttps://github.com/uutils/diffutils/pull/193/files
Reloadhttps://github.com/uutils/diffutils/pull/193/files
Reloadhttps://github.com/uutils/diffutils/pull/193/files
Please reload this pagehttps://github.com/uutils/diffutils/pull/193/files
uutils https://github.com/uutils
diffutilshttps://github.com/uutils/diffutils
Notifications https://github.com/login?return_to=%2Fuutils%2Fdiffutils
Fork 35 https://github.com/login?return_to=%2Fuutils%2Fdiffutils
Star 270 https://github.com/login?return_to=%2Fuutils%2Fdiffutils
Code https://github.com/uutils/diffutils
Issues 20 https://github.com/uutils/diffutils/issues
Pull requests 12 https://github.com/uutils/diffutils/pulls
Actions https://github.com/uutils/diffutils/actions
Projects https://github.com/uutils/diffutils/projects
Security and quality 0 https://github.com/uutils/diffutils/security
Insights https://github.com/uutils/diffutils/pulse
Code https://github.com/uutils/diffutils
Issues https://github.com/uutils/diffutils/issues
Pull requests https://github.com/uutils/diffutils/pulls
Actions https://github.com/uutils/diffutils/actions
Projects https://github.com/uutils/diffutils/projects
Security and quality https://github.com/uutils/diffutils/security
Insights https://github.com/uutils/diffutils/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fuutils%2Fdiffutils%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fuutils%2Fdiffutils%2Fissues%2Fnew%2Fchoose
GunterSchmidthttps://github.com/GunterSchmidt
uutils:mainhttps://github.com/uutils/diffutils/tree/main
GunterSchmidt:feat--sdiff-inital-with-parserhttps://github.com/GunterSchmidt/diffutils/tree/feat--sdiff-inital-with-parser
Conversation 0 https://github.com/uutils/diffutils/pull/193
Commits 5 https://github.com/uutils/diffutils/pull/193/commits
Checks 28 https://github.com/uutils/diffutils/pull/193/checks
Files changed https://github.com/uutils/diffutils/pull/193/files
Please reload this pagehttps://github.com/uutils/diffutils/pull/193/files
Feat sdiff inital with parser https://github.com/uutils/diffutils/pull/193/files#top
Show all changes 5 commits https://github.com/uutils/diffutils/pull/193/files
f83793b feat: Introducing a new parser for all utils Mar 9, 2026 https://github.com/uutils/diffutils/pull/193/commits/f83793b09e9afac06e3e60b5eb3a7197c505fe2a
84f95d6 Feat: sdiff initial version Mar 9, 2026 https://github.com/uutils/diffutils/pull/193/commits/84f95d62884bf8dbdc313789515524761f3d36a5
524d95f Fix: fuzz_side Mar 9, 2026 https://github.com/uutils/diffutils/pull/193/commits/524d95fa96946dd967b56636d52a761928aac1b6
ac032be add Cargo.lock to resolve git issues Mar 9, 2026 https://github.com/uutils/diffutils/pull/193/commits/ac032be6b3fa777a6b2f3ff781f8cb7ef4aec600
ff106d5 Merge branch 'uutils:main' into feat--sdiff-inital-with-parser GunterSchmidt Mar 12, 2026 https://github.com/uutils/diffutils/pull/193/commits/ff106d5fbb06232c098e94143e8fb482c5663cfe
Clear filters https://github.com/uutils/diffutils/pull/193/files
Please reload this pagehttps://github.com/uutils/diffutils/pull/193/files
Please reload this pagehttps://github.com/uutils/diffutils/pull/193/files
Cargo.lock https://github.com/uutils/diffutils/pull/193/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e
Cargo.toml https://github.com/uutils/diffutils/pull/193/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542
fuzz_side.rs https://github.com/uutils/diffutils/pull/193/files#diff-db8e2bd75f5e1c888b7a3e4e6dab665dc64d4892880c10bbb4d42a466fc49ef1
arg_parser.rs https://github.com/uutils/diffutils/pull/193/files#diff-b9d2466a32916accbcb90a9d88c275fb13bc97d065e6d35d7de1ef84f2b7487b
diff.rs https://github.com/uutils/diffutils/pull/193/files#diff-25b61929ffc58aa6b4baa8b06a41448eb83835e05c325863e58df00ed841b2d4
lib.rs https://github.com/uutils/diffutils/pull/193/files#diff-b1a35a68f14e696205874893c07fd24fdb88882b47c23cc0e0c80a30c7d53759
main.rs https://github.com/uutils/diffutils/pull/193/files#diff-42cb6807ad74b3e201c5a7ca98b911c5fa08380e942be6e4ac5807f8377f87fc
sdiff.rs https://github.com/uutils/diffutils/pull/193/files#diff-cd9d875e6e312ad5d4eee984232e3772fa2261e6a795192a135bda5d3fe33cd3
params_sdiff.rs https://github.com/uutils/diffutils/pull/193/files#diff-3ae6a42ec84a342f8b14fc9970423122fabc3d7fcab3625be3529ab193081c50
side_diff.rs https://github.com/uutils/diffutils/pull/193/files#diff-eb16715bf96f80035d1c61cf6ad9e7df58655179fd69ffaa66f3c6e50e8f08f2
utils.rs https://github.com/uutils/diffutils/pull/193/files#diff-23af5356f6001cd3993cd3c801fb7716ea02d1e504081b9fb569332db6107e80
Cargo.lockhttps://github.com/uutils/diffutils/pull/193/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e
View file https://github.com/uutils/diffutils/blob/ff106d5fbb06232c098e94143e8fb482c5663cfe/Cargo.lock
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/uutils/diffutils/pull/193/files
Cargo.tomlhttps://github.com/uutils/diffutils/pull/193/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542
View file https://github.com/uutils/diffutils/blob/ff106d5fbb06232c098e94143e8fb482c5663cfe/Cargo.toml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/uutils/diffutils/pull/193/{{ revealButtonHref }}
https://github.com/uutils/diffutils/pull/193/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542
https://github.com/uutils/diffutils/pull/193/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542
https://github.com/uutils/diffutils/pull/193/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542
fuzz/fuzz_targets/fuzz_side.rshttps://github.com/uutils/diffutils/pull/193/files#diff-db8e2bd75f5e1c888b7a3e4e6dab665dc64d4892880c10bbb4d42a466fc49ef1
View file https://github.com/uutils/diffutils/blob/ff106d5fbb06232c098e94143e8fb482c5663cfe/fuzz/fuzz_targets/fuzz_side.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/uutils/diffutils/pull/193/{{ revealButtonHref }}
https://github.com/uutils/diffutils/pull/193/files#diff-db8e2bd75f5e1c888b7a3e4e6dab665dc64d4892880c10bbb4d42a466fc49ef1
https://github.com/uutils/diffutils/pull/193/files#diff-db8e2bd75f5e1c888b7a3e4e6dab665dc64d4892880c10bbb4d42a466fc49ef1
https://github.com/uutils/diffutils/pull/193/files#diff-db8e2bd75f5e1c888b7a3e4e6dab665dc64d4892880c10bbb4d42a466fc49ef1
Please reload this pagehttps://github.com/uutils/diffutils/pull/193/files
Please reload this pagehttps://github.com/uutils/diffutils/pull/193/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.