I often have situation in small pet projects when I made many small edits to different files and want to commit some specific changes right now. But finding specific file in band above commit message simply by scrolling left/right is unwieldy, especially if there are several files with similar names in different directories.
It would very convenient if I could type smerge <file-path> and have GUI focus on specified file.
Right now it simply opens to repository this file belongs to, focused either on “summary” tab for new window or last selected file if repo was already open, NOT on file specified in command line.