ws.sh VS parseArger

Compare ws.sh vs parseArger and see what are their differences.

ws.sh

Organize your shell into workspaces (by nepthar)

parseArger

Standalone bash argument parsing code generator (by DimitriGilbert)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ws.sh parseArger
1 2
0 3
- -
4.2 8.6
7 months ago 3 months ago
Shell Shell
MIT License GNU General Public License v3.0 or later
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.

ws.sh

Posts with mentions or reviews of ws.sh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-25.
  • Ask HN: Any tool for managing large and variable command lines?
    8 projects | news.ycombinator.com | 25 Apr 2024
    I made something called shell workspaces[0] for this.

    I like to tinker with bash and this has helped me keep all of the commands relevant to a particular project discoverable, accessible, and documented.

    It uses a function "," for command execution. So, for instance, if the workspace file defines a function "build", when you're in the workspace, the command `$ , build` will run it.

    It's not the most comprehensive solution to this, but it's probably the bit of shell programming that I use almost every day and has saved me tons of time.

    [0] https://github.com/nepthar/ws.sh

parseArger

Posts with mentions or reviews of parseArger. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-25.
  • Ask HN: Any tool for managing large and variable command lines?
    8 projects | news.ycombinator.com | 25 Apr 2024
    I created a tool I called parseArger to create/maintain bash scripts arguments/options/flags parsing code https://github.com/DimitriGilbert/parseArger
  • ParseArger deeper: --pos --opt and --flag
    1 project | dev.to | 26 Oct 2023
    Now you almost have the whole view on parseArger, enough for simple scripts anyway ! But maybe you do not value your mental health much and would like to create a whole program in bash ? Well, What a coincidence, next time we'll have a look at the project command, it'll help you do just that ! (the program part, I do not deal in mental health) As always bugs and suggestions should go on parseArger's github repo.