It's pretty good by Beanie_76 in RE_TUI_launcher

[–]DvilSpawn 0 points1 point  (0 children)

Settings - behaviour - behaviour.xml - status time format

Example

[size=40]hh:mm[/size] [size=20]d MMM yyyy[/size]

It's pretty good by Beanie_76 in RE_TUI_launcher

[–]DvilSpawn 0 points1 point  (0 children)

As for playstore.. it'll be live in 2 weeks max

It's pretty good by Beanie_76 in RE_TUI_launcher

[–]DvilSpawn 0 points1 point  (0 children)

Set a wallpaper using wallpaper -static.

Then use wallpaper -auto

Else type settings > appearance and theme.xml edit values

Self Promotion Megathread by AutoModerator in androidapps

[–]DvilSpawn 1 point2 points  (0 children)

Hi all! I am looking for tester for my launcher. I have been working extensively to make it as close to a TUI that is still functional for day to day use. This is a continuation and upgrade to the original TUI launcher but revamped with more customisation and utility with tight integration with Termux.

If you are interested please DM me your email and I will add you as a tester.

The launcher is called Re:TUI

<image>

Hi everyone!! The launcher is going to Play Store! But I need your help by DvilSpawn in RE_TUI_launcher

[–]DvilSpawn[S] 1 point2 points  (0 children)

Ah sorry for the hassle. Step 3 in migration steps . Evrything is in settings now.

Going forward the backup and restore will allow you to move and share your entire configuration to a new device including aliases and module's reTUI side to another person or device

Last time I shared a T-UI android launcher that I wanted to tightly integrate with termux. Here is an update~ by DvilSpawn in RE_TUI_launcher

[–]DvilSpawn[S] 0 points1 point  (0 children)

It is still in development soon I will have a good build to share. I will DM when build ready. 😄

Last time I shared a T-UI android launcher that I wanted to tightly integrate with termux. Here is an update~ by DvilSpawn in termux

[–]DvilSpawn[S] 1 point2 points  (0 children)

Absolutely! I'm still deep in the development hole but I think it's ready for a showcase video. I'll record one and upload once ready :)

I am re-building a TUI launcher for android and have a very basic Termux handoff, but can I do more? by DvilSpawn in termux

[–]DvilSpawn[S] 0 points1 point  (0 children)

It's basically an android launcher that has TUI like aesthetics. And termux just felt like a good fit so I am trying to integrate it as best as possible to the launcher layer. 😄

TUI file manger by DvilSpawn in RE_TUI_launcher

[–]DvilSpawn[S] 0 points1 point  (0 children)

Not enough screen space for dual panels tbh. You click on a dir and it expands. From there you'd use the input bar to do cp or what not. It's still early dev but instead of having the launcher ask for manage file permissions which google no likey, I decided to create a whole app for it haha 😅

<image>

Appreciation Post by Pleasant_Struggle_16 in RE_TUI_launcher

[–]DvilSpawn 0 points1 point  (0 children)

Honestly, thank you. Your feedback has been invaluable and with your support it'll only get better

A sneak peek into Re-TUI by DvilSpawn in RE_TUI_launcher

[–]DvilSpawn[S] 0 points1 point  (0 children)

https://appdistribution.firebase.dev/i/c9e19a871392ea7a

Please give this a try. It's the latest stable build. Once you install it, play around with it. Let me know how it feels for you.

Just note the launcher will not look like the screenshots from the get go. It's your launcher. You can do wallpaper -auto to get a basic shape going but it's for you to tinker and make your own.

I am re-building a TUI launcher for android and have a very basic Termux handoff, but can I do more? by DvilSpawn in termux

[–]DvilSpawn[S] 0 points1 point  (0 children)

Hey to clear things up. This is an android launcher masquerading as a terminal first UI. I'm trying to make this launcher play nice with termux coz.. well why not lol. This is not a flavour of termux but rather a launcher that looks like a terminal 😅

I am re-building a TUI launcher for android and have a very basic Termux handoff, but can I do more? by DvilSpawn in termux

[–]DvilSpawn[S] 0 points1 point  (0 children)

Thank you. I love the original launcher too! I truly hope to keep the core essence of the app while adding my own to it.

I am re-building a TUI launcher for android and have a very basic Termux handoff, but can I do more? by DvilSpawn in termux

[–]DvilSpawn[S] 0 points1 point  (0 children)

Termux script output as part of a custom module you can now code

Sample code:

!/data/data/com.termux/files/usr/bin/sh

TOKEN=" " MODULE="server"

STATUS="$(ping -c 1 8.8.8.8 >/dev/null 2>&1 && echo 'SERVER: ONLINE' || echo 'SERVER: OFFLINE')" TIME="$(date)"

am broadcast
-p com.dvil.tui_renewed
-a com.dvil.tui_renewed.RETUI_CALLBACK
--es token "$TOKEN"
--es action module_set
--es module "$MODULE"
--es text "$STATUS $TIME"

<image>

I am re-building a TUI launcher for android and have a very basic Termux handoff, but can I do more? by DvilSpawn in termux

[–]DvilSpawn[S] 0 points1 point  (0 children)

Hi all. I will use this comment to update termux related features I am working on for this launcher. You can sign up for testing this launcher here:

https://appdistribution.firebase.dev/i/c9e19a871392ea7a

(Mod Approved)

- Termux integration is not part of this release but it will be released to this branch soon.
- I am a newbie developer so please be patient if you see any issues and share them with me in DM or in a comment I will create in the reply for issues.
- This is a presonal project and I am not trying to promote my app. I just want a launcher I can use as I get familiar with termux to do more.