I compiled cava for Termux. It looks so good. This is also my first ever attempt at creating a Cinemagraph like this, so I'd appreciate some feedback.
Just like with weechat you can now receive Android notifications on Termux when you receive a message in Profanity. I wrote a small plugin to achive exactly that. You can download it from GitHub and install it with
/plugins install ./profanity-termux-notification/termuxnotify.py
. Read more about the installation requirements and configuration options on GitHub.
I've been using Termux over SSH for quite a while now. I've always done so over WiFi. This works reasonably well at home, where I controll the IP Addresses. In other networks it was more annoying, because I always had to run ifconfig
first, to get my IP. But the big annoyances start when you want to use it in a place that has no WiFi network available. Previously, I used an Android tablet and a keyboard. With this I set up a WiFi direct connection between my phone. It's wonky and sometimes requires to restart both devices before working again, but it works.
I figured out that you can pass variables from Termux to a Tasker task. This example sets Android's volume to a value specified in Termux.
Read more
I managed to build a bridge between Termux and Minimalistic Text using Tasker. I use it to display the last 20 lines of the #termux irc channel as you can see in the picture.
I've done it without having Tasker check a file every two minutes. The Task is directly called from the script.
This post is now obsolete. You can install tty-clock
from the repository.
Tty-clock is a small program that displays a digital clock.
This post is now obsolete. You can install stag
from the repository.
Stag is a cool little programm that generates a bar graph.
I figured out how to have WeeChat in Termux create a notification on your android device whenever someone mentions your username or you receive a private message.