Show HN: People forget that you can stick any data at the end of a bash script

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

    ShellCheck, a static analysis tool for shell scripts

  • Directives apply line by line. The online that applies to the whole file is mandated to be the next line right after shebang.

    https://github.com/koalaman/shellcheck/wiki/Directive

    > Directives that replace or are immediately after the shebang apply to the entire script. Otherwise, they are scoped to the command that follows it

    https://github.com/koalaman/shellcheck/wiki/Ignore

    > Note that the directive must be on the first line after the shebang with versions before 0.4.6. As of 0.4.6 comments and whitespace are allowed before file-wide directives.

  • makeself

    A self-extracting archiving tool for Unix systems, in 100% shell script.

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

  • Ask HN: A Bash guide for Posix programmers?

    1 project | news.ycombinator.com | 17 Dec 2023
  • Regex support to list modules in .cabal?

    1 project | /r/haskell | 4 Dec 2023
  • Shellcheck – finds bugs in your shell scripts

    1 project | news.ycombinator.com | 6 Oct 2023
  • Ask HN: How does one practice day to day shell scripting

    2 projects | news.ycombinator.com | 23 Sep 2023
  • ShellCheck: Static analysis tool for shell scripts

    1 project | news.ycombinator.com | 31 Aug 2023