caligula icon indicating copy to clipboard operation
caligula copied to clipboard

A user-friendly, lightweight TUI for disk imaging

Results 26 caligula issues
Sort by recently updated
recently updated
newest added

# Is your feature request related to a problem? Please describe. I'm always frustrated when cannot `cargo install caligula` # Describe the solution you'd like `cargo publish caligula` # Describe...

feature
question
ci
packaging

PR #70, which increased the amount of logging, also increased the binary size by over 1MB across all platforms, which violates our current SLA for max binary size of 4MB....

performance

This will improve our ability to track the performance of sensitive parts, namely the writer process. Likely, we would use the [criterion](https://crates.io/crates/criterion) crate to implement this. This issue only calls...

performance

A UI to image lots of disks at once! Like [etcherPro](https://store.balena.io/products/etcher-pro) if it weren't $1200 and Electron

feature

This functionality would be useful for stuff like: - adding a `ssh` and `wpa_supplicant` file to raspberry pi images - adding some configs to an install image # UX A...

feature

The whole damn thing needs more colors

feature
ux

It's like, so many different things coming together in weird ways so I should do this

documentation

The fancy graphy TUI might not be very accessible or screenreader friendly, so a proper GUI would improve this. Also, it might just be more user-friendly for people less familiar...

feature
ux

Usually, if you just straight-up dd a Windows ISO to a disk, it will likely not boot. You need to do some other stuff, [described here](https://unix.stackexchange.com/a/312540). We'll want to auto-detect...

feature