Hey, team
Great product! As a long time systems integrator and RPA developer I am thrilled to have found you. I just downloaded Linx today and can’t wait to get acquainted. After having a look around (admittedly I have much yet to learn!) I thought of the following features that I think would make Linx even more powerful and user-friendly.
Keep up the great work! Please let me know if any of the below are possible today (without the command line) or if they are on the road map.
Operating System Functions
- Get/set/delete environment variables
- Get/set/deleteclipboard contents
- Read/write/copy/delete registry keys
- Logoff/restart/shutdown Windows
- Terminate process by process name or ID
- Ping host
- Check service status
- Start/stop/pause/resume services
File Operation Functions
- Get file path part (directory, file name, extension)
Text/Integer Functions
- Generate random text
- Generate random number
List Functions
- Sort list
- Randomize list items / shuffle
- Remove duplicate items
- Compare lists (to create a resultant list with either common items or items contained in one list but not the other)
- Merge multiple lists into 1
Services
- Ping monitor (e.g.: run process when host goes offline)
- Service monitor (e.g.: run process when service stops or starts)
- Process monitor (e.g.: run process when a specific process starts or stops)
- Event log monitor (e.g. run process when an event is created)
Conversions/Hashing
- Convert to/from Base64
- URL encode/decode
- HMAC/SHA etc.
- See CyberChef for more ideas https://gchq.github.io/CyberChef/