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