{"id":9982,"date":"2015-10-01T08:00:08","date_gmt":"2015-10-01T15:00:08","guid":{"rendered":"https:\/\/www.sapien.com\/blog\/?p=9982"},"modified":"2016-05-04T16:27:27","modified_gmt":"2016-05-04T23:27:27","slug":"powershell-studio-2015-new-custom-menu-features-git-template","status":"publish","type":"post","link":"https:\/\/dev.sapien.com\/blog\/2015\/10\/01\/powershell-studio-2015-new-custom-menu-features-git-template\/","title":{"rendered":"PowerShell Studio 2015 &ndash; New Custom Menu Features &amp; GIT template"},"content":{"rendered":"<p>We are continuing to cover the new features introduced in the latest service build of PowerShell Studio 2015 (v4.2.95). In this article we will cover the new additions to PowerShell Studio&#8217;s custom menu.<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2015\/10\/image391.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"display: inline; border: 0px;\" title=\"image\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2015\/10\/image39_thumb1.png\" alt=\"image\" width=\"644\" height=\"75\" border=\"0\" \/><\/a><\/p>\n<p>For those who aren\u2019t familiar with the custom menu, it is a menu that users can customize to call other tools and processes. The menu\u2019s contents can be determined on a global level or a local folder level. Please refer to the following article for more details on the custom menu feature:<\/p>\n<p><a title=\"https:\/\/www.sapien.com\/blog\/2013\/01\/08\/powershell-studio-2012-with-git-subversion-and-mercurial-oh-my\/\" href=\"https:\/\/www.sapien.com\/blog\/2013\/01\/08\/powershell-studio-2012-with-git-subversion-and-mercurial-oh-my\/\">https:\/\/www.sapien.com\/blog\/2013\/01\/08\/powershell-studio-2012-with-git-subversion-and-mercurial-oh-my\/<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong>Application vs Commandline<\/strong><\/p>\n<p>We added an optional [Application] group to the CustomMenu.inf.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: inline; border-width: 0px;\" title=\"Application group\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2015\/09\/image47.png\" alt=\"Application group\" width=\"424\" height=\"52\" border=\"0\" \/><\/p>\n<p>Any command in the [Application] group will run without waiting for the process to complete. This is a fire-and-forget trigger for applications that do not provide console output, such as PowerRegEx or Windows Explorer.<\/p>\n<p>&nbsp;<\/p>\n<p>If you want to display the console application\u2019s results in the Output panel, use the Commandline group:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: inline; border-width: 0px;\" title=\"Commandline group\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2015\/09\/image48.png\" alt=\"Commandline group\" width=\"580\" height=\"39\" border=\"0\" \/><\/p>\n<p>Note: [Commandline] is the same as using [Menu].<\/p>\n<p>The [Application] and [Commandline] groups are separated in the custom menu.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Menu Separators<\/strong><\/p>\n<p>We included the ability to add separators to the custom menu, which allows you to visually group commands:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: inline; border: 0px;\" title=\"Custom Menu with separators\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2015\/10\/image3.png\" alt=\"Custom Menu with separators\" width=\"426\" height=\"291\" border=\"0\" \/><\/p>\n<p>To add a separator, include a line item with a dash for text:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: inline; border-width: 0px;\" title=\"Add a separator\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2015\/09\/image50.png\" alt=\"Add a separator\" width=\"574\" height=\"59\" border=\"0\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Prompt for Input<\/strong><\/p>\n<p>You now have the option to prompt for input when triggering a custom menu item.<\/p>\n<p>For example, when committing in GIT, you are required to insert a comment. Now you can use the prompt to enter a unique comment.<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2015\/10\/SNAGHTML4e39890.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"display: inline; border: 0px;\" title=\"Prompt\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2015\/10\/SNAGHTML4e39890_thumb.png\" alt=\"Prompt\" width=\"244\" height=\"76\" border=\"0\" \/><\/a><\/p>\n<p>To prompt the user, you must use the following macro in your Custom Menu.inf file:<\/p>\n<p>{Prompt}<\/p>\n<p>If you wish to include a message then use the following format:<\/p>\n<p>{Prompt|Message}<\/p>\n<p>Where <em>Message<\/em> is the text you wish to display.<\/p>\n<p>If you wish to include a default value then use the following format:<\/p>\n<p>{Prompt|Message|Default Value}<\/p>\n<p>Where <em>Default Value<\/em> is the text you wish to prefill the prompt dialog\u2019s input line.<\/p>\n<p>Here is a sample prompt that is used to enter a comment for the GIT commit command:<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2015\/10\/image33.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"display: inline; border: 0px;\" title=\"Using a prompt\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2015\/10\/image33_thumb.png\" alt=\"Using a prompt\" width=\"644\" height=\"33\" border=\"0\" \/><\/a><\/p>\n<p>As you can see, macro variables can be used within the prompt\u2019s text.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>GIT Custom Menu Template<\/strong><\/p>\n<p>You can download our sample <a href=\"https:\/\/www.sapien.com\/downloads#Blog%20Samples\/CustomMenu%20GIT%20Template.zip\">Custom Menu.inf<\/a> and use it as a template for your GIT repository folders. Simply copy the Custom Menu.inf into your GIT folder and edit the template to fit your needs. When you open a file in the folder, PowerShell Studio\u2019s custom menu will automatically provide you with the commands you specified.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We are continuing to cover the new features introduced in the latest service build of PowerShell Studio 2015 (v4.2.95). In this article we will cover the new additions to PowerShell Studio&#8217;s custom menu. For those who aren\u2019t familiar with the custom menu, it is a menu that users can customize to call other tools and [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[703,632,25],"tags":[1031,786,28,951,1032,141],"class_list":["post-9982","post","type-post","status-publish","format-standard","hentry","category-powershell-studio","category-whats-new-software-news","category-windows-powershell","tag-custom-menu","tag-git","tag-powershell","tag-powershell-studio-2015","tag-template","tag-whats-new"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"We are continuing to cover the new features introduced in the latest service build of PowerShell Studio 2015 (v4.2.95). In this article we will cover the new additions to PowerShell Studio&#039;s custom menu. For those who aren\u2019t familiar with the custom menu, it is a menu that users can customize to call other tools and\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"David Corrales\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/dev.sapien.com\/blog\/2015\/10\/01\/powershell-studio-2015-new-custom-menu-features-git-template\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"DEV SAPIEN Blog - Tools for IT Success\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"PowerShell Studio 2015 \u2013 New Custom Menu Features &amp; GIT template - DEV SAPIEN Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"We are continuing to cover the new features introduced in the latest service build of PowerShell Studio 2015 (v4.2.95). In this article we will cover the new additions to PowerShell Studio&#039;s custom menu. For those who aren\u2019t familiar with the custom menu, it is a menu that users can customize to call other tools and\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/dev.sapien.com\/blog\/2015\/10\/01\/powershell-studio-2015-new-custom-menu-features-git-template\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2015-10-01T15:00:08+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-05-04T23:27:27+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"PowerShell Studio 2015 \u2013 New Custom Menu Features &amp; GIT template - DEV SAPIEN Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"We are continuing to cover the new features introduced in the latest service build of PowerShell Studio 2015 (v4.2.95). In this article we will cover the new additions to PowerShell Studio&#039;s custom menu. For those who aren\u2019t familiar with the custom menu, it is a menu that users can customize to call other tools and\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2015\\\/10\\\/01\\\/powershell-studio-2015-new-custom-menu-features-git-template\\\/#blogposting\",\"name\":\"PowerShell Studio 2015 \\u2013 New Custom Menu Features & GIT template - DEV SAPIEN Blog\",\"headline\":\"PowerShell Studio 2015 &ndash; New Custom Menu Features &amp; GIT template\",\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.sapien.com\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/10\\\/image39_thumb1.png\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2015\\\/10\\\/01\\\/powershell-studio-2015-new-custom-menu-features-git-template\\\/#articleImage\"},\"datePublished\":\"2015-10-01T08:00:08-07:00\",\"dateModified\":\"2016-05-04T16:27:27-07:00\",\"inLanguage\":\"en-US\",\"commentCount\":15,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2015\\\/10\\\/01\\\/powershell-studio-2015-new-custom-menu-features-git-template\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2015\\\/10\\\/01\\\/powershell-studio-2015-new-custom-menu-features-git-template\\\/#webpage\"},\"articleSection\":\"PowerShell Studio, What's new, Windows PowerShell, custom menu, Git, powershell, PowerShell Studio 2015, template, what's new\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2015\\\/10\\\/01\\\/powershell-studio-2015-new-custom-menu-features-git-template\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"position\":2,\"name\":\"Software News\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/whats-new-software-news\\\/#listItem\",\"name\":\"What's new\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/whats-new-software-news\\\/#listItem\",\"position\":3,\"name\":\"What's new\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/whats-new-software-news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2015\\\/10\\\/01\\\/powershell-studio-2015-new-custom-menu-features-git-template\\\/#listItem\",\"name\":\"PowerShell Studio 2015 &ndash; New Custom Menu Features &amp; GIT template\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2015\\\/10\\\/01\\\/powershell-studio-2015-new-custom-menu-features-git-template\\\/#listItem\",\"position\":4,\"name\":\"PowerShell Studio 2015 &ndash; New Custom Menu Features &amp; GIT template\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/whats-new-software-news\\\/#listItem\",\"name\":\"What's new\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/\",\"name\":\"David Corrales\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2015\\\/10\\\/01\\\/powershell-studio-2015-new-custom-menu-features-git-template\\\/#webpage\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2015\\\/10\\\/01\\\/powershell-studio-2015-new-custom-menu-features-git-template\\\/\",\"name\":\"PowerShell Studio 2015 \\u2013 New Custom Menu Features & GIT template - DEV SAPIEN Blog\",\"description\":\"We are continuing to cover the new features introduced in the latest service build of PowerShell Studio 2015 (v4.2.95). In this article we will cover the new additions to PowerShell Studio's custom menu. For those who aren\\u2019t familiar with the custom menu, it is a menu that users can customize to call other tools and\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2015\\\/10\\\/01\\\/powershell-studio-2015-new-custom-menu-features-git-template\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\"},\"datePublished\":\"2015-10-01T08:00:08-07:00\",\"dateModified\":\"2016-05-04T16:27:27-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"PowerShell Studio 2015 \u2013 New Custom Menu Features & GIT template - DEV SAPIEN Blog","description":"We are continuing to cover the new features introduced in the latest service build of PowerShell Studio 2015 (v4.2.95). In this article we will cover the new additions to PowerShell Studio's custom menu. For those who aren\u2019t familiar with the custom menu, it is a menu that users can customize to call other tools and","canonical_url":"https:\/\/dev.sapien.com\/blog\/2015\/10\/01\/powershell-studio-2015-new-custom-menu-features-git-template\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/dev.sapien.com\/blog\/2015\/10\/01\/powershell-studio-2015-new-custom-menu-features-git-template\/#blogposting","name":"PowerShell Studio 2015 \u2013 New Custom Menu Features & GIT template - DEV SAPIEN Blog","headline":"PowerShell Studio 2015 &ndash; New Custom Menu Features &amp; GIT template","author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author"},"publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2015\/10\/image39_thumb1.png","@id":"https:\/\/dev.sapien.com\/blog\/2015\/10\/01\/powershell-studio-2015-new-custom-menu-features-git-template\/#articleImage"},"datePublished":"2015-10-01T08:00:08-07:00","dateModified":"2016-05-04T16:27:27-07:00","inLanguage":"en-US","commentCount":15,"mainEntityOfPage":{"@id":"https:\/\/dev.sapien.com\/blog\/2015\/10\/01\/powershell-studio-2015-new-custom-menu-features-git-template\/#webpage"},"isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/2015\/10\/01\/powershell-studio-2015-new-custom-menu-features-git-template\/#webpage"},"articleSection":"PowerShell Studio, What's new, Windows PowerShell, custom menu, Git, powershell, PowerShell Studio 2015, template, what's new"},{"@type":"BreadcrumbList","@id":"https:\/\/dev.sapien.com\/blog\/2015\/10\/01\/powershell-studio-2015-new-custom-menu-features-git-template\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/dev.sapien.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","position":2,"name":"Software News","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/whats-new-software-news\/#listItem","name":"What's new"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/whats-new-software-news\/#listItem","position":3,"name":"What's new","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/whats-new-software-news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2015\/10\/01\/powershell-studio-2015-new-custom-menu-features-git-template\/#listItem","name":"PowerShell Studio 2015 &ndash; New Custom Menu Features &amp; GIT template"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2015\/10\/01\/powershell-studio-2015-new-custom-menu-features-git-template\/#listItem","position":4,"name":"PowerShell Studio 2015 &ndash; New Custom Menu Features &amp; GIT template","previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/whats-new-software-news\/#listItem","name":"What's new"}}]},{"@type":"Organization","@id":"https:\/\/dev.sapien.com\/blog\/#organization","name":"DEV SAPIEN Blog","description":"Tools for IT Success","url":"https:\/\/dev.sapien.com\/blog\/"},{"@type":"Person","@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author","url":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/","name":"David Corrales"},{"@type":"WebPage","@id":"https:\/\/dev.sapien.com\/blog\/2015\/10\/01\/powershell-studio-2015-new-custom-menu-features-git-template\/#webpage","url":"https:\/\/dev.sapien.com\/blog\/2015\/10\/01\/powershell-studio-2015-new-custom-menu-features-git-template\/","name":"PowerShell Studio 2015 \u2013 New Custom Menu Features & GIT template - DEV SAPIEN Blog","description":"We are continuing to cover the new features introduced in the latest service build of PowerShell Studio 2015 (v4.2.95). In this article we will cover the new additions to PowerShell Studio's custom menu. For those who aren\u2019t familiar with the custom menu, it is a menu that users can customize to call other tools and","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/dev.sapien.com\/blog\/2015\/10\/01\/powershell-studio-2015-new-custom-menu-features-git-template\/#breadcrumblist"},"author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author"},"creator":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author"},"datePublished":"2015-10-01T08:00:08-07:00","dateModified":"2016-05-04T16:27:27-07:00"},{"@type":"WebSite","@id":"https:\/\/dev.sapien.com\/blog\/#website","url":"https:\/\/dev.sapien.com\/blog\/","name":"DEV SAPIEN Blog","description":"Tools for IT Success","inLanguage":"en-US","publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"DEV SAPIEN Blog - Tools for IT Success","og:type":"article","og:title":"PowerShell Studio 2015 \u2013 New Custom Menu Features &amp; GIT template - DEV SAPIEN Blog","og:description":"We are continuing to cover the new features introduced in the latest service build of PowerShell Studio 2015 (v4.2.95). In this article we will cover the new additions to PowerShell Studio's custom menu. For those who aren\u2019t familiar with the custom menu, it is a menu that users can customize to call other tools and","og:url":"https:\/\/dev.sapien.com\/blog\/2015\/10\/01\/powershell-studio-2015-new-custom-menu-features-git-template\/","article:published_time":"2015-10-01T15:00:08+00:00","article:modified_time":"2016-05-04T23:27:27+00:00","twitter:card":"summary_large_image","twitter:title":"PowerShell Studio 2015 \u2013 New Custom Menu Features &amp; GIT template - DEV SAPIEN Blog","twitter:description":"We are continuing to cover the new features introduced in the latest service build of PowerShell Studio 2015 (v4.2.95). In this article we will cover the new additions to PowerShell Studio's custom menu. For those who aren\u2019t familiar with the custom menu, it is a menu that users can customize to call other tools and"},"aioseo_meta_data":{"post_id":"9982","title":null,"description":null,"keywords":null,"keyphrases":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-08-28 15:35:49","updated":"2026-08-28 15:35:49"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/\" title=\"Software News\">Software News<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/whats-new-software-news\/\" title=\"What&apos;s new\">What's new<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPowerShell Studio 2015 \u2013 New Custom Menu Features &amp; GIT template\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/dev.sapien.com\/blog"},{"label":"Software News","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/"},{"label":"What's new","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/whats-new-software-news\/"},{"label":"PowerShell Studio 2015 &ndash; New Custom Menu Features &amp; GIT template","link":"https:\/\/dev.sapien.com\/blog\/2015\/10\/01\/powershell-studio-2015-new-custom-menu-features-git-template\/"}],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/9982","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/comments?post=9982"}],"version-history":[{"count":10,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/9982\/revisions"}],"predecessor-version":[{"id":11915,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/9982\/revisions\/11915"}],"wp:attachment":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/media?parent=9982"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/categories?post=9982"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/tags?post=9982"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}