Sd: My Script Directory

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • pet

    Simple command-line snippet manager

  • sysbox

    sysadmin/scripting utilities, distributed as a single binary (by skx)

    I used to have very full ~/bin, and ~/$(hostname), directories. In the end I pared them back and started bundling things together in one binary.

    The end result is very similar to this approach, I run "sysbox blah", or "sysbox help", and use integrated subcommands.

    Very helpful and makes deployment easy by having only a single binary:

    https://github.com/skx/sysbox

    Not bash/shell, but similar and useful idea to experiment with.

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

  • Eezy

    Eezy is a super simple project automation system for all your projects.

    This is really similar to something I've recently created: https://github.com/simonmeulenbeek/Eezy . Although in my project's case it's scoped to the specific PWD you're in.

    I really like using the folder structure to have 'subcommands' (i.e. 'sd blog publish' ). Very neat!

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