Repeat the most recently executed command.
main.js, manifest.json, and styles.css from the latest GitHub release.<vault>/.obsidian/plugins/again/.Again remembers one command for the current session. Repeated presses keep running the same command. The Previous command, transient UI launchers, and commands invoked internally during replay do not replace the remembered command.
On desktop, the status bar shows the remembered command using the rotate-ccw icon and command name. Choose Hidden, Icon only, or Icon and command name under Settings → Again. The status bar remains hidden until a command is remembered. Mobile remains fully supported without the desktop status item.
Obsidian does not expose complete command history through its public plugin API. Again narrowly instruments the internal command manager and command palette selection handler, so an Obsidian update could require a compatibility update.
Commands that bypass both internal execution paths cannot be repeated.