Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sorairolake/awesome-sysexits

A curated list of awesome things related to <sysexits.h>
https://github.com/sorairolake/awesome-sysexits

List: awesome-sysexits

awesome awesome-list exitcode sysexits

Last synced: about 2 months ago
JSON representation

A curated list of awesome things related to <sysexits.h>

Awesome Lists containing this project

README

        

// SPDX-FileCopyrightText: 2023 Shun Sakai
//
// SPDX-License-Identifier: CC0-1.0

= Awesome sysexits
:toc: preamble
:awesome-badge: https://awesome.re/badge-flat.svg
:awesome-url: https://awesome.re/
:github-url: https://github.com
:cc0-badge: http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg
:cc-url: https://creativecommons.org
:cc0-url: {cc-url}/publicdomain/zero/1.0
:cc0-summary-url: {cc0-url}
:cc0-legalcode-url: {cc0-url}/legalcode
:reuse-spec-url: https://reuse.software/spec/

image:{awesome-badge}[Awesome,link={awesome-url}]

A curated list of awesome things related to ``.

== Implementations

=== Dart

{github-url}/mateusfccp/exitcode[exitcode]::

Preferred system exit codes as defined by ``.

=== Go

{github-url}/Code-Hex/exit[exit]::

Error makes exit code meaningful.

{github-url}/dedelala/sysexits[sysexits]::

Preferable exit codes for programs, `` for Go!

{github-url}/sean-/sysexits[sysexits]::

Go sysexits.

=== JavaScript

{github-url}/jeanlauliac/sysexits[sysexits]::

Provide `sysexits(3)` exit codes in Node.js.

=== Julia

{github-url}/sorairolake/Sysexits.jl[Sysexits.jl]::

The system exit codes as defined by `` for Julia.

=== PHP

{github-url}/assimtech/sysexits[sysexits]::

PHP Implementation of ``.

=== Python

{github-url}/rumpelsepp/exitcode[exitcode]::

Preferred system exit codes as defined by ``.

=== Ruby

{github-url}/ged/sysexits[sysexits]::

Exit status codes for Ruby system programs.

=== Rust

{github-url}/benwilber/exitcode[exitcode]::

Preferred system exit codes as defined by ``.

{github-url}/Fleshgrinder/rust-exit-code[rust-exit-code]::

Commonly used exit codes for usage in applications.

{github-url}/sorairolake/sysexits-rs[sysexits-rs]::

The system exit codes as defined by `` for Rust.

=== Zig

{github-url}/sorairolake/sysexits-zig[sysexits-zig]::

The system exit codes as defined by `` for Zig.

== Resources

=== Manual pages

https://leaf.dragonflybsd.org/cgi/web-man?command=sysexits&section=3[DragonFly On-Line Manual Pages]::

`sysexits(3)` for https://www.dragonflybsd.org/[DragonFly BSD].

https://man.freebsd.org/cgi/man.cgi?query=sysexits&sektion=3[FreeBSD Manual Pages]::

`sysexits(3)` for https://www.freebsd.org/[FreeBSD].

https://man.netbsd.org/sysexits.3[NetBSD Manual Pages]::

`sysexits(3)` for https://www.netbsd.org/[NetBSD].

https://man.openbsd.org/sysexits.3[OpenBSD manual pages]::

`sysexits(3)` for https://www.openbsd.org/[OpenBSD].

== License

image:{cc0-badge}[CC0 1.0 Universal,link={cc0-summary-url}]

The contents of this repository are distributed under the terms of the
{cc0-legalcode-url}[_CC0 1.0 Universal_].

This project is compliant with version 3.2 of the
{reuse-spec-url}[_REUSE Specification_]. See copyright notices of individual
files for more details on copyright and licensing information.