github / github/copilot-cli

Execution timer for `shell` tool

未关闭
#3,055 1 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
area:tools
主要语言
Shell
星标
11.2k
派生
1.9k
平均合并
14 小时 16 分钟
30 天内合并 PR
6

描述

### Describe the feature or problem you'd like to solve

Lack of information for how long a shell job has been running

### Proposed solution

The shell tool should give a timer of how many seconds that a command has been running for.

### Example prompts or workflows

Login to a system, check counts for X every 5s for 15s.

### Additional context

This is really useful in scenarios where you want to know how long has it been going for, so that means you know when its hits 15s the work is about to be over rather than a blind wait.

贡献指南

打开贡献指南

调研方向

Start by locating the shell tool's execution entry point and tracing how running commands are represented to the user. Determine where elapsed time can be surfaced during a command, then verify the timer against a workflow that checks counts every 5 seconds for 15 seconds. Done means users can see how many seconds the shell job has been running.

由索引模型根据 Issue 内容生成。

评估

技术栈
shell
领域
cli
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
冷清
描述清晰度
基本清楚
新手友好度
55/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。