PowerShell: The object-oriented shell you didn't know you needed

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

    A new type of shell

  • I rather nushell for this purpose, it's more fun to write and easier to read.

    https://www.nushell.sh/

  • posh-git

    A PowerShell environment for Git

  • Ah if you want auto completion for native commands they need to be registered first. PSReadLine provides autocompletion support but it only works by default with things builtin to PowerShell itself. For `git` there is a fairly popular module called posh-git [1] that provides auto completion support for some of the well known commands. Git for Windows also calls it out [2]. You can also provide your own custom auto complete calls with Register-ArgumentCompleter [3]. Hope this helps!

    [1] https://github.com/dahlbyk/posh-git

  • 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

  • The bash book to rule them all

    5 projects | news.ycombinator.com | 25 Nov 2023
  • Power shell is awful even on Windows

    4 projects | /r/linuxmasterrace | 21 Mar 2023
  • I can't belive it actually exists

    2 projects | /r/linuxmemes | 4 Oct 2022
  • Stuck trying to execute a ps1 from my github repo

    1 project | /r/PowerShell | 1 Oct 2022
  • Kitsch-Prompt - golang based cross-platform shell prompt

    3 projects | /r/golang | 19 Sep 2022