a simple tool to create bootable drives
Go to file
Nils 0625418d9d
restructure packages and start picking apart functions
2023-10-08 11:57:13 +02:00
.github/workflows add lint workflow 2022-12-29 19:24:23 +01:00
cmd/cetcher restructure packages and start picking apart functions 2023-10-08 11:57:13 +02:00
etcher restructure packages and start picking apart functions 2023-10-08 11:57:13 +02:00
.gitignore Initial commit 2022-01-07 23:53:03 +00:00
LICENSE Initial commit 2022-01-07 23:53:03 +00:00
README.md add output verification 2022-02-08 12:28:49 +01:00
go.mod add autocompleting prompt to getdest and getpath 2022-01-13 23:25:04 +01:00
go.sum add autocompleting prompt to getdest and getpath 2022-01-13 23:25:04 +01:00
main.go restructure packages and start picking apart functions 2023-10-08 11:57:13 +02:00

README.md

go-etcher

go-etcher is a simple tool to create bootable drives that is mainly inspired by the deprecated etcher-cli

Usage

go-etcher [image] [device]

arguments:

  -d, --device string   target device
  -f, --force           override safety features
  -i, --input string    input file
  -n, --no-hash         disable hash verification

If no image or device is specified, etcher will enter interactive mode and prompt for the missing parameters.

Planned features

  • Windows support
  • prettier output
  • image OS detection via pt