Conversation
Helix is a powerful editor that can be used together with ssh to do some hacking or game development directly inside the trimui.
As FAT32 does not support symlinks, I'm creating a script that calls helix, so helix folder can exist elsewhere and adding System/bin to PATH still makes it available.
|
FYI: I just tried this (with all files in their appropriate locations) and i was only able to run helix without ./hx by moving System/bin/hx to /usr/bin/hx |
|
without any changes to your commit i can run it only by "cd'ing" into System/bin and running ./hx |
|
@qinx0 yes, I'm not adding Helix to the user's path. Try running: Consider adding
to your |
Ill try this when I'm home |
|
@qinx0 updates? |
Yes (sorry), /root/.profile doesn't exist for me and I'm only able to create it |
|
That wasn't really an update, |
|
This editor looks really powerful! I’m planning to add a store in CrossMix that will support external sources (I already have an idea in mind and have started some tests). I’ll keep this PR open until that store feature is available. Once it’s ready, we’ll be able to package this editor as an external add-on in the store 👍🏻 |
Helix is a powerful and easy to use editor that can be used from within the trimui device to either do some quick hacking or develop games directly inside the device.
As crossmix seems to provide the binaries it depends on directly, I just copied the latest version of Helix for ARM (helix-25.01.1-aarch64-linux) inside an System/opt/ folder and added a script that calls it inside System/bin.
Do note: