petopts VS quickCommand

Compare petopts vs quickCommand and see what are their differences.

petopts

Portable and simple option parsing, powered by getopts(1p). (by aaronNGi)

quickCommand

A script for easily storing commands in a stack and using them faster. Designed for improving speed. (by iversonianGremling)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
petopts quickCommand
4 4
8 1
- -
0.0 5.9
over 2 years ago 7 months ago
Shell Shell
The Unlicense GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

petopts

Posts with mentions or reviews of petopts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-18.

quickCommand

Posts with mentions or reviews of quickCommand. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-18.
  • Opinion on my first script/program
    1 project | /r/suckless | 18 May 2023
    Hi, I've made my first script and I made it so it interacts with dmenu, I wanted to know your opinion if there's anything overcomplicated or something that could be made simpler, ty in advance. https://github.com/Vdevelasco/quickCommand Basically it's a stack to store commands, the stacks can be saved in a predefined a directory. Interacting with dmenu and a zsh widget basically you can store commands from history and execute them pretty quickly, also you can load a previously saved stack. It's inteded usage is mainly for debuging or repetitive processes that aren't worth writting a script for (fun fact, the stored stacks can be used as scripts too). Basically using all the tools provided there you can execute common commands with keybindings, maybe making it directory aware could make it a bit bloated but idk, what do you think?
  • Bash newbie here, wanted to know your opinion
    3 projects | /r/bash | 18 May 2023
    Hi, I've already checked the style with shellcheck and everything seems fine, however I would like to know the opinion of someone who knows a little bit more about bash than me, it's my first script afterall and it's probably a mess. Ty in advance. Here's the github page with a readme if something isn't clear https://github.com/Vdevelasco/quickCommand ty in advance
  • My first bash script, probably a disaster but apparently usable
    4 projects | /r/bash | 11 May 2023
    Hello, it's been a while, I've written an improved version if you'd like to take a look, I didn't have time to add pipefail and errtrace but I think that now it's a lot better, it's still a work in progress as I'm still learning bash but, yeah, I think it's getting better: https://github.com/Vdevelasco/quickCommand

What are some alternatives?

When comparing petopts and quickCommand you can also consider the following projects:

dotfiles - Portable configuration files and utility scripts for Linux and OpenBSD

ShellCheck - ShellCheck, a static analysis tool for shell scripts