superfile — モダンで高機能なターミナルファイルマネージャ | yorukot/superfile | DocsDigest
#5 日次 2026/07/28 OpenAI
superfile — モダンで高機能なターミナルファイルマネージャ yorukot/superfile
Pretty fancy and modern terminal file manager
snapshot: 2026-07-28
scraped_at: 2026/07/28 1:51
period stars: +600
stars: 20,921
forks: 678
Language: Go
Summary
superfile — モダンで高機能なターミナルファイルマネージャ 一覧カードと同じ provider の要約本文です。
OpenAI model: gpt-5-mini
Highlights
1 ワンライナーでインストール可能 2 spf で即起動できる 3 プラグイン・テーマ対応 Overview
superfile は Go 製の「見た目がモダン」なターミナル向けファイルマネージャです。README にあるデモ GIF とともに、キー操作で一般的なファイル操作を行える UI を備え、実行バイナリは spf で起動します。
主な具体的特徴(README から):
クロスプラットフォーム: Linux / macOS / Windows(Windows は "Not fully supported yet" と明記)
インストール方法が充実: macOS/Linux 用のワンライナー 、Windows 用の PowerShell インストーラ、さらに Homebrew / winget / Scoop 経由の配布が明示されている
Translation
yorukot/superfile — 洗練されたモダンなターミナルファイルマネージャー 要約とは別に生成された翻訳本文です。
概要
yorukot/superfile は、見た目が洗練されたモダンなターミナル向けファイルマネージャーです。主言語: Go
トレンド(Daily): Rank 5
本日のスター: 600
総スター: 20921
フォーク: 678
デモ
一般的な操作を実演したデモが README に含まれています。
共通操作の実演
インストール
macOS と Linux
インストールスクリプトを使う方法:
bash -c "$(curl -sLo- https://superfile.dev/install.sh) "
スクリプトを確認する場合: install.sh
Windows
Powershell
powershell -ExecutionPolicy Bypass -Command "Invoke-Expression ((New-Object System.Net.WebClient).DownloadString ('https://superfile.dev/install.ps1' ))"
スクリプトを確認する場合: install.ps1
Winget
winget install --id yorukot.superfile
Scoop
scoop install superfile
<div align="center">
<h4>superfile is supported by the community.</h4>
<a href="https://ko-fi.com/yorukot">
<img alt="Donate to superfile on Ko-fi" src="https://ko-fi.com/img/githubbutton_sm.svg">
</a>
<hr>
</div>
<div align="center">
<br>
<picture>
<source width="300" media="(prefers-color-scheme: dark)" srcset="website/src/assets/superfile-night.svg" />
<source width="300" media="(prefers-color-scheme: light)" srcset="website/src/assets/superfile-day.svg" />
<img alt="superfile LOGO" src="website/src/assets/superfile-day.svg" />
</picture>
<br><br>
</div>
Demo
Perform common operations
Content
<a href="https://github.com/yorukot/superfile/graphs/contributors">
<img src="https://gthanks.yorukot.me/image?target=yorukot%2Fsuperfile" />
</a>
<a href="https://www.star-history.com/?repos=yorukot%2Fsuperfile&type=date&legend=top-left">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=yorukot/superfile&type=date&theme=dark&legend=top-left&sealed_token=nEoMOYsfp1zwZ7rT-Fm6VR2yTa6cwW35VR0BwVxTuE8Dt17vRcRIQUFXeWdh6lZixlAl5e_fIVFs2Xe4cRdvAnexR5Q6JqlGVZK05Iu0mko8gYLjTdjq0g" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=yorukot/superfile&type=date&legend=top-left&sealed_token=nEoMOYsfp1zwZ7rT-Fm6VR2yTa6cwW35VR0BwVxTuE8Dt17vRcRIQUFXeWdh6lZixlAl5e_fIVFs2Xe4cRdvAnexR5Q6JqlGVZK05Iu0mko8gYLjTdjq0g" />
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=yorukot/superfile&type=date&legend=top-left&sealed_token=nEoMOYsfp1zwZ7rT-Fm6VR2yTa6cwW35VR0BwVxTuE8Dt17vRcRIQUFXeWdh6lZixlAl5e_fIVFs2Xe4cRdvAnexR5Q6JqlGVZK05Iu0mko8gYLjTdjq0g" />
</picture>
</a>
<div align="center">
</div>
bash -c "$(curl -sLo- https://superfile.dev/install.sh)"
ビルド手順: Go があれば git clone ... → ./build.sh(macOS/Linux)または go build -o bin/spf.exe(Windows)でビルドし、/usr/local/bin 等に spf を配置する具体手順が記載
拡張性: プラグイン、テーマ、カスタムホットキーのドキュメント(各種 Wiki へのリンクあり)
自動更新チェック機能: README に auto_check_update を false にして無効化できる設定項目が明記
コミュニティ周り: Discord、Ko-fi、コントリビュータ一覧、リリース・Homebrew ダウンロードバッジなどが揃っている
Why It Matters なぜ注目されているか(README の情報を踏まえた理由):
今日だけで +600 スター(合計 20,921)と急増しており、ランキングではデイリー 5 位に入っているため注目度が高まっています。
パッケージマネージャ(Homebrew / winget / Scoop)やワンライナーでのインストール対応により、導入障壁が低くすぐ試せる点が受けています。
プラグイン・テーマ・ホットキー(vim モードの提示)などカスタマイズ性が高く、ターミナル中心に作業する開発者・運用者に実用的な代替を提供します。
README にビルド手順(Go 必須)、起動コマンド spf、自動更新の制御方法など運用で必要な具体情報が揃っており、採用検討〜導入までがスムーズです。
まとめ: superfile は「見た目の良さ」と「パッケージ配布/ビルド/カスタマイズドキュメント」の両方を備え、短期間でスター急増したことで注目を集めているモダンなターミナル向けファイルマネージャです。
その他のインストール方法
ビルド git clone https://github.com/yorukot/superfile.git --depth=1
macOS / Linux sudo mv ./bin/spf /usr/local/bin
Windows システム環境変数でリポジトリの bin ディレクトリを PATH に追加してください。
起動
対応システム
チュートリアル
プラグイン
テーマ
ホットキー vim/nvim を使っている場合はデフォルトのホットキー設定を vim 版に変更してください。
注意点 自動更新チェック機能があり、最後のチェック時刻が24時間未満の場合に GitHub の最新リリースを確認してプロンプトを表示します。無効にするには設定で auto_check_update を false にしてください。
トラブルシューティング
アンインストール
macOS と Linux bash -c "$(curl -sLo- https://superfile.dev/uninstall.sh) "
Windows PowerShell スクリプトでアンインストール:
powershell -ExecutionPolicy Bypass -Command "Invoke-Expression ((New-Object System.Net.WebClient).DownloadString ('https://superfile.dev/uninstall.ps1' ))"
コントリビューション
サポートと感謝
コアメンテナ
@yorukot - オリジナル作者・メンテナ
@lazysegtree - コアメンテナ
貢献者
提供 JetBrains のオープンソースライセンス提供に感謝します。
共有のお願い もし気に入ったらシェアしてください。ありがとうございました!
Installation
macOS and Linux bash -c "$(curl -sLo- https://superfile.dev/install.sh) "
If you want to inspect the script, see : install.sh
Windows
Powershell powershell -ExecutionPolicy Bypass -Command "Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://superfile.dev/install.ps1'))"
winget install --id yorukot.superfile
More installation methods
Build You can build the source code yourself by using these steps:
Clone this repository using the following command:
git clone https://github.com/yorukot/superfile.git --depth=1
Enter the downloaded directory:
For macOS/Linux Add the binary file to your $PATH, e.g., in /usr/local/bin:
sudo mv ./bin/spf /usr/local/bin
For Windows Edit System Environment Variables and add superfile repo's bin directory to your PATH
Start superfile
Supported Systems
[x] Linux
[x] macOS
[x] Windows (Not fully supported yet)
Tutorial After you install superfile, you can go here to briefly understand how to use superfile!
Plugins
Themes
Hotkeys
[!WARNING] If you are vim/nvim user please change your default hotkeys config to vim version!
Notes We have an auto update functionality, that fetches superfile's latest released version from github (if last timestamp of last version check was less than 24 hours) and prints a prompt to user, if there is a newer version available.
Troubleshooting
Uninstalling
macOS and Linux bash -c "$(curl -sLo- https://superfile.dev/uninstall.sh) "
Windows To uninstall superfile on Windows, use this powershell script.
powershell -ExecutionPolicy Bypass -Command "Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://superfile.dev/uninstall.ps1'))"
Contributing
Thanks
Support
a Star on my GitHub repository would be nice 🌟
You can buy a coffee for me 💖
Core maintainer
We welcome anyone who wants to become a core maintainer. Feel free to reach out!
Contributors Thanks to all the contributors for making this project even greater!
Powered by <a href="https://jb.gg/OpenSource"><img alt="JetBrains logo" align="right" width="200" src="https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg"></a>
Thanks to JetBrains team for providing open-source licenses to support the maintenance of superfile.
Star History THANKS FOR All OF YOUR STARS! Your stars are my motivation to keep updating!
༼ つ ◕_◕ ༽つ Please share.