Giter Site home page Giter Site logo

subcommands.c's Introduction

Sub Commands

A small single-file based library for common things to do in C:

  • implement a “modern” git-like command line
  • execute commands and get stdout and stderr from them
  • process file paths

License terms

The ISC license is an Open Source license used by the OpenBSD project, allows users to do about whatever they want to with this code.

commandline.h

A single-file C library to implement command line parsing with commands and subcommands, because I failed to find an existing one that I could use without too much dependencies.

Inspiration and thanks from https://libcork.io, which does the job quite fine. If you can depend on an external lib at build-time and run-time, consider using libcork.

License: ISC, https://en.wikipedia.org/wiki/ISC_license

filepaths.h

Expose an API to process Unix file paths.

runprogram.h

A single-file C library to implement running subprograms and capturing their output, in a safe way, with multiple pipes: both standard output and standard error are captured. It should be trivial, and it still requires more effort than most would like to put in.

foo.c

A small example program that shows the API from the previous three libs.

pqexpbuffer

This PostgreSQL facility provides a nice wrapper around dynamic allocation of string buffers and is vendored-in here. The PostgreSQL License and the ISC License are compatible, making that possible.

subcommands.c's People

Contributors

dimitri avatar dovholuknf avatar ekoby avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.