Go to file
2024-11-07 14:37:03 +11:00
.gitignore feat: Add a few more scripts 2024-10-16 17:46:26 +11:00
blur.sh feat: Add op music and blur 2024-09-09 15:45:27 +10:00
bt.sh feat: Add some more scripts 2024-10-14 20:19:00 +11:00
close_window.sh feat: Add a few more scripts 2024-10-16 17:46:26 +11:00
copy.sh feat: Add new scripts 2024-10-14 12:04:47 +11:00
dockerstart.sh feat: Update scripts 2024-11-07 14:37:03 +11:00
dockerstop.sh feat: Update scripts 2024-11-07 14:37:03 +11:00
hold.sh feat: Add apt hold script 2024-10-14 15:37:56 +11:00
hsd-domains.py feat: Update scripts 2024-11-07 14:37:03 +11:00
LICENSE.md Initial commit 2023-10-13 11:26:12 +11:00
message.sh feat: Add some more scripts 2024-10-14 20:19:00 +11:00
music.sh feat: Update scripts 2024-11-07 14:37:03 +11:00
mute.sh feat: Add new scripts 2024-10-14 12:04:47 +11: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
storage.sh feat: Add a few more scripts 2024-10-16 17:46:26 +11:00
ts.sh fix: Update logos for tailscale script 2024-10-14 20:29:14 +11:00
upload.sh feat: Add new scripts 2024-10-14 12:04:47 +11:00
venv.sh feat: Update scripts 2024-11-07 14:37:03 +11:00
zellij.sh feat: Update scripts 2024-11-07 14:37:03 +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