replicate / replicate/cog

Support simple TTY control characters to make progress bars work

Open
#614 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement go rust
Dominant language
Go
Stars
9.5k
Forks
696
Avg merge
7d 19h
Merged PRs (30d)
2

Description

It'd be neat if progress bars didn't turn into a Christmas tree in the logs. If it returns to the start of the line, it should just overwrite the last log line.

Inspired by @zeke's comment about progress being shown on models.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by tracing where progress output is handled and how TTY control characters reach logs; verify the behavior with a progress-bar example. Done means carriage returns overwrite the current log line instead of producing a multi-line “Christmas tree”.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.