abhinav / abhinav/tmux-fastcopy
Break apart tmux-fastcopy and fastcopy binary
- 主要语言
- Go
- 星标
- 97
- 派生
- 6
- 平均合并
- 2 分钟
- 30 天内合并 PR
- 2
描述
Separate into two binaries:
- fastcopy would read from stdin and display a widget to select text; all options are passed as CLI arguments or env vars
- tmux-fastcopy handles the tmux integration: looking up tmux config, etc. and calling the fastcopy binary
This would be a first step towards integration elsewhere, e.g. kitty terminal overlays, possibly nvim overlays?
贡献指南
这个仓库没有索引到贡献指南
调研方向
The current codebase is a single Go binary. Start by examining the main.go and any tmux-specific integration code. Identify the separation point: the core text selection widget logic should go into a new 'fastcopy' binary, while tmux configuration handling remains in 'tmux-fastcopy'. Look for existing build scripts or Makefile to understand the build process. 'Done' means two separate binaries that work together as before, with tmux-fastcopy invoking fastcopy.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- go, shell
- 领域
- cli, tooling
- Issue 类型
- 重构
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100