Makerw
playing with tmpfs on ios
Install / Use
/learn @EthanArbuckle/MakerwREADME
MakeRW
A tool to make read-only paths writable without modifying the rootfs. Supports persisting changes across reboots.
Usage
# Create writable overlay (make a RO directory RW)
makerw create /usr/local/lib/
# Modify files in the directory
echo "foo" > /usr/local/lib/new_file
# Save changes to persist after reboot
makerw commit /usr/local/lib/
# After reboot, restore overlays to the saved state:
makerw reapply
# And the test file should still be there
cat /usr/local/lib/new_file
> foo
Related Skills
node-connect
340.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.2kCommit, push, and open a PR
