René's URL Explorer Experiment


Title: Idea: scan should be reporting detail per image type. The combined images should have two detail sections. · Issue #216 · AppleCommander/AppleCommander · GitHub

Open Graph Title: Idea: scan should be reporting detail per image type. The combined images should have two detail sections. · Issue #216 · AppleCommander/AppleCommander

X Title: Idea: scan should be reporting detail per image type. The combined images should have two detail sections. · Issue #216 · AppleCommander/AppleCommander

Description: For instance, this image is combination of DOS and ProDOS: $ acx list -d Apple2/APPLE-II-DISK-IMAGES/programming/editors/ProDOSProgramWriter.dsk File: Apple2/APPLE-II-DISK-IMAGES/programming/editors/ProDOSProgramWriter.dsk Name: DISK VOL...

Open Graph Description: For instance, this image is combination of DOS and ProDOS: $ acx list -d Apple2/APPLE-II-DISK-IMAGES/programming/editors/ProDOSProgramWriter.dsk File: Apple2/APPLE-II-DISK-IMAGES/programming/editor...

X Description: For instance, this image is combination of DOS and ProDOS: $ acx list -d Apple2/APPLE-II-DISK-IMAGES/programming/editors/ProDOSProgramWriter.dsk File: Apple2/APPLE-II-DISK-IMAGES/programming/editor...

Opengraph URL: https://github.com/AppleCommander/AppleCommander/issues/216

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Idea: scan should be reporting detail per image type. The combined images should have two detail sections.","articleBody":"For instance, this image is combination of DOS and ProDOS:\n\n```\n$ acx list -d Apple2/APPLE-II-DISK-IMAGES/programming/editors/ProDOSProgramWriter.dsk\n\nFile: Apple2/APPLE-II-DISK-IMAGES/programming/editors/ProDOSProgramWriter.dsk\nName: DISK VOLUME #1\n* A 000                                \n* A 000                                \n* A 000 PROGRAM WRITER                 \n* A 000 COPYRIGHT (C) 1985             \n* A 000 BY ALAN BIRD                   \n* A 000 THE SOFTWARE TOUCH             \n* A 000                                \n* A 000                                \n* A 000                                \n* A 006 HELLO                          \n* A 032 CONFIGURE                      \n* B 045 EDITOR                         \n* B 048 EDITOR.LC                      \n* B 022 EDITOR.SMALL                   \n* B 005 MACROS                         \nDOS 3.3 format; 512 bytes free; 142,848 bytes used.\n\nFile: Apple2/APPLE-II-DISK-IMAGES/programming/editors/ProDOSProgramWriter.dsk\nName: /EDITOR/\n* *************** UNK      000 \u003cNO DATE\u003e  \u003cNO DATE\u003e           0          \n*               * UNK      000 \u003cNO DATE\u003e  \u003cNO DATE\u003e           0          \n* PROGRAM WRITER* UNK      000 \u003cNO DATE\u003e  \u003cNO DATE\u003e           0          \n* COPYRIGHT (C) * UNK      000 \u003cNO DATE\u003e  \u003cNO DATE\u003e           0          \n*      1985     * UNK      000 \u003cNO DATE\u003e  \u003cNO DATE\u003e           0          \n*               * UNK      000 \u003cNO DATE\u003e  \u003cNO DATE\u003e           0          \n*  BY ALAN BIRD * UNK      000 \u003cNO DATE\u003e  \u003cNO DATE\u003e           0          \n*               * UNK      000 \u003cNO DATE\u003e  \u003cNO DATE\u003e           0          \n*  THE SOFTWARE * UNK      000 \u003cNO DATE\u003e  \u003cNO DATE\u003e           0          \n*     TOUCH     * UNK      000 \u003cNO DATE\u003e  \u003cNO DATE\u003e           0          \n*               * UNK      000 \u003cNO DATE\u003e  \u003cNO DATE\u003e           0          \n* *************** UNK      000 \u003cNO DATE\u003e  \u003cNO DATE\u003e           0          \n                  UNK      000 \u003cNO DATE\u003e  \u003cNO DATE\u003e           0          \n* PRODOS          SYS      030 12/30/1985 10/22/1985     14,848 A=$2000  \n* BASIC.SYSTEM    SYS      021 12/30/1985 10/15/1985     10,240 A=$2000  \n* DOS.SYSTEM      SYS      019 12/30/1985 10/15/1985      9,216 A=$2000  \n* STARTUP         BAS      004 01/03/1986 10/16/1985      1,401 A=$0801  \n* CONFIGURE       BAS      009 12/31/1985 10/16/1985      3,867 A=$0801  \n* DEMO            BAS      012 12/30/1985 10/21/1985      5,432 A=$0801  \n* DEMO.ML         BIN      013 12/30/1985 11/07/1985      5,888 A=$4000  \n* EDITOR          BIN      023 12/31/1985 12/31/1985     11,075 A=$4000  \n* EDITOR.SMALL    BIN      011 12/31/1985 12/31/1985      5,016 A=$4000  \n* EDITOR.LC       BIN      024 12/31/1985 12/31/1985     11,477 A=$4000  \n* MACROS          BIN      003 12/30/1985 10/15/1985        960 A=$961E  \n* MACRO.PRINTER   BAS      005 12/30/1985 12/14/1985      1,923 A=$0801  \nProDOS format; 5,632 bytes free; 137,728 bytes used.\n```\n\n... but scan only reports ProDOS (could be DOS):\n\n```\n$ acx scan Apple2/APPLE-II-DISK-IMAGES/programming/editors/ProDOSProgramWriter.dsk\n{\n  \"imageName\": \"Apple2/APPLE-II-DISK-IMAGES/programming/editors/ProDOSProgramWriter.dsk\",\n  \"success\": true,\n  \"imageType\": \"ProDOS\",\n  \"logicalDisks\": 2,\n  \"deletedFiles\": 2,\n  \"directoriesVisited\": 2,\n  \"filesVisited\": 40,\n  \"filesRead\": 40,\n  \"dataType\": \"blocks\",\n  \"dataRead\": 840,\n  \"errors\": []\n}\n\nTitle                      Scan \nTotal Images                  1 \nSuccesses                     1 \nImage Types\n* ProDOS                      1 \nLogical Disks                 2 \nDeleted Files                 2 \nDirectories Visited           2 \nFiles Visited                40 \nFiles Read                   40 \nData Types Read\n* blocks                    840 \nError Count                   0 \n\nScanned 1 disk images.\n```","author":{"url":"https://github.com/a2geek","@type":"Person","name":"a2geek"},"datePublished":"2025-12-21T22:07:38.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/216/AppleCommander/issues/216"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:19b7c9d6-3a76-c568-6644-1c308ee0ae1a
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBB28:2F2B0F:103DA1F:16A8FED:6A4BF33C
html-safe-nonceef55f1a53f5dfeb940eb7f5c885c3bd1b6ad71057380d411dc519688b30107f4
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQjI4OjJGMkIwRjoxMDNEQTFGOjE2QThGRUQ6NkE0QkYzM0MiLCJ2aXNpdG9yX2lkIjoiODgzNzczODQyMjc1Nzc0OTU2NCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacc2f99a2f355a3644c3582ee04853ad878c80293dbe9c2e2d258af6123da99f81
hovercard-subject-tagissue:3751676268
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/AppleCommander/AppleCommander/216/issue_layout
twitter:imagehttps://opengraph.githubassets.com/08ed4de2b3ed6b877ce464b9e833379553645120d2ad1baad79f661822ece955/AppleCommander/AppleCommander/issues/216
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/08ed4de2b3ed6b877ce464b9e833379553645120d2ad1baad79f661822ece955/AppleCommander/AppleCommander/issues/216
og:image:altFor instance, this image is combination of DOS and ProDOS: $ acx list -d Apple2/APPLE-II-DISK-IMAGES/programming/editors/ProDOSProgramWriter.dsk File: Apple2/APPLE-II-DISK-IMAGES/programming/editor...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamea2geek
hostnamegithub.com
expected-hostnamegithub.com
None0f5d3ba365b3985d75c32a5957c8635488d58dcf027ae6ae958eee7edaa306a2
turbo-cache-controlno-preview
go-importgithub.com/AppleCommander/AppleCommander git https://github.com/AppleCommander/AppleCommander.git
octolytics-dimension-user_id32660816
octolytics-dimension-user_loginAppleCommander
octolytics-dimension-repository_id106360471
octolytics-dimension-repository_nwoAppleCommander/AppleCommander
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id106360471
octolytics-dimension-repository_network_root_nwoAppleCommander/AppleCommander
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release10bf439485be3d26a6ab4aa27764288fcc5ef6b9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/AppleCommander/AppleCommander/issues/216#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FAppleCommander%2FAppleCommander%2Fissues%2F216
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/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/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/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%2FAppleCommander%2FAppleCommander%2Fissues%2F216
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%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=AppleCommander%2FAppleCommander
Reloadhttps://github.com/AppleCommander/AppleCommander/issues/216
Reloadhttps://github.com/AppleCommander/AppleCommander/issues/216
Reloadhttps://github.com/AppleCommander/AppleCommander/issues/216
Please reload this pagehttps://github.com/AppleCommander/AppleCommander/issues/216
AppleCommander https://github.com/AppleCommander
AppleCommanderhttps://github.com/AppleCommander/AppleCommander
Notifications https://github.com/login?return_to=%2FAppleCommander%2FAppleCommander
Fork 26 https://github.com/login?return_to=%2FAppleCommander%2FAppleCommander
Star 132 https://github.com/login?return_to=%2FAppleCommander%2FAppleCommander
Code https://github.com/AppleCommander/AppleCommander
Issues 20 https://github.com/AppleCommander/AppleCommander/issues
Pull requests 1 https://github.com/AppleCommander/AppleCommander/pulls
Discussions https://github.com/AppleCommander/AppleCommander/discussions
Actions https://github.com/AppleCommander/AppleCommander/actions
Projects https://github.com/AppleCommander/AppleCommander/projects
Security and quality 0 https://github.com/AppleCommander/AppleCommander/security
Insights https://github.com/AppleCommander/AppleCommander/pulse
Code https://github.com/AppleCommander/AppleCommander
Issues https://github.com/AppleCommander/AppleCommander/issues
Pull requests https://github.com/AppleCommander/AppleCommander/pulls
Discussions https://github.com/AppleCommander/AppleCommander/discussions
Actions https://github.com/AppleCommander/AppleCommander/actions
Projects https://github.com/AppleCommander/AppleCommander/projects
Security and quality https://github.com/AppleCommander/AppleCommander/security
Insights https://github.com/AppleCommander/AppleCommander/pulse
Idea: scan should be reporting detail per image type. The combined images should have two detail sections.https://github.com/AppleCommander/AppleCommander/issues/216#top
https://github.com/a2geek
a2geekhttps://github.com/a2geek
on Dec 21, 2025https://github.com/AppleCommander/AppleCommander/issues/216#issue-3751676268
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.