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.
-
taffybar
A gtk based status bar for tiling window managers such as XMonad -
ghc-hotswap
Example code for how we swap compiled code within a running Haskell process. -
nix-deploy
Deploy software or an entire NixOS system configuration to another NixOS system -
optparse-generic
Auto-generate a command-line parser for your datatype -
hapistrano
Deploy tool for Haskell applications, like Capistrano for Rails -
directory
Platform-independent library for basic file system operations -
typed-process
Alternative API for processes, featuring more type safety -
system-fileio
Contains the system-filepath and system-fileio packages -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby. -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project -
optparse-declarative
Declarative command-line option parser -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
openssh-github-keys
Control SSH access to your servers via GitHub teams -
directory-contents
Recursively build a tree of directory contents, avoiding symlink cycles -
executable-hash
Provides the SHA1 hash of the program executable -
temporary
Portable temporary file and directory support for Windows and Unix.
Build time-series-based applications quickly and at scale.
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