command-line-arguments
There are 70 repositories under command-line-arguments topic.
marvinlehmann/Mouse-Debouncer
A small performant Windows tray application which suppresses false double clicks. (Double Click Fix)
eriknyquist/duckargs
Code generation tool, creates python / C programs that parse command line arguments. Say bye to starting each project by reading "argparse" / "geptopt.h" docs.
objecthub/swift-commandlinekit
Framework supporting the development of command-line tools in Swift on macOS and Linux. The framework supports managing command-line arguments, provides lightweight functions to deal with escape sequences, and defines an API for reading strings from the terminal.
oracle/olcut
A Java configuration, shell, and general utility toolkit
Goddard-Fortran-Ecosystem/fArgParse
Command line argument parsing for Fortran
jktr/arg-inject
add support for config files via LD_PRELOAD
Kyllingene/sarge
A zero-dependencies command-line argument parser
BaseMax/php-cli-apps
A simple, fast, and fun example for building command line apps in PHP.
elite-libs/auto-config
🛠 Nodejs configuration the easy way.
theZMC/qcl
QCL: Quick Config Loader
Toxe/cpp-cli-parser-examples
C++ CLI Arguments Parser Examples
Lavin-tom/c_programming
This Github repository is a collection of C coding examples and projects with brief explanation comments. It is designed to help C programmers of all levels learn and practice their skills on a variety of topics.
ridwanrajik/custom-datastore
Builds database system from the scratch. You can own it by having the datastore customized.
ANSANJAY/CommandLineMaster-C
Dive deep into the intricacies of command line arguments in C with the CommandLineMaster-C repository. This comprehensive guide will take you from the basics to advanced usage, ensuring you gain a profound understanding of this essential programming concept
drgerg/Python-Util-UET
Short, useful, educational Python Unix Epoch Time utiltity.
maroontress/CuiMallet.CSharp
The CuiMallet is a .NET library for making Command Line Interface. It depends on .NET Standard 2.1.
purarue/bash_like
A small utility library to handle arguments and read/write text to files using bash-like syntax
Rohit-R-M/Operating-System
Assignments on Operating System
rsore/clargs
A modern, type-safe, header-only C++20 command-line argument parser with minimal runtime overhead and full compile-time validation
thesrsakabuvttchi/Command_Line_Args
C programs for file copying and sorting using command line arguments
yakovypg/NetArgumentParser
Cross-platform, free and open source library for parsing command-line options, arguments and subcommands. It contains the main features of popular argument parsers such as argparse, as well as many of its own.
anmol-gupta/Command-Line-Programming-in-C
Programs for C using command line arguments.
cajuncoding/CommandLineArgsHelper
A parsing class to dramatically simplify working with command line arguments in a .Net application (e.g. console, client, or even web application).
daramkun/Nargs
Arguments Parser for .NET with Reflection
Edgiest05/Unarguable
Managing command line arguments made easy, in a single source file
frederikgramkortegaard/corree
Easily define and parse command line arguments using dictionaries and type-validation
Lokesh598/Note-taking-app
I build this app using node and npm modules, this app completely dynamic and you make your notes using command line arguments.
NetLah/configuration
Configuration builder for dotnet Microsoft.Extensions.Configuration
pfirsich/clipp
A command line argument parser library for C++17
SameetAsadullah/Count-and-Display-Command-Line-Arguments
A simple C++ program to count and display command line arguments
SameetAsadullah/Reverse-String-Using-Execlp
A simple C++ program to reverse the given string using execlp system call
santhosh-programmer/Basic-C-Programs
This repo contains some basic code in C language. HAPPY CODING !!!
sujoyyyy/Operating-Systems
Basic concepts of operating systems that are taught in a regular UG OS course in a CS curriculum.
adam-malsagov/day-counter-cli
A command line tool for tracking time since an event after entering a start date and time.
ndigitals04/To-Do-List
A Command Prompt To do list that enables you add tasks, mark accomplished ones as done and remove when needed.
NullCoreX/Control-Center
ControlCenter is a command-line utility designed to manage and retrieve system information, including brightness, hardware details, system operations, and volume control, providing a simple and efficient way to interact with your system.