SkillAgentSearch skills...

Usbdrivetools

📥 USB Drive transfer monitoring tools 🧿

Install / Use

/learn @satk0/Usbdrivetools
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

<h1 align="center"> <code>usbdrivetools</code> - USB Drive Tools </h1>

Simple bash tools that aim to help transfer files to USB Drive and monitor their syncing progress.

Solving, so called, USB-stick stall problem (when files aren't fully copied even though they appear so on USB Drive).


Requirements:

  • rsync (for file transfer progress)

Tools available:

  • usbcp - USB Drive enhanced copy
  • usbmv - USB Drive enhanced move
  • usbdd - USB Drive enhanced ISO image writing tool
  • usbumount - USB Drive enhanced umount
  • usbeject - USB Drive enhanced eject

Installation

Clone the repo:

git clone git@github.com:satk0/usbdrivetools.git

Symlink scripts to /usr/local/bin/ (recommended, copying to external usb drives requires sudo):

sudo ln -s "$PWD"/scripts/* /usr/local/bin/

or to ~/.local/bin/ (sudo would not be able to access the scripts):

ln -s "$PWD"/scripts/* ~/.local/bin/

NOTE: Run those commands from project directory!


Demonstration


<p align="center"> Made with Love ❤️ </p>

Related Skills

View on GitHub
GitHub Stars11
CategoryOperations
Updated24d ago
Forks0

Languages

Shell

Security Score

95/100

Audited on Mar 7, 2026

No findings