GitHub - matan-h/adb-shell: better `adb shell`
Better adb shell.
This repo uses the options of mksh (the android default shell) to get a better shell.
Features
General
Colored prompt with path and color difference between successes and fail statuses:
Keyboard shortcuts, such as ctrl+l to clear the screen (in normal adb shell it's a shortcut for 'enter' for some reason).
CDPATH: you can cd to any directory in /sdcard, Android/data or / without typing the full path
(for example cd com.android.chrome even when you are in / directory)
ls aliases...
Read more at github.com