# cc-steer list


List recent feedback events, newest first.


``` bash
cc-steer list [OPTIONS]
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: cc-steer list [OPTIONS]

      List recent feedback events, newest first.

    Options:
      --source [transcript_message|plan_review|interrupt_rejection|review_comment|question_answer]
                                      Restrict to one source kind.
      --limit INTEGER                 Maximum events to show.  [default: 20]
      --db FILE                       Database path. Defaults to ~/.cc-
                                      steer/feedback.db.
      --help                          Show this message and exit.


# Options


`--source: CHOICE`  
Restrict to one source kind.

`--limit: INTEGER = 20`  
Maximum events to show.

`--db: FILE`  
Database path. Defaults to ~/.cc-steer/feedback.db.
