gdx 0.4.4 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.js +470 -464
- package/dist/workers/generic.worker.min.js +1 -0
- package/package.json +21 -20
- package/scripts/postinstall.cjs +272 -272
package/README.md
CHANGED
|
@@ -270,6 +270,7 @@ Tools to help you feel productive without leaving the terminal.
|
|
|
270
270
|
| `reword`, `rew` | Rewrite commit messages |
|
|
271
271
|
| `parallel`, `par` | Manage parallel worktrees for the current branch |
|
|
272
272
|
| `stats` | Show contribution statistics and metrics for the current repo |
|
|
273
|
+
| `snap` | Create a local snapshot of current worktree/repository |
|
|
273
274
|
| `graph` | Render a GitHub-style contribution heatmap in the terminal |
|
|
274
275
|
| `nocap` | Roast your latest commit message with AI |
|
|
275
276
|
| `clear` | Wipe changes in the working directory with a backup patch |
|