potato-tool alternatives and similar packages
Based on the "System" category.
Alternatively, view potato-tool alternatives based on common mentions on social networks and blogs.
-
ghc-hotswap
DISCONTINUED. Example code for how we swap compiled code within a running Haskell process. -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby.
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of potato-tool or a related project?
README
Potato Tool
A Portable command line toolset written in Haskell for interacting with the Dreamcast Virtual Memory Unit filesystem. Named after the 8-bit Sanyo LC8670 "Potato" CPU contained in the VMU
The main reason I created this was to be able to rip/burn individual saves from/to a VMU flash image on my Linux machine to use in Dreamcast emulators such as Reicast. I wasn't able to find any other tools available that weren't Windows only.
Current Features
- View files
- Remove Files
- Unlock 41 unused blocks on the VMU for a total of 241 blocks of storage (An increase from 100KB to 120.5KB of available user storage)
- Extract files in the nexus DCI file format
- Inject nexus DCI Data files into the file system
- Remove files
TODO
- Support for injecting Game files, at the moment only supports Data files
- VMI/VMU file support
- Extraction/Injection options for graphics and other file header information
Required
Installing
git clone https://github.com/RossMeikleham/Potato_Tool
cd Potato_Tool
stack build
stack install