6 件のコメント (6 件のコメント)0 件のリアクション (0 件のリアクション)0 人の担当者 (0 人の担当者)Rust1,059 件のフォーク (1,059 件のフォーク)batch import
feature-requesthelp wantedupstream-feature
Repository metrics
- Stars
- 42,984 個のスター (42,984 個のスター)
- PR merge metrics
- 平均マージ 15d 23h (平均マージ 15d 23h)30d で 16 merged PRs (30d で 16 merged PRs)
説明
i wonder if -x and -X could complete the readline like compgen -c on bash. And idk if there is other completion case
コントリビューターガイド
- 調査方針
- The issue requests that the x and X flags of fd provide command completion similar to bash's compgen c, and asks about other completion cases. Start by examining the existing completion scripts for fd in the repository (likely in contrib/completions or similar). Understand how x and X currently work (they execute commands on found files). Look at how other flags like exec or x are handled in completions. Then study the completion system for one shell (e.g., bash using the fd debug function). The goal is to generate dynamic completion lists, possibly by parsing shell commands. Check if there are any linked PRs or discussions that already propose approaches.
- 技術スタック
- rustshell
- 領域
- clideveloper experience
- Issue 種別
- 機能
- 前提条件
- basic shell completion conceptsfamiliarity with fd flagsknowledge of a shell's completion syntax