uf 0.1.5

Minimalistic file opener
Documentation
1
2
3
4
5
use std::process::ExitCode;

fn main() -> ExitCode {
    uf::run()
}