An open API service indexing awesome lists of open source software.

https://github.com/openprinting/cups-commands

CUPS commands
https://github.com/openprinting/cups-commands

cups

Last synced: 7 months ago
JSON representation

CUPS commands

Awesome Lists containing this project

README

          

CUPS Commands v3 (cups-commands)
================================

![Version](https://img.shields.io/github/v/release/OpenPrinting/cups-commands?include_prereleases)
![Apache 2.0](https://img.shields.io/github/license/OpenPrinting/cups-commands)
[![Build and Test](https://github.com/OpenPrinting/cups-commands/workflows/Build%20and%20Test/badge.svg)](https://github.com/OpenPrinting/cups-commands/actions/workflows/build.yml)
[![Coverity Scan](https://img.shields.io/coverity/scan/NNNNN)](https://scan.coverity.com/projects/OpenPrinting-cups-commands)
[![LGTM Grade](https://img.shields.io/lgtm/grade/cpp/github/OpenPrinting/cups-commands)](https://lgtm.com/projects/g/OpenPrinting/cups-commands/?mode=list)

> *Note:* This project will be merged with the "cups-local" project. Right
> now all of this code should be considered alpha-quality for testing
> purposes only!

The CUPS Commands provide the standard CUPS user and administrative commands
such as "lp", "cancel", "lpoptions", and "lpadmin". This project is part of
OpenPrinting's CUPS 3.0 development, which will provide a 100% driverless
printing system for Unix®-like operating systems.

Reading the Documentation
-------------------------

Initial documentation to get you started is provided in the root directory of
these sources:

- `CHANGES.md`: A list of changes for each release of cups-commands.
- `CONTRIBUTING.md`: Guidelines for contributing to the CUPS project.
- `DEVELOPING.md`: Guidelines for developing code for the CUPS project.
- `INSTALL.md`: Instructions for building and installing the software.
- `LICENSE`: The CUPS license agreement (Apache 2.0).
- `NOTICE`: Copyright notices and exceptions to the CUPS license agreement.
- `README.md`: This file.

The `man` subdirectory contains the manual pages for each of the commands.

Legal Stuff
-----------

Copyright © 2020-2022 by OpenPrinting.

Copyright © 2007-2020 by Apple Inc.

Copyright © 1997-2007 by Easy Software Products.

CUPS is provided under the terms of the Apache License, Version 2.0. A copy of
this license can be found in the file `LICENSE`. Additional legal information
is provided in the file `NOTICE`.

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.