This file contains 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
#!/data/data/com.termux/files/usr/bin/bash | |
# Created @luisadha | |
set +o noclobber; | |
format='audio/mp3'; | |
format2='audio'; | |
file="${1:+"${1}/*.mp3"}"; | |
file2="${1:-"${HOME}/downloads/*.mp3"}"; | |
files=$(busybox ls ${file:-${file2}}); |
This file contains 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
# .bashrc -*- mode: sh -*- | |
pthon3 - <<EOF | |
# Kode Python di sini | |
print("Halo dari Python!") | |
EOF | |
expect - <<EOF | |
spawn brandomusic | |
expect { |
This file contains 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
# Update 28, Mei 2024 by @luisadha | |
# Enable the subsequent settings only in interactive sessions | |
case $- in | |
*i*) ;; | |
*) return;; | |
esac | |
: "My Custom Path" | |
export PATH="$PATH:~/.local/bin:/system/bin:$HOME/.cargo/bin" | |
: "My Habbit Aliases" |
This file contains 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
Konfigurasi sederhana untuk termux. | |
Rekomendasi dari saya |
This file contains 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
Dummy files see next file |
This file contains 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
https://wiki.termux.com/wiki/Getting_started |
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="{{YOUR_APP_NAME}}"> | |
<uses-sdk android:targetSdkVersion="17" android:minSdkVersion="17" /> | |
<application> | |
<service | |
android:name=".{{YOUR_DAYDREAM_CLASS}}" |
This file contains 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
@ | |
BashProtector | |
KotlinKt.class | |
META-INF | |
__pycache__ | |
adbfiles | |
adbkey | |
adbkey.pub | |
android_as_server.js | |
apkeep_downloads |
This file contains 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
Listing... | |
0verkill/stable 0.16-git-3 aarch64 | |
1oom/stable 1.0 aarch64 | |
2048-c/stable 2022.10.23 aarch64 | |
2048-cli/termux 0.9.1 aarch64 | |
2bwm/x11 0.3-1 aarch64 | |
2ping/stable 4.5.1-3 all | |
64tass/tur-packages 1.59.3120 aarch64 | |
6tunnel/stable 0.13 aarch64 | |
7zip/stable 23.01 aarch64 |
This file contains 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
#!/data/data/com.termux/files/usr/bin/env zsh | |
# by luisadha | |
# | |
( while true; do | |
cols=$(tput cols) | |
if [ "$cols" == "141" ]; then | |
jp2a ~/downloads/aphrodite_by_juni_anker.jpg | |
sleep 1 | |
break |
NewerOlder