Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stoqn4opm/RDisk
RDisk is a simple macOS status bar utility for creating and managing RAM disks.
https://github.com/stoqn4opm/RDisk
macos ramdisk swift5
Last synced: 26 days ago
JSON representation
RDisk is a simple macOS status bar utility for creating and managing RAM disks.
- Host: GitHub
- URL: https://github.com/stoqn4opm/RDisk
- Owner: stoqn4opm
- License: mit
- Created: 2019-12-18T09:58:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T07:50:21.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T09:06:01.441Z (4 months ago)
- Topics: macos, ramdisk, swift5
- Language: Swift
- Homepage:
- Size: 457 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - RDisk
README
# RDisk
![](https://img.shields.io/badge/version-1.0-brightgreen.svg)
RDisk is a simple macOS status bar utility for creating and managing RAM disks.
The tool has the following features:
- creating and formatting RAM disks in either 'APFS' file system or 'case sensitive APFS'.
- ejecting RAM disks
- Auto start on login
- Re-creating previous disk setups on launch.Build using Swift 5.1, XCode 11.3, macOS only.
# InstallationGo to GitHub's [releases page](https://github.com/stoqn4opm/RDisk/releases) of `RDisk`'s repo and download the latest release or checkout the repo and compile the project yourself in XCode 11.3, using Swift 5.1.
# Dependancies
- [DiskUtil](https://github.com/stoqn4opm/DiskUtil)
- [DiskMonitor](https://github.com/stoqn4opm/DiskMonitor)
- [create-dmg](https://github.com/sindresorhus/create-dmg)# Licence
The tool is licensed under MIT licence. For more information see file `LICENCE`