Giter VIP home page Giter VIP logo

fathuman's Introduction

fathuman

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.

fathuman's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.