Command-line tool

Manage feedback from your terminal

List, pick, dismiss, and resolve feedback without leaving your editor.

$ npm install -g @makethisbetter/cli

Single binary · zero dependencies · macOS, Linux & Windows

Filter & Sort

Filter by status, type, or priority. Sort by priority, created, or updated — narrow to exactly what needs attention.

JSON Output

The --json flag emits machine-readable output — pipe it straight into scripts and agents.

Cross-platform

One static binary for macOS, Linux, and Windows. No runtime, no dependencies — download and run.

In the terminal

Your backlog, one command away.

zsh — makethisbetter
$ makethisbetter feedback list --project demo --sort priority
ID STATUS TITLE ▲
────── ───────────── ────────────────────────────────── ───
demo/FB-42 in-progress Export button doesn't work on… 12
demo/FB-40 pending Dashboard too slow for monitoring 27
demo/FB-41 received Dark mode and scheduled themes 34
demo/FB-36 pending Mobile layout breaks on iPhone… 21
4 open · sorted by priority · run --json for machine output
feedback pick demo/FB-42 feedback resolve demo/FB-42 feedback dismiss demo/FB-39
Get started

Up and running in 30 seconds.

1 Install the binary
$ npm install -g @makethisbetter/cli
2 Authenticate
$ makethisbetter login # opens browser
3 List & pick feedback
$ makethisbetter feedback list

Open source. Free.

Read the source, file issues, or send a PR. The CLI lives on GitHub.

View on GitHub
github.com/makethisbetter/cli