All Projects β†’ killercup β†’ Quicli

killercup / Quicli

Licence: other
Quickly build cool CLI apps in Rust.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Quicli

Pipupgrade
πŸ—½ Like yarn outdated/upgrade, but for pip. Upgrade all your pip packages and automate your Python Dependency Management.
Stars: ✭ 391 (-18.71%)
Mutual labels:  cli, command-line
Go Prompt
Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.
Stars: ✭ 4,255 (+784.62%)
Mutual labels:  cli, command-line
Triage
Interactive command-line GitHub issue & notification triaging tool.
Stars: ✭ 394 (-18.09%)
Mutual labels:  cli, command-line
Node.cli Progress
βŒ›οΈ easy to use progress-bar for command-line/terminal applications
Stars: ✭ 466 (-3.12%)
Mutual labels:  cli, command-line
Gosh
Gosh - a pluggable framework for building command shell programs
Stars: ✭ 434 (-9.77%)
Mutual labels:  cli, command-line
Kondo
Save disk space by cleaning non-essential files from software projects.
Stars: ✭ 373 (-22.45%)
Mutual labels:  cli, command-line
Cocona
Micro-framework for .NET Core console application. Cocona makes it easy and fast to build console applications on .NET Core.
Stars: ✭ 398 (-17.26%)
Mutual labels:  cli, command-line
Gandi.cli
command line interface to Gandi.net products using the public API
Stars: ✭ 349 (-27.44%)
Mutual labels:  cli, command-line
Promptui
Interactive prompt for command-line applications
Stars: ✭ 4,621 (+860.71%)
Mutual labels:  cli, command-line
Jtc
JSON processing utility
Stars: ✭ 425 (-11.64%)
Mutual labels:  cli, command-line
Tsukae
πŸ§‘β€πŸ’»πŸ“Š Show off your most used shell commands
Stars: ✭ 345 (-28.27%)
Mutual labels:  cli, command-line
2048.c
Console version of the game "2048" for GNU/Linux
Stars: ✭ 453 (-5.82%)
Mutual labels:  cli, command-line
Reminders Cli
A simple CLI for interacting with macOS reminders
Stars: ✭ 354 (-26.4%)
Mutual labels:  cli, command-line
Beats
A command-line drum machine. Convert a beat notated in YAML into a *.wav file.
Stars: ✭ 389 (-19.13%)
Mutual labels:  cli, command-line
Sad
CLI search and replace | Space Age seD
Stars: ✭ 350 (-27.23%)
Mutual labels:  cli, command-line
Mri
Quickly scan for CLI flags and arguments
Stars: ✭ 394 (-18.09%)
Mutual labels:  cli, command-line
Cmd2
cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python
Stars: ✭ 342 (-28.9%)
Mutual labels:  cli, command-line
Gulp Cli
Command Line Interface for gulp.
Stars: ✭ 347 (-27.86%)
Mutual labels:  cli, command-line
Args
Toolkit for building command line interfaces
Stars: ✭ 399 (-17.05%)
Mutual labels:  cli, command-line
Cobra
A Commander for modern Go CLI interactions
Stars: ✭ 24,437 (+4980.46%)
Mutual labels:  cli, command-line

QuiCLI

Quickly build cool CLI apps in Rust.

Build Status Documentation License crates.io

Getting started

Read the Getting Started guide!

Thanks

This is only possible because of all the awesome libraries included here:

  • Structopt and Clap for the nice CLI with awesome argument handling, great error messages, and nice composability!
  • Serde for handling all things serializing and deserializing
  • failure for ergonomic error handling.
  • …and more to come!

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].