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
command -v am 1>/dev/null || cp "$PREFIX"/bin/am "$TMXRCHBNDR"
113
+
}
111
114
function _PWD_() {
112
115
printf '%s\n' "\$PWD"
113
116
}
@@ -125,14 +128,14 @@ alias ..='cd ../.. && _PWD_'
125
128
alias ...='cd ../../.. && _PWD_'
126
129
alias ....='cd ../../../.. && _PWD_'
127
130
alias .....='cd ../../../../.. && _PWD_'
128
-
alias aiabrowser='am start -a android.intent.action.VIEW -d "content://com.android.externalstorage.documents/root/primary"' ## Reference [Android 11 (with Termux storage permission denied) question; What's the source for the shortcut to the file manager of the settings app?](https://www.reddit.com/r/termux/comments/msq7lm/android_11_with_termux_storage_permission_denied/) Contributors u/DutchOfBurdock u/xeffyr
129
-
alias aiachrome='am start --user 0 -n com.android.chrome/com.google.android.apps.chrome.Main' ## Reference [Can I start an app from Termux's command line? How?](https://www.reddit.com/r/termux/comments/62zi71/can_i_start_an_app_from_termuxs_command_line_how/) Contributors u/u/fornwall u/Kramshet
130
-
alias aiadial='am start -a android.intent.action.DIAL'
131
-
alias aiafilemanager='am start -a android.intent.action.VIEW -d "content://com.android.externalstorage.documents/root/primary"'
132
-
alias aiasearch='am start -a android.intent.action.SEARCH'
133
-
alias aiaview='am start -a android.intent.action.VIEW'
134
-
alias aiaviewd='am start -a android.intent.action.VIEW -d '
135
-
alias aiawebsearch='am start -a android.intent.action.WEB_SEARCH'
131
+
alias aiabrowser='_AM_ && am start -a android.intent.action.VIEW -d "content://com.android.externalstorage.documents/root/primary"' ## Reference [Android 11 (with Termux storage permission denied) question; What's the source for the shortcut to the file manager of the settings app?](https://www.reddit.com/r/termux/comments/msq7lm/android_11_with_termux_storage_permission_denied/) Contributors u/DutchOfBurdock u/xeffyr
132
+
alias aiachrome='_AM_ && am start --user 0 -n com.android.chrome/com.google.android.apps.chrome.Main' ## Reference [Can I start an app from Termux's command line? How?](https://www.reddit.com/r/termux/comments/62zi71/can_i_start_an_app_from_termuxs_command_line_how/) Contributors u/u/fornwall u/Kramshet
133
+
alias aiadial='_AM_ && am start -a android.intent.action.DIAL'
134
+
alias aiafilemanager='_AM_ && am start -a android.intent.action.VIEW -d "content://com.android.externalstorage.documents/root/primary"'
135
+
alias aiasearch='_AM_ && am start -a android.intent.action.SEARCH'
136
+
alias aiaview='_AM_ && am start -a android.intent.action.VIEW'
137
+
alias aiaviewd='_AM_ && am start -a android.intent.action.VIEW -d '
138
+
alias aiawebsearch='_AM_ && am start -a android.intent.action.WEB_SEARCH'
136
139
alias C='cd .. && _PWD_'
137
140
alias c='cd .. && _PWD_'
138
141
alias CN='cat -n \$(command -v' # use a close parenthesis ) to complete this alias
printf '%s\n' "Found 0 in file ${CACHEDIR}DLTCCH" && _DPRGLL_
2070
2075
else
2071
-
_DTRM_
2072
-
printf '%s' "Found 0 NOT found in file ${CACHEDIR}DLTCCH. "
2076
+
printf '%s' "0 NOT found in file ${CACHEDIR}DLTCCH. " && _DTRM_
2073
2077
fi
2074
2078
else
2075
2079
_DTRM_
2076
-
printf '%s' "File ${CACHEDIR}DLTCCH not found. If file ${CACHEDIR}DLTCCH is present with a 0, all the pkg cache files will be removed and trimming steps [1/6]-[6/6] will be used instead of steps [1/3]-[3/3]. Command 'cw \${0##*/})' has more information. "
2077
2080
fi
2081
+
printf '%s' "File ${CACHEDIR}DLTCCH not found. If file ${CACHEDIR}DLTCCH is present with a 0, all the pkg cache files will be removed and trimming steps [1/6]-[6/6] will be used instead of steps [1/3]-[3/3]. Command 'cw \${0##*/})' has more information. "
Copy file name to clipboardExpand all lines: setupTermuxArch
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
set -Eeuo pipefail
7
7
shopt -s extglob nullglob globstar
8
8
unset LD_PRELOAD
9
-
VERSIONID=2.0.556
9
+
VERSIONID=2.0.557
10
10
_STRPEROR_() { # run on script error
11
11
local RV="$?"
12
12
printf"\\e[1;48;5;138m %s""TermuxArch ${PGNM^^} NOTICE: Generated script signal received ${RV:-UNKNOWN} near or at line number ${1:-UNKNOWN} by '${2:-UNKNOWNCOMMAND}'! "
Copy file name to clipboardExpand all lines: setupTermuxArch.bash
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
set -Eeuo pipefail
7
7
shopt -s extglob nullglob globstar
8
8
unset LD_PRELOAD
9
-
VERSIONID=2.0.556
9
+
VERSIONID=2.0.557
10
10
_STRPEROR_() { # run on script error
11
11
local RV="$?"
12
12
printf"\\e[1;48;5;138m %s""TermuxArch ${PGNM^^} NOTICE: Generated script signal received ${RV:-UNKNOWN} near or at line number ${1:-UNKNOWN} by '${2:-UNKNOWNCOMMAND}'! "
Copy file name to clipboardExpand all lines: setupTermuxArch.sh
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
set -Eeuo pipefail
7
7
shopt -s extglob nullglob globstar
8
8
unset LD_PRELOAD
9
-
VERSIONID=2.0.556
9
+
VERSIONID=2.0.557
10
10
_STRPEROR_() { # run on script error
11
11
local RV="$?"
12
12
printf"\\e[1;48;5;138m %s""TermuxArch ${PGNM^^} NOTICE: Generated script signal received ${RV:-UNKNOWN} near or at line number ${1:-UNKNOWN} by '${2:-UNKNOWNCOMMAND}'! "
0 commit comments