Skip to content

Commit

Permalink
feat: add tmux-widget
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Dec 5, 2024
1 parent 8527ce6 commit 89d9c89
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions scripts/tmux-widgets.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
#!/usr/bin/env bash

usage() {
echo "Launch Termux commands from the homescreen"

# shellcheck disable=1004,2016
echo '
_ _ _ _
| |_ _ __ ___ _ ___ __ __ _(_) __| | __ _ ___| |_ ___
| __| |_ ` _ \| | | \ \/ /___\ \ /\ / / |/ _` |/ _` |/ _ \ __/ __|
| |_| | | | | | |_| |> <_____\ V V /| | (_| | (_| | __/ |_\__ \
\__|_| |_| |_|\__,_/_/\_\ \_/\_/ |_|\__,_|\__, |\___|\__|___/
|___/
'
}

pre_main() {
return 0
}

main_pacman() {
return 1
}

main_xbps() {
return 1
}

main_apt() {
return 1
}

main_pkg() {
dotfile "tmux-widgets" "shortcuts"
}

main_brew() {
return 1
}

main() {
return 0
}

main_parham() {
return 0
}

0 comments on commit 89d9c89

Please sign in to comment.