A lightweight next boot selector
Bootit is basically a CLI tool that makes your PC reboot to specific OS for one time.
sudo bootit scan # list IDs of bootable entries
sudo bootit alias add windows 1
sudo bootit alias add archlinux 2Then, reboot to it with
sudo it windowsor
sudo it 2or whatever. It does not change boot order.
If you want to use it without sudo, use the command below.
sudo bootit allow-non-rootFrom then on, you can use it without sudo.
it windows # No sudo required!
cargo install bootitContributions are welcome! Feel free to open issues or submit pull requests on the GitHub repository