Skip to content
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

De-bloat BusyBox #24

Open
4 of 20 tasks
xxc3nsoredxx opened this issue Feb 3, 2021 · 1 comment
Open
4 of 20 tasks

De-bloat BusyBox #24

xxc3nsoredxx opened this issue Feb 3, 2021 · 1 comment
Labels
busybox Tasks related to BusyBox

Comments

@xxc3nsoredxx
Copy link
Owner

xxc3nsoredxx commented Feb 3, 2021

Try to remove the following (not all may be feasible or possible).

Utilities:

  • dd
  • awk
  • diff
  • patch
  • sed
  • find
  • grep
  • xargs
  • xxd
  • less
  • ps
  • head
  • sleep
  • tail
  • tee
  • wc

Features:

  • umount -a (unmount individually instead)
    - [ ] commandline editing
  • history saving
  • ls -pFL, sorting, and colored output
  • "human" output
@xxc3nsoredxx xxc3nsoredxx added the busybox Tasks related to BusyBox label Feb 3, 2021
xxc3nsoredxx added a commit that referenced this issue Feb 4, 2021
History, ls -pFL sort color, human output
From #24
@xxc3nsoredxx
Copy link
Owner Author

Tab completion requires commandline editing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
busybox Tasks related to BusyBox
Projects
None yet
Development

No branches or pull requests

1 participant