{"id":295,"date":"2020-04-24T04:59:36","date_gmt":"2020-04-24T11:59:36","guid":{"rendered":"http:\/\/vinodsr.com\/myblog\/?p=295"},"modified":"2020-04-26T09:32:05","modified_gmt":"2020-04-26T16:32:05","slug":"windows-terminal","status":"publish","type":"post","link":"https:\/\/vinodsr.com\/myblog\/2020\/04\/windows-terminal\/","title":{"rendered":"Windows Terminal"},"content":{"rendered":"\n<p class=\"has-drop-cap\">During my journey towards finding a best terminal tool for windows, i had tried may like cmder, hyper etc. Cmder is a swiss knife for windows. It is similar to iterm2 in mac. But it lacks the speed. It will take almost 2-5 seconds to load a terminal console in cmder.  Yet i continued my journey. <\/p>\n\n\n\n<p>Recently i found a new terminal called Windows Terminal. <\/p>\n\n\n\n<p class=\"has-text-color has-vivid-red-color\">What !!! \ud83d\ude2e<\/p>\n\n\n\n<p>A terminal created by Microsoft ? Yes you heard it right. It is available for download directly from Microsoft store as a preview. <\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"758\" src=\"http:\/\/vinodsr.com\/myblog\/wp-content\/uploads\/2020\/04\/image-1024x758.png\" alt=\"\" class=\"wp-image-296\" srcset=\"https:\/\/vinodsr.com\/myblog\/wp-content\/uploads\/2020\/04\/image-1024x758.png 1024w, https:\/\/vinodsr.com\/myblog\/wp-content\/uploads\/2020\/04\/image-300x222.png 300w, https:\/\/vinodsr.com\/myblog\/wp-content\/uploads\/2020\/04\/image-768x569.png 768w, https:\/\/vinodsr.com\/myblog\/wp-content\/uploads\/2020\/04\/image.png 1282w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>The look is very attractive and appealing. I had installed the application. The UI is very simple. You can launch cmd, powershell, azure shell or any linux shells if you had installed WSL. <\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"632\" src=\"http:\/\/vinodsr.com\/myblog\/wp-content\/uploads\/2020\/04\/image-1-1024x632.png\" alt=\"\" class=\"wp-image-297\" srcset=\"https:\/\/vinodsr.com\/myblog\/wp-content\/uploads\/2020\/04\/image-1-1024x632.png 1024w, https:\/\/vinodsr.com\/myblog\/wp-content\/uploads\/2020\/04\/image-1-300x185.png 300w, https:\/\/vinodsr.com\/myblog\/wp-content\/uploads\/2020\/04\/image-1-768x474.png 768w, https:\/\/vinodsr.com\/myblog\/wp-content\/uploads\/2020\/04\/image-1.png 1370w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>There is no settings window. On clicking the settings menu option (ctrl + ,) a json file will be opened. Luckily it have a schema. IDE like VS Code will give you suggestion on each keys in the JSON file. This is really helpful. You can edit almost all features in the tool using the JSON.<\/p>\n\n\n\n<p>You can visit  <br><a href=\"https:\/\/github.com\/microsoft\/terminal\/blob\/master\/doc\/user-docs\/UsingJsonSettings.md\">https:\/\/github.com\/microsoft\/terminal\/blob\/master\/doc\/user-docs\/UsingJsonSettings.md<\/a>  to get an idea about the settings.json <\/p>\n\n\n\n<p>You can create different color schemes for the terminal. I was searching for a good tool which can generate the color schemes. I found a site <a href=\"https:\/\/terminal.sexy\">https:\/\/terminal.sexy<\/a>  . It can generate color schemes for many tools like putty, iterm2 etc , but no option for Windows terminal. I am currently working to make it work for terminal. <\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Meanwhile you can use some color shemes that i use in the terminal<\/p>\n\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"json\" class=\"language-json\">{\n    \"schemes\": [\n        {\n            \"name\": \"test\",\n            \"background\": \"#1d1f21\",\n            \"foreground\": \"#c5c8c6\",\n            \"black\": \"#1d1f21\",\n            \"brightBlack\": \"#cc342b\",\n            \"red\": \"#198844\",\n            \"brightRed\": \"#fba922\",\n            \"green\": \"#3971ed\",\n            \"brightGreen\": \"#a36ac7\",\n            \"yellow\": \"#3971ed\",\n            \"brightYellow\": \"#c5c8c6\",\n            \"blue\": \"#969896\",\n            \"brightBlue\": \"#cc342b\",\n            \"purple\": \"#198844\",\n            \"brightPurple\": \"#fba922\",\n            \"cyan\": \"#3971ed\",\n            \"brightCyan\": \"#a36ac7\",\n            \"white\": \"#3971ed\",\n            \"brightWhite\": \"#3971ed\"\n        },\n        {\n            \"background\": \"#282A36\",\n            \"black\": \"#21222C\",\n            \"blue\": \"#BD93F9\",\n            \"brightBlack\": \"#6272A4\",\n            \"brightBlue\": \"#D6ACFF\",\n            \"brightCyan\": \"#A4FFFF\",\n            \"brightGreen\": \"#69FF94\",\n            \"brightPurple\": \"#FF92DF\",\n            \"brightRed\": \"#FF6E6E\",\n            \"brightWhite\": \"#FFFFFF\",\n            \"brightYellow\": \"#FFFFA5\",\n            \"cyan\": \"#8BE9FD\",\n            \"foreground\": \"#F8F8F2\",\n            \"green\": \"#50FA7B\",\n            \"name\": \"Dracula\",\n            \"purple\": \"#FF79C6\",\n            \"red\": \"#FF5555\",\n            \"white\": \"#F8F8F2\",\n            \"yellow\": \"#F1FA8C\"\n        },\n        {\n            \"background\": \"#000000\",\n            \"black\": \"#000000\",\n            \"blue\": \"#2980b9\",\n            \"brightBlack\": \"#7f8c8d\",\n            \"brightBlue\": \"#3498db\",\n            \"brightCyan\": \"#1abc9c\",\n            \"brightGreen\": \"#2ecc71\",\n            \"brightPurple\": \"#9b59b6\",\n            \"brightRed\": \"#e74c3c\",\n            \"brightWhite\": \"#ecf0f1\",\n            \"brightYellow\": \"#f1c40f\",\n            \"cyan\": \"#16a085\",\n            \"foreground\": \"#ecf0f1\",\n            \"green\": \"#27ae60\",\n            \"name\": \"flat-ui-v1\",\n            \"purple\": \"#8e44ad\",\n            \"red\": \"#c0392b\",\n            \"white\": \"#ecf0f1\",\n            \"yellow\": \"#f39c12\"\n        },\n        {\n            \"name\": \"dark\",\n            \"foreground\": \"#000000\",\n            \"background\": \"#ffffff\",\n            \"black\": \"#000000\",\n            \"brightBlack\": \"#111111\",\n            \"red\": \"#222222\",\n            \"brightRed\": \"#333333\",\n            \"green\": \"#444444\",\n            \"brightGreen\": \"#555555\",\n            \"yellow\": \"#666666\",\n            \"brightYellow\": \"#777777\",\n            \"blue\": \"#090909\",\n            \"brightBlue\": \"#181818\",\n            \"purple\": \"#272727\",\n            \"brightPurple\": \"#393939\",\n            \"cyan\": \"#484848\",\n            \"brightCyan\": \"#595959\",\n            \"white\": \"#707070\",\n            \"brightWhite\": \"#707070\"\n        }\n    ]\n}<\/code><\/pre>\n\n\n\n<p> Once the changes to the terminal.sexy is completed, I will publish it.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Stay home Stay safe !<\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>During my journey towards finding a best terminal tool for windows, i had tried may like cmder, hyper etc. Cmder is a swiss knife for&hellip;<\/p>\n","protected":false},"author":1,"featured_media":296,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,9],"tags":[73,76,74,75],"class_list":["post-295","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-general","category-windows","tag-microsoft","tag-review","tag-terminal","tag-tools","has-post-thumbnail-archive"],"aioseo_notices":[],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/vinodsr.com\/myblog\/wp-json\/wp\/v2\/posts\/295","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vinodsr.com\/myblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vinodsr.com\/myblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vinodsr.com\/myblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vinodsr.com\/myblog\/wp-json\/wp\/v2\/comments?post=295"}],"version-history":[{"count":6,"href":"https:\/\/vinodsr.com\/myblog\/wp-json\/wp\/v2\/posts\/295\/revisions"}],"predecessor-version":[{"id":327,"href":"https:\/\/vinodsr.com\/myblog\/wp-json\/wp\/v2\/posts\/295\/revisions\/327"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vinodsr.com\/myblog\/wp-json\/wp\/v2\/media\/296"}],"wp:attachment":[{"href":"https:\/\/vinodsr.com\/myblog\/wp-json\/wp\/v2\/media?parent=295"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vinodsr.com\/myblog\/wp-json\/wp\/v2\/categories?post=295"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vinodsr.com\/myblog\/wp-json\/wp\/v2\/tags?post=295"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}