Skip to content

coreutils/busybox applets (certain/some) written in pure POSIX sh

License

Notifications You must be signed in to change notification settings

Mia-Rain/shapplet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

-----------------------------
# SHapplet: Pure POSIX SH coreutils applet replacements
-----------------------------
# minimum size applets can be found in ./bin/
-----------------------------
# applets have been tested with `time`
  - touch: same as coreutils
  - ls: same as coreutils
  - cat: slower when reading from binaries, same otherwise
  - grep: same as coreutils
  - seq: same as coreutils
  - tr: same as coreutils
----------------------------
# daily use / first in $PATH
  - setting shapplet/bin to the first in $PATH should cause no issues
  - EXCEPT when using ls; ls lacks options such as -l and does NOT operate identically to coreutils
  - I strongly advise users to NOT add ls as first in $PATH
----------------------------
# shellcheck should show no issues; `&&` and `||` are used over if for smaller code base
-----------------------------

About

coreutils/busybox applets (certain/some) written in pure POSIX sh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages