Small inconvenience, tab auto complete doesn't function if a tilde (~) is used.
cd ~/tvs TAB doesn't auto complete
cd /storage/tvs TAB becomes: cd /storage/tvshows/
Small inconvenience, tab auto complete doesn't function if a tilde (~) is used.
cd ~/tvs TAB doesn't auto complete
cd /storage/tvs TAB becomes: cd /storage/tvshows/
it's a limited busybox shell, not much we can do.
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
Edit. Missed the update from vpeter.
Hope the this option will be included in upcoming releases.