Bookmarks tagged [cli]
https://github.com/chalk/chalk#readme
🖍 Terminal string styling done right. Contribute to chalk/chalk development by creating an account on GitHub.
https://github.com/sindresorhus/boxen#readme
Create boxes in the terminal. Contribute to sindresorhus/boxen development by creating an account on GitHub.
the yargs.js.org website.
- tags: node.js, cli, parameters, libraries
https://graphql-code-generator.com/
Generate code from your GraphQL schema and operations with a simple CLI
- tags: graphql, code-generation, cli, command-line-interface, command-line-tools, typescript
- source code
https://www.codepedia.org/ama/how-to-modify-a-column-size-in-a-mysql-database-from-command-line
This blog post presents the steps required to connect to the MySql database from the command line and modify the size of a column in a table. The example is based on the MySql database that is backing...
- 📆 published on: 2020-04-13
- tags: mysql, command-line, cli, debugging
https://github.com/adishavit/argh
A minimalist, frustration-free, header-only argument handler. [BSD]
- tags: cpp, cli
- source code
https://github.com/taywee/args
A simple header-only C++ argument parser library. [MIT]
- tags: cpp, cli
- source code
http://www.boost.org/doc/libs/1_57_0/doc/html/program_options.html
A library to obtain program options via conventional methods such as command line and config file. [Boost]
https://github.com/catchorg/Clara
A simple to use, composable, command line parser for C++ 11 and beyond. [BSL-1.0]
- tags: cpp, cli
- source code
https://github.com/daniele77/cli
A cross-platform header only C++14 library for interactive command line interfaces (Cisco style). [Boost]
- tags: cpp, cli
- source code
https://github.com/CLIUtils/CLI11
Header only single or multi-file C++11 library for simple and advanced CLI parsing. [BSD]
- tags: cpp, cli
- source code
https://github.com/jarro2783/cxxopts
Lightweight C++ command line option parser. [MIT]
- tags: cpp, cli
- source code
https://github.com/docopt/docopt.cpp
A library to generate option parser from docstring. [MIT/Boost]
- tags: cpp, cli
- source code
https://gflags.github.io/gflags/
Commandline flags module for C++. [BSD]
https://github.com/antirez/linenoise
A small self-contained alternative to readline and libedit. [BSD-2-Clause]
- tags: cpp, cli
- source code
https://github.com/arangodb/linenoise-ng
A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters. [BSD]
- tags: cpp, cli
- source code
http://invisible-island.net/ncurses/
A terminal user interfaces. [MIT]
https://github.com/wmcbrine/PDCurses
Public domain curses library with both source code and pre-compiled library available. [PublicDomain]
- tags: cpp, cli
- source code
https://github.com/AmokHuginnsson/replxx
A readline and libedit replacement that supports UTF-8, syntax highlighting, hints, works on Unix and Windows. [BSD]
- tags: cpp, cli
- source code
A mature, stable and feature-rich library for defining and accessing command line arguments in ANSI C++. [MIT]
https://github.com/nsf/termbox
A C library for writing text-based user interfaces. [MIT]
- tags: cpp, cli
- source code
https://github.com/awesome-print/awesome_print
Pretty print your Ruby objects with style -- in full color and with proper indentation
- tags: ruby, cli, utility
- source code
https://github.com/pickhardt/betty
Friendly English-like interface for your command line. Don't remember a command? Ask Betty.
- tags: ruby, cli, utility
- source code
https://github.com/fazibear/colorize
Extends String class or add a ColorizedString with methods to set text color, background color and text effects.
- tags: ruby, cli, utility
- source code
https://github.com/athityakumar/colorls
Beautifies the ls
command, with color and font-awesome icons.
- tags: ruby, cli, utility
- source code
https://github.com/geemus/formatador
STDOUT text formatting.
- tags: ruby, cli, utility
- source code
https://github.com/janlelis/paint
Simple and fast way to set ANSI terminal colors.
- tags: ruby, cli, utility
- source code
https://github.com/peter-murach/pastel
Terminal output styling with intuitive and clean API.
- tags: ruby, cli, utility
- source code
https://github.com/tombenner/ru
Ruby in your shell.
- tags: ruby, cli, utility
- source code
https://github.com/jfelchner/ruby-progressbar
The most flexible text progress bar library for Ruby.
- tags: ruby, cli, utility
- source code
https://github.com/matt-harvey/tabulo
Ruby ASCII table generator. Produce highly readable terminal tables, even from large, unwieldy data sets and streams.
- tags: ruby, cli, utility
- source code
https://github.com/arches/table_print
Slice your data from multiple DB tables into a single CLI view.
- tags: ruby, cli, utility
- source code
https://github.com/tj/terminal-table
Ruby ASCII Table Generator, simple and feature rich.
- tags: ruby, cli, utility
- source code
https://github.com/tmuxinator/tmuxinator
Create and manage complex tmux sessions easily.
- tags: ruby, cli, utility
- source code
https://github.com/janlelis/whirly
A simple, colorful and customizable terminal spinner library for Ruby.
- tags: ruby, cli, utility
- source code
CLI Application Framework for Python.
- tags: python, command-line-tools, cli
A package for creating beautiful command line interfaces in a composable way.
- tags: python, command-line-tools, cli
https://docs.openstack.org/developer/cliff/
A framework for creating command-line programs with multi-level commands.
- tags: python, command-line-tools, cli
https://github.com/kennethreitz/clint
Python Command-line Application Tools.
- tags: python, command-line-tools, cli
- source code
Pythonic command line arguments parser.
- tags: python, command-line-tools, cli
https://github.com/google/python-fire
A library for creating command line interfaces from absolutely any Python object.
- tags: python, command-line-tools, cli
- source code
https://github.com/jonathanslenders/python-prompt-toolkit
A library for building powerful interactive command lines.
- tags: python, command-line-tools, cli
- source code
https://github.com/peterbrittain/asciimatics
A package to create full-screen text UIs (from interactive forms to ASCII animations).
- tags: python, command-line-tools, cli, terminal
- source code
https://github.com/glamp/bashplotlib
Making basic plots in the terminal.
- tags: python, command-line-tools, cli, terminal
- source code
https://pypi.python.org/pypi/colorama
Cross-platform colored terminal text.
- tags: python, command-line-tools, cli, terminal
https://github.com/vdmeer/asciitable
Library to draw tables in ASCII.
- tags: java, cli
- source code
https://github.com/airlift/airline
Annotation-based framework for parsing Git-like command-line arguments.
- tags: java, cli
- source code
Small library to parse command-line arguments.
https://github.com/fusesource/jansi
ANSI escape codes to format console output.
- tags: java, cli
- source code
https://github.com/indvd00m/java-ascii-render
Graphical primitives for the console.
- tags: java, cli
- source code
Command-line argument-parsing framework with custom types and validation via implementing interfaces.
https://github.com/h908714124/jbock
Typesafe, reflection-free, annotation based command-line parser
- tags: java, cli
- source code
https://github.com/jline/jline3
Includes features from modern shells like completion or history.
- tags: java, cli
- source code
https://pholser.github.io/jopt-simple
Fluent parser that uses the POSIXgetopt and GNUgetopt_long syntaxes.
ANSI colors and styles in usage help with annotation-based POSIX/GNU/any syntax, subcommands, strong typing for both options and positional args.
https://github.com/beryx/text-io
Aids the creation of full console-based applications.
- tags: java, cli
- source code
https://github.com/mabe02/lanterna
Easy console text-GUI library, similar to curses.
- tags: java, cli
- source code
https://facebook.github.io/create-react-app/
Set up a modern web app by running one command. The "equivalent" of angular cli...
- tags: reactjs, cli, command-line
- source code
HTTPie—aitch-tee-tee-pie—is a command line HTTP client with an intuitive UI, JSON support, syntax highlighting, wget-like downloads, plugins, and more
- tags: cli, command-line, http-client, curl, dev-tools
- source code
https://medium.com/@jdxcode/12-factor-cli-apps-dd3c227a0e46
Set of 12 principles for building CLI apps
- 📆 published on: 2018-10-04
- tags: cli
RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.
- tags: ruby, cli
- source code