-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Huge request:
- Ability to interpret the IP from a command put into the input field for Address.
Let's say I typeXXX.XXX.$(ifconfig 2> /dev/null | grep "inet 19" | awk '{print $2}' | cut -c 9- | awk '{print int($1)}').XXX. I would be extremely grateful if it resolves into a proper IP as the shell command I snuck in between the IP enters the digits that change on my device and since my phone is also connected to the same WiFi it shares that part of the IP. This prevents my hassle of constantly entering the new address if the app runs the command in the address everytime it wants to connect to my server device.
Alternative:
The details of the device be stored and automatically read from a user modifiable text file in an easily accessible folder, something like the config folder that Termux (and every SSH Client does). This way I can append this text with scripts and the app can read the new details automatically whenever it tries to connect.
Suggestions:
- Ability to delete devices.
- Ability to reorder the Actions.
- Implementation of Mac compatible tools for file share and media player or a parallel separate build which completely removes those tools from the compiled app.
ImplementationIdeas:
-You could even perhaps use scp and get the path of files from the File Picker and scp it to the Downloads folder of the recepient for non-linux devices.
-A terminal utility called Musikcube, they even have an old looking Android remote app which works. - Ability to edit Device Details.
- Option to have a grid layout similar to Apple's Shortcuts app or Khula app: https://aayush9029.github.io/Khula-Site/
Metadata
Metadata
Assignees
Labels
No labels