Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 758 Bytes

File metadata and controls

41 lines (33 loc) · 758 Bytes

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.

sudo bootit scan # list IDs of bootable entries

sudo bootit alias add windows 1
sudo bootit alias add archlinux 2

Then, reboot to it with

sudo it windows

or

sudo it 2

or whatever. It does not change boot order.

If you want to use it without sudo, use the command below.

sudo bootit allow-non-root

From then on, you can use it without sudo.

it windows # No sudo required!

Installation

Cargo

cargo install bootit

Contributing

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