Easy GitHub CLI Extensions with Nix

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • xsv

    A fast CSV command line toolkit written in Rust.

    Let's say, we want to write an extension that lists all the repositories of the user. The extension is a simple shell script that uses the gh command to list the repositories current user owns and tabulates with xsv command:

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • Home Manager using Nix

    Manage a user environment using Nix [maintainer=@rycee]

    Nix Home Manager is a tool for managing a user environment with Nix. It already has a nice way to install and configure gh with the programs.gh option:

  • cli

    GitHub’s official command line tool

    GitHub CLI (gh) is the official command-line tool for GitHub. It provides a set of commands for interacting with GitHub repositories, issues, pull requests, and more. It also provides convenience functionality to issue authenticated API requests to both REST and GraphQL APIs of GitHub:

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

  • Show HN: TextQuery – Query and Visualize Your CSV Data in Minutes

    3 projects | news.ycombinator.com | 2 Apr 2024
  • Joining CSV Data Without SQL: An IP Geolocation Use Case

    3 projects | news.ycombinator.com | 19 Oct 2023
  • Qsv: CSVs sliced, diced and analyzed (fork of xsv)

    2 projects | news.ycombinator.com | 27 Jun 2023
  • Icsp – Command-line iCalendar (.ics) to CSV parser

    3 projects | news.ycombinator.com | 24 Mar 2023
  • What monitoring tool do you use or recommend?

    5 projects | /r/selfhosted | 6 Mar 2023

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?