TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Yet another (command-line) bug tracker

49 点作者 jeremyjitr将近 15 年前

4 条评论

yummyfajitas将近 15 年前
I don't think we need another bug tracker - bugzilla and trac do a great job already.<p>What I'd love to have is a command line <i>interface</i> to existing bug trackers.
评论 #1620947 未加载
评论 #1621042 未加载
评论 #1621254 未加载
评论 #1621289 未加载
kilian将近 15 年前
So, something that's not immediatelly apparent upon reading this. How do I use it? Do I init it in an existing GIT repository and will the added bugs be synced along with my other changes? That would be awesome to replace my current method of light-weight bug tracking: a todo.txt in the git repo.
评论 #1620437 未加载
c1sc0将近 15 年前
I'm just wondering: is using a command-line bug editor actually a good idea? Seems like the perfect way to stay out of touch with how normal people experience your software.
评论 #1620559 未加载
mkramlich将近 15 年前
A CLI bug tracker client is attractive if the data model is super simple and/or pure text. Once you need or want to start attaching files, especially screenshots or other media, to each issue, then the CLI doesn't fit as well. Very appealing idea, however.