An Opinionated Guide to Xargs

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • dotfiles

    Bash, Python, IPython scripts, and userspace configuration https://westurner.org/dotfiles/ (by westurner)

  • Wanting verbose logging from xargs, years ago I wrote a script called `el` (edit lines) that basically does `xargs -0` with logging. https://github.com/westurner/dotfiles/blob/develop/scripts/e...

    It turns out that e.g. -print0 and -0 are the only safe way: line endings aren't escaped:

        find . -type f -print0 | el -0 --each -x echo

  • blender_gnu_parallel_render

    Use GNU Parallel to render blender movies distributed by a bunch of nodes

  • I used Parallel to distribute the rendering of a little Blender animation It worked very well.

    https://github.com/tfmoraes/blender_gnu_parallel_render/blob...

  • 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.

    InfluxDB logo
  • svntogit-community

    Discontinued Automatic import of svn 'community' repo (read-only mirror)

  • Seems like some distributions patch out the nagware. I know Arch Linux does[0].

    [0]: https://github.com/archlinux/svntogit-community/tree/package...

  • fish-shell

    The user-friendly command line shell.

  • See https://github.com/fish-shell/fish-shell/issues/3164#issueco... for incomplete but large survey of NUL flags.

    Takeaways: (1) There is no consistency in flag names, even --long ones (2) impressively many tools do support it! Note that some affect only input or only output. (3) All do NUL-terminated, not NUL-separated. That's fortunate — matches \n usage, and gives distinct representations for [] vs [""].

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Install Asdf: One Runtime Manager to Rule All Dev Environments

    10 projects | news.ycombinator.com | 27 Apr 2024
  • Control Linux based distros using hand gestures using OpenCV, GTK, Mediapipe

    2 projects | news.ycombinator.com | 14 Apr 2024
  • Setup and Use Pyenv in Python Applications

    1 project | dev.to | 11 Apr 2024
  • Thefuck: Correct errors in previous console commands

    1 project | news.ycombinator.com | 1 Apr 2024
  • Pyenv – lets you easily switch between multiple versions of Python

    20 projects | news.ycombinator.com | 25 Mar 2024