mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:27:34 +00:00
FileManager: Add Open in Terminal on folder context menu
This commit is contained in:
parent
47e1d5c05e
commit
86a4d0694f
3 changed files with 42 additions and 12 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
namespace FileManager {
|
||||
|
||||
void spawn_terminal(String const& directory);
|
||||
|
||||
class LauncherHandler : public RefCounted<LauncherHandler> {
|
||||
public:
|
||||
LauncherHandler(const NonnullRefPtr<Desktop::Launcher::Details>& details)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue