There are 0 repository under command-parser topic.
A simple command-line interface for use in embedded systems.
check script and notify user if it's dangerous
Basic voice assistant with voice commands. Feel free to read the README.txt for instructions on how to add your own commands
A simple and powerful Go library for building command-line interfaces with hierarchical commands, option groups, and type-safe argument parsing.
This is a Java program that reads and processes instructions from a text file to simulate a bank. The program is designed to be modular and maintainable, following object-oriented design principles such as encapsulation and separation of concerns.
An implementation of my client and server library (calmclientandserver)
A modular and extensible Kotlin CLI framework for building powerful command-line applications. (ou em português, se preferires algo mais nacional) Framework modular em Kotlin para construir aplicações de linha de comandos interativas e extensíveis.
Raku module for parsing generic commands and arguments from a hash table.
A modulable terminal command-parser trying to re-create a basic UNIX command-parser.
Personal assistant that can work with address book and notes. Using currying and command parser for Adress Book. Decorator catches all possible errors. Saves data locally in JSON files. Includes Extension File Sorter as a separate sub-application. This specific version was made by team of 6 people as personal project.
Parse space- and colon-separated messages into parameters
A flexible command framework.
Testing sketch for the Infineon TLE94112LE Arduino Shield
Project: Discord Music Bot with Message-Based Command Handling. Created at https://spectra.codes, which is owned by @Drix10
Educational command parser example for CLI apps, using modern C++23 features and best practices.
Command system for parsing strings into types. General purpose with in and output API.
A very simple, Python-based shell implementation that supports built-in commands, external executables, command pipelines, input/output redirection, and tab completion. It also has support for built-in AI commands such as 'do', 'explain', 'summarize' ...
A Unix-like shell implemented in C, featuring essential file operations, command history, and undo functionalities. Built with efficient data structures like linked lists and stacks.