ggcat 0.0.1

A simple tool to read text file contents to clipboard
Documentation
1
2
3
4
5
use std::env;

fn main() {
    ggcat::run(env::args());
}