bootit 0.1.1

Lightweight Boot Selector
bootit-0.1.1 is not a library.

bootit

A lightweight next boot selector

What is Bootit?

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 2

Then, reboot to it with

it windows

or

it 2

or whatever. It does not change boot order.

Installation

Cargo

cargo install bootit

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests on the GitHub repository