GithubHelp home page GithubHelp logo

entityplantt / cli-programs Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 8 KB

More open-source CLI utilities written in C++

Makefile 6.90% C++ 93.10%
cli cli-tool command command-line command-line-tool cpp cxx linux open-source parameters

cli-programs's Introduction

cli-programs

More command-line utilities for Windows, Linux and (probably) MacOS. Written in C++, packed with a Makefile to compile these in dist.

Example

echo "Hello!" > file.txt
length file.txt # 7, counts null at the end
echo "Hello!" | length # 7
sha file.txt # b22b009134622b6508d756f1062455d71a7026594eacb0badf81f4f677929ebe
cat file.txt | sha # b22b009134622b6508d756f1062455d71a7026594eacb0badf81f4f677929ebe

Building

make # Compile to /dist
make install dest=$destination # Compile & install
make install # default path: ~/.local/bin
make clean # Remove compile directory
make uninstall dest=$destination # Uninstall from directory
make uninstall # Uninstall from ~/.local/bin

Contribuiting

See CONTRIBUTING.md

cli-programs's People

Contributors

entityplantt 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.