pkg.soopen package index

brew / 順位 1506

qsv を Homebrew, MacPorts, Nix, pacman, scoop でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install qsv

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install qsv

MacPorts ports tree · textproc/qsv/Portfile · ソース: api.github.com

Windows

Scoop確認済み · 92%
scoop install main/qsv

Scoop official bucket manifest trees · bucket/qsv.json · ソース: api.github.com

概要

パッケージ概要

Ultra-fast CSV data-wrangling toolkit

コマンドとエイリアス

  • qsv

履歴

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

qsv is datHere's cross-platform Rust command-line toolkit for querying, transforming, validating, joining, analyzing, and converting tabular data.

プロジェクトの歴史

qsv began as a command-line toolkit centered on fast CSV manipulation and has expanded into a broad tabular-data workbench. The official project now describes more than 50 commands and support for Excel, ODS, JSON/JSONL, Arrow, Parquet, SQLite, and PostgreSQL workflows in addition to CSV.

採用の歴史

qsv is available across Homebrew, MacPorts, Nix, Arch Linux, Scoop, and other distribution channels. Official binaries support Linux, macOS, and Windows, reflecting adoption beyond Rust's source-oriented package ecosystem.

使われ方

Users compose subcommands for tasks such as selecting columns, sorting, joining, deduplicating, computing statistics, validating schemas, converting formats, and indexing large CSV files. Commands are suitable both for one-off terminal work and repeatable data pipelines.

The official documentation describes behavior through command options and environment variables rather than a single general-purpose configuration file, so no canonical config-file path is reported. Some optional commands can use external services, but qsv as a package has no universal credentials file.

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

qsv appeals to package and command-line enthusiasts as a modern Rust treatment of the composable CSV-tool tradition: a single executable exposes dozens of focused subcommands while adding parallelism, indexing, Polars acceleration, and support for datasets larger than memory.

タイムライン

  • Early project: qsv established a fast, composable toolkit for CSV processing.
  • Later development: The command set grew beyond CSV into spreadsheet, JSON, Arrow, Parquet, database, geospatial, scripting, and web-service workflows.
  • Current generation: The official site describes 50-plus commands with parallel and CPU-accelerated processing.

Related projects

  • Rust provides qsv's implementation platform.
  • Polars powers accelerated operations and broader tabular-format support.
  • The project maintains a separate qsv pro offering and a web playground.

セキュリティ状態

保護ツール対応はまだ見つかっていません

qsv に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 3 件のビルド依存関係があります。

推奨レビュー

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

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
./.env<executable-directory>/qsv.env
Windows
.\.env<executable-directory>\qsv.env

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-09-19
マネージャ版23.0.1
マネージャ更新日2026-09-13
ローカルデータOK
上流最新
検出された最新22.0.1

https://github.com/dathere/qsv

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:qsv
バージョン23.0.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/qsv
ホームページhttps://qsv.dathere.com/
リポジトリhttps://github.com/dathere/qsv
上流ドキュメントhttps://qsv.dathere.com/
ライセンスMIT OR Unlicense
ソースアーカイブhttps://github.com/dathere/qsv/archive/refs/tags/22.0.1.tar.gz
最終更新2026-09-13T15:35:16Z
Pulseupdated
ビルド依存関係cmake, pkgconf, rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameqsv
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

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

Nix95%

qsv

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

qsv 22.0.1-1

quicksilver data-wrangling toolkit (fork of xsv) for tabular data such as CSV

https://github.com/dathere/qsv

sudo pacman -S qsv
  • License: MIT AND Unlicense
  • Architecture: x86_64
  • 9 依存関係
  • normalized package name match
  • 一致条件: Qsv
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: qsv from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

qsv

sudo port install qsv
  • normalized package name match
  • 一致条件: Qsv
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/qsv/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/qsv

scoop install main/qsv
  • normalized package name match
  • 一致条件: Qsv
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/qsv.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation