Crates.io | ipp-util |
lib.rs | ipp-util |
version | 5.1.0 |
source | src |
created_at | 2019-07-20 08:24:00.475264 |
updated_at | 2024-11-10 11:16:48.125097 |
description | IPP command line print utility |
homepage | |
repository | https://github.com/ancwrd1/ipp.rs |
max_upload_size | |
id | 150312 |
size | 30,197 |
This crate contains ipputil
CLI application to perform common IPP operations
such as getting printer attributes or printing a file.
To install it run cargo install ipp-util
. For command line use usage run ipputil --help
.
Usage example:
ipputil print -f /path/to/file.pdf http://192.168.1.100:631/ipp
Licensed under MIT or Apache license (LICENSE-MIT or LICENSE-APACHE)