hlg 1.0.1

HLG, or HI, Let's Go!, is a powerful bookmark manager to keep track of your favorites both on the filesystem and the web.
Documentation
1
2
3
4
5
use hlg::Action;

fn main() {
    Action::new().on();
}