-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow-up on the core utilities implementations. #15
Comments
Yea, I hadn't quite realised how many they really are.. |
I will start more and less pagers |
The api is there to make these external commands. See |
deprecate [
|
All of these tools can be implemented as based scripts with the inclusion of |
Instead of providing an installer i'm instead relying on the makefile to do all the heavy lifting. All extra apps (games and stuff we will eventually make) will be included as makefile targets. So there is no reason whatsoever to worry about having too many apps. |
Less has been added. |
alias & all the sums are now in |
|
The core utilities list
From POSIX standards and the GNU core utilities here is a list of the commands. This issue can be used to discuss progress, priorities, consistencies and general problems related to those commands in an embedded linux environment like the pico.
More commands, see the implementation of core utils in rust : https://github.com/uutils/coreutils
The text was updated successfully, but these errors were encountered: