Skip to content

Commit

Permalink
also add the items to Tab Context
Browse files Browse the repository at this point in the history
makes _so much sense_ really
although maybe needs a setting to disable? 🤔
  • Loading branch information
koen-at-peppered committed Jul 27, 2023
1 parent 7684b9f commit 1577af7
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions Tab Context.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[
{
"id": "SideBarTools", "caption": "-"
},
{
"caption": "Copy Filename",
"command": "side_bar_copy_name",
"args": { "paths": [] }
},
{
"caption": "Copy Relative Path",
"command": "side_bar_copy_relative_path",
"args": { "paths": [] }
},
{
"caption": "Copy Absolute Path",
"command": "side_bar_copy_absolute_path",
"args": { "paths": [] }
},
{
"caption": "Duplicate…",
"command": "side_bar_duplicate",
"args": { "paths": [] }
},
{
"caption": "Move…",
"command": "side_bar_move",
"args": { "paths": [] }
},
{
"caption": "New…",
"command": "side_bar_new",
"args": { "paths": [] }
},
{
"caption": "Compare",
"command": "side_bar_compare",
"args": { "paths": [] }
}
]
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/braver/SideBarTools/master/screenshot.png" width="502">

Some useful tools to add to your sidebar context menu:
Some useful tools to add to your sidebar and tab context menu's:

- Copy Filename
- Copy Relative Path
Expand Down

0 comments on commit 1577af7

Please sign in to comment.