https://github.com/openprinting/cups-commands
CUPS commands
https://github.com/openprinting/cups-commands
cups
Last synced: 7 months ago
JSON representation
CUPS commands
- Host: GitHub
- URL: https://github.com/openprinting/cups-commands
- Owner: OpenPrinting
- License: apache-2.0
- Created: 2022-09-01T15:19:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T14:36:47.000Z (over 2 years ago)
- Last Synced: 2025-04-01T05:02:09.289Z (9 months ago)
- Topics: cups
- Language: C
- Homepage: https://openprinting.github.io/cups/cups3.html
- Size: 499 KB
- Stars: 3
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
CUPS Commands v3 (cups-commands)
================================


[](https://github.com/OpenPrinting/cups-commands/actions/workflows/build.yml)
[](https://scan.coverity.com/projects/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.