Go to file
2024-09-09 15:45:27 +10:00
blur.sh feat: Add op music and blur 2024-09-09 15:45:27 +10:00
copy fix: Copy pipe usage 2023-10-13 11:39:06 +11:00
LICENSE.md Initial commit 2023-10-13 11:26:12 +11:00
music.sh feat: Add op music and blur 2024-09-09 15:45:27 +10:00
opacity.sh feat: Add op music and blur 2024-09-09 15:45:27 +10:00
README.md feat: Add op music and blur 2024-09-09 15:45:27 +10:00
upload feat: Add copy command 2023-10-13 11:35:53 +11:00

Useful Scripts

Upload

This script is used for quick uploading and sharing of files. It prints a QR code of the share link to allow for quick and easy sharing to a phone

Usage

upload <file>

Dependencies

  • curl
  • qrencode

Installation

sudo apt install curl qrencode
sudo wget -O /usr/local/bin/upload https://git.woodburn.au/nathanwoodburn/scripts/raw/branch/main/upload
sudo chmod +x /usr/local/bin/upload

Copy

This script is used for copying the contents of a file to the clipboard.

Usage

copy <file>
... | copy

Dependencies

  • xclip

Installation

sudo apt install xclip
sudo wget -O /usr/local/bin/copy https://git.woodburn.au/nathanwoodburn/scripts/raw/branch/main/copy
sudo chmod +x /usr/local/bin/copy