rr-debugger / rr-debugger/rr

add rr commands to manage recordings

Open
#1,415 15 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

goodfirstbug
Dominant language
C++
Stars
10.7k
Forks
662
Avg merge
2d 3h
Merged PRs (30d)
2

Description

Sometimes I lose track of which recordings I've made and which I want to keep. It would be nice if rr had command line commands to manage recordings by name so you can do things like:

$ rr list
firefox-0
firefox-1 (latest)
firefox-4
$ rr mv firefox-0 firefox-bug123-repro
$ rr rm firefox-1  # maybe rr rm latest, too
$ rr replay firefox-bug123-repro

I can of course do this by moving directories around in ~/.rr. But it would be nice just like it's nice with Mercurial queue management.

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 source files, tests, or entry points are identified in the issue. Start by locating rr's command-line handling and recording storage under ~/.rr; define and verify list, mv, rm, and replay behavior for named recordings, including the proposed latest alias.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
cli, devtools
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.