Bug#1064568: ITP: curldd -- This is a Application for putting a iso or raw image directly to a physical drive without downloading it firstly

2024-02-24 Thread Roland Clobus

Hello User0,

On 24/02/2024 11:42, User0 wrote:

Package: wnpp
Severity: wishlist
Owner: User0 
X-Debbugs-Cc: debian-de...@lists.debian.org, cur...@proton.me

   Package name: curldd
   Version : 1.0.0-1
   Upstream Contact: User0 
   URL : https://github.com/user0-tb/curldd/
   License : CC0
   Programming Lang: Shell Script
   Description : This is a Application for putting a iso or raw image 
directly to a physical drive without downloading it firstly

Tired of downloading ISOs or any other raw files just to DD them and delete 
them after that? This is the Solution! It uses cURL to curl the file 
byte-by-byte and uses DD to put the curled output to a Physical Drive! Also it 
displays all physical devices with lsblk and waits 15 seconds to terminate the 
program if it was started wit wrong arguments.
Usage: curldd url.to/iso /dev/sdX


The core of the package is `curl $url | dd of=$output`.
At line 15 https://github.com/user0-tb/curldd/blob/main/bin/curldd:

Does this short one-liner require its own package?

And if so, please change the description to exclude 'This is a 
Application'. An example could be: 'Download and write an ISO or raw 
image directly to a physical drive'


With kind regards,
Roland Clobus



OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1064568: ITP: curldd -- This is a Application for putting a iso or raw image directly to a physical drive without downloading it firstly

2024-02-24 Thread Gard Spreemann
On February 24, 2024 11:42:49 AM GMT+01:00, User0  wrote:
>Package: wnpp
>Severity: wishlist
>Owner: User0 
>X-Debbugs-Cc: debian-de...@lists.debian.org, cur...@proton.me
>
>  Package name: curldd
>  Version : 1.0.0-1
>  Upstream Contact: User0 
>  URL : https://github.com/user0-tb/curldd/
>  License : CC0
>  Programming Lang: Shell Script
>  Description : This is a Application for putting a iso or raw image 
> directly to a physical drive without downloading it firstly
>
>Tired of downloading ISOs or any other raw files just to DD them and delete 
>them after that? This is the Solution! It uses cURL to curl the file 
>byte-by-byte and uses DD to put the curled output to a Physical Drive! Also it 
>displays all physical devices with lsblk and waits 15 seconds to terminate the 
>program if it was started wit wrong arguments. 
>Usage: curldd url.to/iso /dev/sdX
>

Hello,

Piping together two commands and prefixing them by lsblk and sleep, does not 
make up something that warrants a Debian package on its own.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



Bug#1064568: ITP: curldd -- This is a Application for putting a iso or raw image directly to a physical drive without downloading it firstly

2024-02-24 Thread Tino Didriksen
What? The executable part is literally "curl $1 | dd of=$2". No way to give
options to curl or dd.

This has a LONG way to go before it could warrant packaging, but I can't
even imagine what you could add to make it worth that effort.

-- Tino Didriksen


Bug#1064568: ITP: curldd -- This is a Application for putting a iso or raw image directly to a physical drive without downloading it firstly

2024-02-24 Thread User0
Package: wnpp
Severity: wishlist
Owner: User0 
X-Debbugs-Cc: debian-de...@lists.debian.org, cur...@proton.me

  Package name: curldd
  Version : 1.0.0-1
  Upstream Contact: User0 
  URL : https://github.com/user0-tb/curldd/
  License : CC0
  Programming Lang: Shell Script
  Description : This is a Application for putting a iso or raw image 
directly to a physical drive without downloading it firstly

Tired of downloading ISOs or any other raw files just to DD them and delete 
them after that? This is the Solution! It uses cURL to curl the file 
byte-by-byte and uses DD to put the curled output to a Physical Drive! Also it 
displays all physical devices with lsblk and waits 15 seconds to terminate the 
program if it was started wit wrong arguments. 
Usage: curldd url.to/iso /dev/sdX