This commit is contained in:
tavo 2025-03-30 23:42:03 -06:00
parent e779be270c
commit c8b77b7379
2 changed files with 9 additions and 0 deletions

2
.gitignore vendored
View file

@ -257,3 +257,5 @@ plasmaparc
bruno/
beekeeper-studio/
filezilla/
obsidian/
sqlitebrowser/

7
wrappers/whatsapp Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
WA_URL="https://web.whatsapp.com"
phone_number="$(printf '' | menu "Phone (+506):")"
firefox-personal "$WA_URL/send/?phone=%%2B506$phone_number&text&type=phone_number&app_absent=0"