Today ,i am practicing git cli from official manpages, and found a gitk alternative of git log , but it's not found in termux. Is it possible to run in termux.
No idea about of hompage, sorry
It is really part of git but disabled currently: https://github.com/termux/termux-packages/blob/master/packages/git/build.sh#L17
I can enable it since tk is available.
O, thanks
What is tk ?
TERMUX_PKG_DESCRIPTION="A windowing toolkit for use with tcl"
Git subpackages git-gui and git-gitk are now available.
Very very thankful.
One more error,
$ gitk
application-specific initialization failed: no display name and no $DISPLAY environment variable
Error in startup script: no display name and no $DISPLAY environment variable
while executing
"load /data/data/com.termux/files/usr/lib/libtk8.6.so Tk"
("package ifneeded Tk 8.6.10" script)
invoked from within
"package require Tk"
(file "/data/data/com.termux/files/usr/bin/gitk" line 10)
Okk, no issues, i forgot to run vnc, sorry