An open API service indexing awesome lists of open source software.

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

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
```