https://github.com/miniupnp/hfsplustools
Tools to manipulate (Apple) HFS+ file systems, such as .toast files or .dmg
https://github.com/miniupnp/hfsplustools
Last synced: 11 months ago
JSON representation
Tools to manipulate (Apple) HFS+ file systems, such as .toast files or .dmg
- Host: GitHub
- URL: https://github.com/miniupnp/hfsplustools
- Owner: miniupnp
- Created: 2013-02-14T18:50:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T13:40:36.000Z (about 7 years ago)
- Last Synced: 2025-05-01T04:34:19.713Z (about 1 year ago)
- Language: C
- Size: 19.5 KB
- Stars: 12
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hfsplustools
============
Tools to manipulate (Apple) HFS+ file systems, such as .toast files or .dmg
## hfsdisplay
Shows the partition map, the HFS+ volume header and Catalog header and root nodes.
## hfspatchnoautofolder
Shows, disables or sets the "autofolder", ie the Folder that is open automatically by the finder.
```
usage: hfspatchnoautofolder
commands :
show : only display informations
disable : disable autofolder
setroot : set autofolder to root
setfolderid : set autofolder to id * USE WITH CARE *
```
## hfsrename
Work in progress. Should rename the HFS+ volume.
## hfsunhide
remove Invisible HFS+ flag from file/folder.
```
Usage: hfsunhide [--doit] [-v] path/.../file.txt
```