Automic VaultAutomic Vault

brew

git-recent を Homebrew, Nix でインストール

git-recent のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install git-recent

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#git-recent

nixpkgs package indexes · pkgs/by-name/gi/git-recent/package.nix · ソース: api.github.com

概要

パッケージ概要

Browse your latest git branches, formatted real fancy

コマンドとエイリアス

  • git-recent
  • git-recent-og

履歴

プロジェクトの歴史と使われ方

git-recent is a Git branch navigation helper by Paul Irish for browsing recently touched branches and checking one out with a short interactive flow.

プロジェクトの歴史

The README records the tool's origin in Paul Irish's dotfiles in May 2016, followed by a standalone repository and npm publication in August 2016. The original script became git-recent-og after the 2.0 rewrite.

The 2.0 line, released in 2025 according to the changelog, added an fzf-based interactive UI for browsing branches, viewing branch-specific commits, inspecting a diff against main, and checking out the selected branch.

採用の歴史

git-recent spread as a small personal-workflow utility through npm and Homebrew, with Nix also recorded in the input package metadata. Its adoption significance comes less from enterprise deployment and more from shell users copying a tiny Git helper into daily branch-switching habits.

使われ方

Practitioners run git recent inside a repository, navigate the fzf list of branches, press Enter to check out a selection, and use Ctrl-O to inspect a diff. The README notes optional delta integration for formatted diffs and worktree detection that can guide a user to an existing checkout.

Users who do not want the fzf dependency can run git recent-og, the renamed 2016 implementation, with options such as -n to limit the number of branches shown.

パッケージ好きにとっての重要性

git-recent is a compact example of the Git subcommand packaging pattern: one executable on PATH becomes a Git verb, distributed through npm, Homebrew, and Nix, and upgraded without changing the underlying Git data model.

タイムライン

  • 2016: Script added to paulirish/dotfiles.
  • 2016: Standalone repository released and package published to npm.
  • 2018: Count parameter added.
  • 2019: Final 1.x bugfix recorded in the README changelog.
  • 2025: 2.0 upgrade added fzf integration and renamed the original implementation to git-recent-og.

Related projects

  • fzf powers the 2.x interactive branch picker.
  • delta can format diffs shown from the interactive UI.
  • The README points branch-navigation enthusiasts to git-fuzzy, lazygit, tig, and fzf-git.sh.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
git-recentcliグローバル実行可能ファイル
git-recent-ogcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版2.2.0
マネージャ更新日2026-04-27
ローカルデータOK
上流最新
検出された最新v2.2.0

https://github.com/paulirish/git-recent

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:git-recent
バージョン2.2.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/git-recent
ホームページhttps://github.com/paulirish/git-recent
リポジトリhttps://github.com/paulirish/git-recent
上流ドキュメントhttps://github.com/paulirish/git-recent#readme
ライセンスMIT
ソースアーカイブhttps://github.com/paulirish/git-recent/archive/refs/tags/v2.2.0.tar.gz
最終更新2026-04-27T18:52:13Z
Pulseupdated
依存関係fzf
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegit-recent
Version Scheme0
Revision0
Conflicts With
  • git-plus
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

git-recent

nix profile install nixpkgs#git-recent
  • normalized package name match
  • 一致条件: Git Recent
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gi/git-recent/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment