You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/termux-bluetooth-connect
+3-19Lines changed: 3 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -3,29 +3,13 @@ set -e -u
3
3
4
4
SCRIPTNAME=termux-bluetooth-connect
5
5
show_usage () {
6
-
echo"Usage: termux-bluetooth-connect [text]"
7
-
echo"Show text in a Toast (a transient popup). The text to show is either supplied as arguments or read from stdin if no arguments are given."
8
-
echo" -h show this help"
9
-
echo" -b set background color (default: gray)"
10
-
echo" -c set text color (default: white)"
11
-
echo" -g set position of toast: [top, middle, or bottom] (default: middle)"
12
-
echo" -s only show the toast for a short while"
13
-
echo"NOTE: color can be a standard name (i.e. red) or 6 / 8 digit hex value (i.e. \"#FF0000\" or \"#FFFF0000\") where order is (AA)RRGGBB. Invalid color will revert to default value"
0 commit comments