Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let's have Terminus menu under Tools -> Packages #401

Open
d0vgan opened this issue Sep 10, 2023 · 0 comments
Open

Let's have Terminus menu under Tools -> Packages #401

d0vgan opened this issue Sep 10, 2023 · 0 comments

Comments

@d0vgan
Copy link

d0vgan commented Sep 10, 2023

Similarly to the PackageDev and EasyWorkspace package, let's have Terminus menu under Tools -> Packages.
I've created the following "Main.sublime-menu" file under "SublimeText/Data/Packages/User/Terminus" :

[
	{
		"id": "tools",
		"children":
		[
			{
				"id": "packages",
				"caption": "Packages",
				"mnemonic": "P",
				"children":
				[
					{
						"id": "terminus",
						"caption": "Terminus",
						"mnemonic": "T",
						"children":
						[
							{ "caption": "Open Default Shell in Panel", "command": "terminus_open", "args": {"show_in_panel": true} },
							{ "caption": "Open Default Shell in Tab (View)", "command": "terminus_open" },
							{ "caption": "-" },
							{ "caption": "Terminus: Close All", "command": "terminus_close_all" }
						]
					}
				]
			}
		]
	}
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant