https://bugs.kde.org/show_bug.cgi?id=387710
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from [email protected] --- I find this could be useful as well. Some OSX shell plugins provide a `cdf` shell command that allows the users to jump into the folder they just opened in Finder. Like this one: https://github.com/ohmyzsh/ohmyzsh/blob/f1dd97bb2a9df55fae9b1ca26c829b9f8b290667/plugins/osx/osx.plugin.zsh#L194 The motivation is that navigation in a huge directory tree might be much more convenient with GUI, while batch/complex operations should be performed with the command line, but launching a new terminal emulator window is not an option because the user might already have a resident terminal session with enviroment properly set up. Such a command save a copy-paste of the path, and should be easily implemented if the path can be retrieve via DBUS. -- You are receiving this mail because: You are watching all bug changes.
