April 27, 2017 at 4:15 PM #1 Small inconvenience, tab auto complete doesn't function if a tilde (~) is used.cd ~/tvs TAB doesn't auto completecd /storage/tvs TAB becomes: cd /storage/tvshows/
April 27, 2017 at 6:29 PM #3 Quote from lrusak it's a limited busybox shell, not much we can do. Actually only CONFIG_FEATURE_USERNAME_COMPLETION must be enabled in busybox config. Then works Code cd ~/tvs<TAB>
April 27, 2017 at 6:58 PM #4 Edit. Missed the update from vpeter.Hope the this option will be included in upcoming releases.