Skip to content

Instantly share code, notes, and snippets.

View sbucek's full-sized avatar
🏠
Working from home

Simon sbucek

🏠
Working from home
View GitHub Profile
@sbucek
sbucek / cbspells
Created September 20, 2021 20:01 — forked from Bugswriter/cbspells
Clipboard magic is a script which run bunch of clipboard related operation
#!/bin/sh
menu(){
printf "1. [URL] Expecto Shorten 🪄: Get a shorten url\n"
printf "2. [URL] Lumbos dl 🪄: Download file in ~/dl\n"
printf "3. [URL] Avada Playdavra 🪄: Play videos in mpv\n"
printf "4. [URL] Listenmora 🪄: Play audio in mpv\n"
printf "5. [Image] Imagum Savum 🪄: Save clipbaord image in ~/pix/save\n"
printf "6. [Text] Sendkulus 🪄: Send clipboard text with tgsend script\n"
printf "7. [Shell] Executa 🪄: This will run any shell command\n"