13 lines
562 B
Text
13 lines
562 B
Text
[
|
|
{ "command": "copy" },
|
|
{ "command": "cut" },
|
|
{ "command": "paste" },
|
|
{ "caption": "-", "id": "selection" },
|
|
{ "command": "select_all" },
|
|
{ "caption": "-", "id": "file" },
|
|
{ "command": "open_in_browser", "caption": "Open in Browser" },
|
|
{ "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"}, "caption": "Open Containing Folder…" },
|
|
{ "command": "copy_path", "caption": "Copy File Path" },
|
|
{ "command": "reveal_in_side_bar", "caption": "Reveal in Side Bar" },
|
|
{ "caption": "-", "id": "end" }
|
|
]
|