You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please read conditions below carefully, and don't delete this part. Invalid issues will be closed.
No apps related to piracy or intellectual property infringement is allowed.
We can't guarantee if the app will be developed by anyone.
We encourage you to develop the app by yourself. This would be a great contribution to webOS homebrew community.
I understand conditions above
I'd like to develop this app by myself (it depends on whether I have the time/skillz to figure out how to do this, though)
Issue content starts below this line
The coreutils that are currently included with WebOS are.. weird. Busybox is okay for most things, but env seems to look for a busybox util before in $PATH (???), and ash is.. not really that good (no .ashrc support afaik, no additional bash features, etc), as well as there only being vi (not even vim!).
I think it would be neat to have a package that either bind-mounts a set of sane coreutils (bash/zsh, gnu/uutils coreutils, nano/vim) to /usr/bin over busybox hardlinks, or put them in a known path and bindmounting over /etc/profile to set the $PATH to use those files before the ones in /usr/bin.
The text was updated successfully, but these errors were encountered:
Please read conditions below carefully, and don't delete this part. Invalid issues will be closed.
Issue content starts below this line
The coreutils that are currently included with WebOS are.. weird. Busybox is okay for most things, but
env
seems to look for a busybox util before in $PATH (???), and ash is.. not really that good (no.ashrc
support afaik, no additional bash features, etc), as well as there only beingvi
(not even vim!).I think it would be neat to have a package that either bind-mounts a set of sane coreutils (bash/zsh, gnu/uutils coreutils, nano/vim) to /usr/bin over busybox hardlinks, or put them in a known path and bindmounting over /etc/profile to set the $PATH to use those files before the ones in /usr/bin.
The text was updated successfully, but these errors were encountered: