SkillAgentSearch skills...

Fathuman

A tool for handling Human68k (Sharp X68000) floppy images.

Install / Use

/learn @vampirefrog/Fathuman
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

fathuman

Project status

About

A tool for handling Human68k (Sharp X68000) FAT12/FAT16 disk images.

For now, it can be used for listing and extracting files from XDF and DIM images. These are the most common, and other formats can be supported if requested. I can also add support for creating and altering images, if anyone requests it.

It uses the elm-chan FatFS library for reading the FAT filesystem, with small modifications.

Command-line usage

Usage: ./fathuman <action> <file> [<arguments>]
Actions:
        list     - List all the files (recursively)
        copyout - extract one file, specify as third argument

Using in Midnight Commander (mc)

Add the executable (or create a link) in /usr/lib/mc/extfs.d/. Add the following line to /etc/mc/mc.ext or ~/.config/mc/mc.ext

  regex/\.(xdf|dim|XDF|DIM)$
  	Open=%cd %p/fathuman://

Restart mc and you should now be able to just tap enter on dim and xdf files to view their content.

Licensing

Please see the LICENSE file for more information.

Contributing

If you would like to improve or contribute to this project, I highly encourage you to submit pull requests instead of maintaining your own fork. This way, it is less confusing for users. I will do my best to include your patches.

Related Skills

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated2mo ago
Forks7

Languages

C

Security Score

95/100

Audited on Jan 10, 2026

No findings