Command-line-text-processi VS jc

Compare Command-line-text-processi vs jc and see what are their differences.

jc

CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts. (by kellyjonbrazil)
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
Command-line-text-processi jc
3 96
- 7,573
- -
- 9.5
- 3 days ago
Python
- MIT License
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.

Command-line-text-processi

Posts with mentions or reviews of Command-line-text-processi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-27.
  • Shell Script Best Practices, from a decade of scripting things
    19 projects | news.ycombinator.com | 27 Oct 2022
    Submitted yesterday:

    Learn to use Awk with hundreds of examples

    https://github.com/learnbyexample/Command-line-text-processi...

    https://news.ycombinator.com/item?id=33349930

  • Easily handle CLI operation via Python instead of regular Bash programs
    10 projects | news.ycombinator.com | 11 Feb 2022
    Yep, ruby is a natural, pipeline friendly, command line companion out of the box.

    https://github.com/learnbyexample/Command-line-text-processi...

    https://learnbyexample.github.io/learn_ruby_oneliners/

  • My simple GitHub project went Viral
    6 projects | news.ycombinator.com | 14 Apr 2021
    I had a similar experience with one of my GitHub repos [0] that is currently 9k+ stars. I added donation link when it was about 5k stars (after it went viral courtesy HN). But this was before GitHub sponsors. I removed donation links after I got only a single donation in about a year.

    I had much better results when I started converting my tutorials into ebooks and sold them. Obviously having a paid product is different, but I'm referring to the paid sales I got whenever I put up 'pay what you want' offer.

    [0] https://github.com/learnbyexample/Command-line-text-processi...

jc

Posts with mentions or reviews of jc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-14.
  • Xonsh: Python-powered, cross-platform, Unix-gazing shell
    12 projects | news.ycombinator.com | 14 Feb 2024
    https://github.com/kellyjonbrazil/jc - "CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts."
  • Gooey: Turn almost any Python command line program into a full GUI application
    14 projects | news.ycombinator.com | 9 Dec 2023
    > I'd love to see programs communicate through a typed JSON/proto format that shed enough details to make this more independent, and get useful shell command structuring/completion or full blown GUIs from simply introspecting the expected input and output types.

    You should try PowerShell. It's basically Microsoft's .NET ecosystem molded into an interactive command line. I'm not entirely sure if PoweShell can make full use of the static types that build up its core, but its ability to exchange objects in the command line is almost unmatched.

    On Linux you can use `jc` (https://github.com/kellyjonbrazil/jc) combined with `jq` (https://jqlang.github.io/jq/) to glue together command lines.

  • jc: Converts the output of popular command-line tools to JSON
    1 project | /r/patient_hackernews | 8 Dec 2023
    1 project | /r/hackernews | 8 Dec 2023
    1 project | /r/hypeurls | 8 Dec 2023
    8 projects | news.ycombinator.com | 8 Dec 2023
  • why does the proc directory exist?
    1 project | /r/linuxadmin | 4 Dec 2023
  • Open source python projecto to contribute to
    1 project | /r/Python | 11 Sep 2023
  • jq 1.7 Released
    33 projects | news.ycombinator.com | 6 Sep 2023
    In addition to my previous comment about jq-like tools, I want to share a couple other interesting tools, which I use alongside jq are jo [0] and jc [1].

    [0]: https://github.com/jpmens/jo

    [1]: https://github.com/kellyjonbrazil/jc

  • The Case for Nushell
    7 projects | news.ycombinator.com | 30 Aug 2023
    > I wanted to write some wrappers for the standard commands that automatically did all this via `jq`.

    If you're not already aware of it, you may wish to check out `jc`[0] which describes itself as a "CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq..."

    The `jc` documentation[1] & parser[2] for `ls` also demonstrates that reliable & cross-platform parsing of even "basic" commands can be non-trivial.

    [0] https://github.com/kellyjonbrazil/jc

    [1] https://kellyjonbrazil.github.io/jc/docs/parsers/ls

    [2] https://github.com/kellyjonbrazil/jc/blob/4cd721be8595db52b6...

What are some alternatives?

When comparing Command-line-text-processi and jc you can also consider the following projects:

Command-line-text-processing - :zap: From finding text to search and replace, from sorting to beautifying text and more :art:

jq - Command-line JSON processor [Moved to: https://github.com/jqlang/jq]

shellcheck-repl - Validation of Shell Commands Before Evaluation

jq - Command-line JSON processor

awk-hack-the-planet - Source code repo for Ben Porter (FreedomBen)'s free course on Awk (originally a talk at Linux Fest Northwest 2019 and 2020)

murex - A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)

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

jello - CLI tool to filter JSON and JSON Lines data with Python syntax. (Similar to jq)

mg.sh - Mitigram's shell library of reusable script snippets

babashka - A Clojure babushka for the grey areas of Bash (native fast-starting Clojure scripting environment) [Moved to: https://github.com/babashka/babashka]

Octo Pack - Creates Octopus-compatible NuGet packages

pdf2image - A python module that wraps the pdftoppm utility to convert PDF to PIL Image object