This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |