Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/termux/getconf

A simple standalone getconf(1) implementation.
https://github.com/termux/getconf

command-line posix termux unix

Last synced: about 3 hours ago
JSON representation

A simple standalone getconf(1) implementation.

Awesome Lists containing this project

README

        

# getconf
A simple standalone [getconf(1)](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/getconf.html) implementation created to be used in [Termux](https://termux.com).

# Portability
This implementation should be portable across different Unix-like systems. Contributions to support more are welcome.

# Origins
Taken from http://git.alpinelinux.org/cgit/aports/tree/main/musl/getconf.c and adopted for building on Android.

Manpage taken from http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.bin/getconf/getconf.1?only_with_tag=MAIN.

# Authors
Maintained by Fredrik Fornwall ([@fornwall](https://github.com/fornwall)) and [these fine people](https://github.com/termux/getconf/graphs/contributors) have contributed.