West Introduction¶
[WEST](https://github.com/zephyrproject-rtos/west) can be used for managing multiple git repositories.
Extensive documentation for west is available as a part of the [Zephyr Project](https://docs.zephyrproject.org/latest/develop/west/index.html)
What could be better?¶
ok. No completion? Why?
west is a nice tool, and I think for quite some time I will stick to it, but here are few things that I feel west potentially can do better.
As compared to [git-repo](https://android.googlesource.com/tools/repo), here are few improvements that I feel west could do better.
repo does not use a default upstream repository, neither should west
repo can work in parallel, it would be nice if west could too.
Shell Completion
Shell completion as reported in [official documentation](https://docs.zephyrproject.org/latest/develop/west/install.html#enabling-shell-completion), using west completion, which helps for completion using bash/zsh/fish, is part of zephyr repo. Having this outside of zephyr would help users.