Wetitpig
78b944ba05
Improve formatting of parantheses for functions
6 years ago
Leonid Plyushch
dda6fae8a5
termux-tools: do not provide file path with slash at the beginning
See https://github.com/termux/termux-app/issues/995 .
6 years ago
Leonid Plyushch
7ab2997202
termux-tools: distrubute under GPL-3.0
Same license as for Termux app.
6 years ago
Leonid Plyushch
037bcf9566
add licenses for more packages
6 years ago
Jason A. Donenfeld
479b8f9828
termux-tools: use proper su search order
This mirrors the search order in the standard Android PATH, so that the
right tool is used consistently. This makes it easier for something like
Kernel Assisted Superuser to co-exist with Magisk.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
6 years ago
Fredrik Fornwall
edbb4081d3
Use system top
Remove top both from busybox (which is broken on Android 8+), and
procps (which has issues on Android 8+) and use a system wrapper
in termux-tools instead.
6 years ago
Leonid Plyushch
0883785cad
termux-tools: export SHELL variable on login ( #2632 )
7 years ago
Fredrik Fornwall
9d5852dcad
termux-tools: Bump version to 0.55 after su warning in pkg
7 years ago
Jonas L
e59f7f1fd4
Add root check to pkg
This prevents users from using "su pkg ..." which breaks permissions
7 years ago
Oliver Schmidhauser
ea368bb55d
unset LD_PRELOAD in su because magist 16.4 is 32 bit only
7 years ago
its-pointless
1ec6c042a8
termux-tools: Work around for when termux-exec is broken
7 years ago
Fredrik Fornwall
b0e16f0ed0
termux-tools: Depend on termux-am ( fixes #2101 )
7 years ago
Michał Bednarski
0b470897d1
termux-am: Add package
7 years ago
Fredrik Fornwall
6b54ba3b69
termux-tools: Unset LD_PRELOAD when calling system
Some 64-bit systems seems to have 32-bit binaries in /system/bin,
so unset LD_PRELOAD before calling them. See #551 .
7 years ago
Fredrik Fornwall
52ec48e06f
termux-tools: Avoid pm list in termux-info ( #1426 )
7 years ago
Fredrik Fornwall
c4600d33bc
termux-tools: Unset LD_PRELOAD in dalvikvm
See https://github.com/termux/termux-packages/issues/1736
7 years ago
Oliver Schmidhauser
fc0718410c
packages->pkg in help text ( #1599 )
* packages->pkg in help text
* Fix pkg at a second placec
7 years ago
Fredrik Fornwall
2cac774bfb
termux-tools: Make bin/login handle arguments
As we now use bin/login even from e.g. sshd we need to handle
arguments by forwarding it to the login shell and not displaying
a motd in that case. Fixes #1529 .
7 years ago
Fredrik Fornwall
8c4313e32e
termux-exec: Add package
7 years ago
Fredrik Fornwall
3be253d7bd
termux-tools: Replace help with wiki in motd
7 years ago
Fredrik Fornwall
9a1841f308
termux-tools: Remove 'packages' symlink
7 years ago
Fredrik Fornwall
29647198f1
termux-tools: Add 'pkg add' as alias install
8 years ago
Fredrik Fornwall
93f9dea39f
Use 'pkg' as shorter form of 'packages'
Fixes https://github.com/termux/termux-app/issues/321 .
8 years ago
Fredrik Fornwall
8ad37c2b08
termux-tools: xdg-open should be a symlink
8 years ago
Oliver Schmidhauser
389d8cdb06
Add termux-info tool ( #422 )
* Add termux-info tool
* Add more information to termux-info
* Resolve conflicts. Add comment and fix Typo.
* remove empty lines in output
8 years ago
Fredrik Fornwall
b60e08202f
termux-tools: Bump version to 0.41
8 years ago
Leonid Plyushch
586d8a2a14
termux-tools: fix termux-fix-shebang script ( #888 )
8 years ago
Fredrik Fornwall
96b1a1bbe0
termux-tools: Add 'files' command to packages
8 years ago
Fredrik Fornwall
9d99cc6543
termux-tools: Allow shorter forms in packages
8 years ago
Fredrik Fornwall
bd78c57fd7
termux-tools: Handle --help in termux-open
Fixes #801 .
8 years ago
Fredrik Fornwall
30a5b5a7ad
termux-tools: Bump version to 0.38
8 years ago
Fredrik Fornwall
e54c330868
termux-tools: Setup xdg-open->termux-open symlink
8 years ago
Fredrik Fornwall
2d36166493
termux-tools: Handle invalid login in chsh
8 years ago
Fredrik Fornwall
83686ac5af
termux-open: Handle relative paths
8 years ago
Fredrik Fornwall
12d3fff047
termux-tools: Add termux-open
8 years ago
Fredrik Fornwall
ad966ce1e6
No .hushlogin instructions in motd for brevity
8 years ago
Fredrik Fornwall
83e3b942b5
termux-tools: Bump version to bring 'packages'
8 years ago
Fredrik Fornwall
d6df138bb1
termux-tools: Add a 'packages' utility
8 years ago
Fredrik Fornwall
94d42ba267
termux-tools: Add a login program
8 years ago
Fredrik Fornwall
a60532d853
termux-tools: Shorten width in motd
8 years ago
Fredrik Fornwall
4d7154eff8
termux-tools: Add etc/motd to be shown on login
8 years ago
Fredrik Fornwall
89956f70a1
termux-tools: Search in /system/bin for su
Fixes #723 .
8 years ago
Fredrik Fornwall
4c29f84f59
termux-tools: Fix quoting in su ( fixes #244 )
8 years ago
Fredrik Fornwall
c9379a3ed8
termux-tools: Unset LD_LIBRARY_PATH in wrappers
Previously the wrappers assumed that if
/system/bin/linker64
that LD_LIBRARY_PATH should be set to /system/lib64. This seems
to not always be the case (see #192 ) and hopefully the system
binaries should work without LD_LIBRARY_PATH being set, so we
just unset it before calling the system binary.
8 years ago
Fredrik Fornwall
5ef5713d2d
termux-tools: Fix typo in termux-setup-storage
8 years ago
Fredrik Fornwall
7acdc6acea
termux-tools: Bump version
8 years ago
Fredrik Fornwall
bac2fa5de0
termux-reload-settings: Update help text
8 years ago
Fredrik Fornwall
eafc139a78
termux-tools: Add termux-wake-{lock,unlock}
8 years ago
Fredrik Fornwall
b956895de8
termux-tools: Add termux-wake-{lock,unlock}
8 years ago
Fredrik Fornwall
57efacaf26
termux-tools: Add /magisk/.core/bin/su path to su
Fixes #168 .
8 years ago