spellbook VS pyxargs

Compare spellbook vs pyxargs and see what are their differences.

pyxargs

Command line Python scripting with an xargs-like interface and AWK-like capabilities for data processing and task automation (by elesiuta)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
spellbook pyxargs
3 4
3 4
- -
7.1 8.6
9 months ago about 1 month ago
TypeScript Python
- 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.

spellbook

Posts with mentions or reviews of spellbook. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-12.
  • Ask HN: How do you find contributors to open source projects?
    6 projects | news.ycombinator.com | 12 Oct 2023
    - Spellbook: Shell and Powershell scripts registry - https://github.com/jmaczan/spellbook demo https://spellbook.maczan.pl/ [Python, TypeScript]
  • Ask HN: Share a shell script you like
    17 projects | news.ycombinator.com | 13 Aug 2023
    Hi, I'd like to ask what are the shell scripts you enjoy using or find useful?

    It might be something you incorporated to your terminal-based workflow. Or maybe some specific scripts that you often reuse. Or you have used it once, but it might be useful to other people. Or maybe you just have a script that is fun to use? Please share

    My (not anymore) hidden intention is to gather your recommendations to build an open-source shell script registry Spellbook https://spellbook.maczan.pl/ Source code is here for you if you want to self host or fork it https://github.com/jmaczan/spellbook

    A script I sometimes use is a commands repeater https://github.com/jmaczan/spellbook/blob/main/registry/spells/repeat-sh/spell.sh You can specify an interval and a flag to reset/keep the terminal's content after a script invocation

    Thanks!

pyxargs

Posts with mentions or reviews of pyxargs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-23.
  • Modern Linux Tools vs. Unix Classics: Which Would I Choose?
    5 projects | news.ycombinator.com | 23 Sep 2023
    > I too can never remember jq syntax when I need to. I usually just end up writing a Python script

    Same here! That's why for small things I made pyxargs [1] to use python in the shell. In another thread I also just learned of pyp [2] which I haven't tried yet but looks like it'd be even better for this use case.

    [1] https://github.com/elesiuta/pyxargs

    [2] https://github.com/hauntsaninja/pyp

  • Alternative Shells
    2 projects | news.ycombinator.com | 23 Aug 2023
    I personally use fish, but mostly for the out of the box auto completions and highlighting, I don't use it for actual scripting, nor have it set as the login shell due to the 2nd reason you mentioned.

    I mostly use python as well, and for some short commands I made pyxargs [1] which lets you run python code on stdin, or a walk of your current directory.

    [1] https://github.com/elesiuta/pyxargs

  • Ask HN: Share a shell script you like
    17 projects | news.ycombinator.com | 13 Aug 2023
    pyxargs --py "print('{}') if os.path.ismount('{}') else ''" | pyxargs fusermount -u {}

    My primary use case was using this with ffmpeg due to the encoding problem with xargs [2].

    It can also run commands in parallel using a terminal multiplexer so outputs don't get mixed up or if they require user input.

    [1] https://github.com/elesiuta/pyxargs

  • Show HN: Clamshell- an experimental Python based shell
    5 projects | news.ycombinator.com | 28 Jan 2023

What are some alternatives?

When comparing spellbook and pyxargs you can also consider the following projects:

fuz - Fuzzy search text / notes in the terminal, for any collection of text files

stderred - stderr in red

pyp - Easily run Python at the shell! Magical, but never mysterious.

vim-mergetool - Better vim-based mergetool

dotfiles

gron - Make JSON greppable!

autobots - ⚡️ Scripts & dotfiles for automation and/or bootstrapping new system setup

bf.jq - Brainfuck interpreter written in jq -- This is the proof that jq is turing-complete!

gdansk-ai - 🦭 Full stack AI voice chatbot (speech-to-text, LLM, text-to-speech) with integrations to Auth0, OpenAI, Google Cloud and Stripe - Web App, Web API and AI API