Jj Down banner
nandofarias nandofarias

Jj Down

Development community

Description

Move down in the stack (to the parent change). Run: ```bash jj prev --edit ``` After moving, show the current position: ```bash jj log -r 'trunk()..@ | @' --limit 10 ``` If already at the bottom of the stack (parent is trunk), inform the user.

Installation

Installs to ~/.claude/commands/nandofarias-dotfiles-jj-down.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nandofarias/dotfiles/HEAD/.claude/commands/jj-down.md -o ~/.claude/commands/nandofarias-dotfiles-jj-down.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository