https://github.com/notcalle/flasher
Write images to removable media
https://github.com/notcalle/flasher
flashdrive macos macos-cli removable-drives sdcard
Last synced: 11 months ago
JSON representation
Write images to removable media
- Host: GitHub
- URL: https://github.com/notcalle/flasher
- Owner: notCalle
- License: mit
- Created: 2019-09-08T16:43:55.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T15:19:22.000Z (over 4 years ago)
- Last Synced: 2025-01-26T19:51:16.701Z (about 1 year ago)
- Topics: flashdrive, macos, macos-cli, removable-drives, sdcard
- Language: Swift
- Size: 112 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# flasher
Write images to removable media, asking for authorization if needed.
See the [changelog] for recent changes.
[changelog]: CHANGELOG.md
## Usage
### List safe (external, removable) devices
```shell
> flasher list
disk6 "DataTraveler G2" (16,06 GB)
```
### Write an image to a device
```shell
> flasher write disk6 ~/Downloads/example-DVD.iso
```
## Building
### Package
This builds an installer package that installs flasher in `/usr/local/bin`.
```shell
> make pkg
```