{"id":3025,"date":"2017-10-17T03:07:31","date_gmt":"2017-10-16T22:07:31","guid":{"rendered":"https:\/\/ahmadawais.com\/?p=3025"},"modified":"2017-10-17T03:27:13","modified_gmt":"2017-10-16T22:27:13","slug":"command-line-zsh-syntax-highlighting-dope","status":"publish","type":"post","link":"https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/","title":{"rendered":"Command-Line ZSH Syntax Highlighting Is Dope!"},"content":{"rendered":"<p>I&#8217;m a command-line power-user. I do more things with command line than I probably should. So, I have built a lot of small workflows to help me with daily stuff.<\/p>\n<p>For example, Command-Line ZSH Syntax Highlighting is a total win. It helps me visualize if I am about to run a dangerous command <code>rm -rf *<\/code> (anyone?) \u2014 and also if a program exists in the $PATH or not.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3027\" src=\"https:\/\/ahmadawais.com\/wp-content\/uploads\/2017\/10\/zsh-syntax-highlight.gif\" alt=\" zsh-syntax-highlight\" width=\"606\" height=\"335\" \/><\/p>\n<p>Syntax highlight in ZSH is awesome. It highlights what you\u2019re tying in real time.<\/p>\n<ul>\n<li>If a program doesn\u2019t exist, the text is\u00a0<code>red<\/code>.<\/li>\n<li>If a program does exist, the text is\u00a0<code>green<\/code>.<\/li>\n<li>It highlights matching brackets, text inside quotes, loads of stuff.<\/li>\n<\/ul>\n<p>To use it, clone\u00a0<a href=\"https:\/\/github.com\/zsh-users\/zsh-syntax-highlighting\"><code>zsh-syntax-highlighting<\/code><\/a>\u00a0from Github and add the following commands to your\u00a0<code>.zshrc<\/code>. They\u2019ll enable the common highlighters, and add a warning highlight when you try and use\u00a0<code>rm -rf<\/code>.<\/p>\n<div class=\"oembed-gist\"><script src=\"https:\/\/gist.github.com\/ahmadawais\/6674c87b5ebb6c4748c542dacbe48881.js\"><\/script><noscript>View the code on <a href=\"https:\/\/gist.github.com\/ahmadawais\/6674c87b5ebb6c4748c542dacbe48881\">Gist<\/a>.<\/noscript><\/div>\n<p>Happy hacking. Peace! \u270c\ufe0f<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Command-Line ZSH Syntax Highlighting is a total win. It helps me visualize if I am about to run a dangerous command `rm -rf *` (anyone?) \u2014 and also if a program exists in the $PATH or not. Check it out.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"webmentions_disabled_pings":false,"webmentions_disabled":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[141],"tags":[171,172],"class_list":["post-3025","post","type-post","status-publish","format-standard","hentry","category-devops","tag-command-line","tag-zsh"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Command-Line ZSH Syntax Highlighting Is Dope!<\/title>\n<meta name=\"description\" content=\"Command-Line ZSH Syntax Highlighting is a total win. It helps me visualize if I am about to run a dangerous command `rm -rf *` (anyone?) \u2014 and also if a program exists in the $PATH or not. Check it out.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Command-Line ZSH Syntax Highlighting Is Dope!\" \/>\n<meta property=\"og:description\" content=\"Command-Line ZSH Syntax Highlighting is a total win. It helps me visualize if I am about to run a dangerous command `rm -rf *` (anyone?) \u2014 and also if a program exists in the $PATH or not. Check it out.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/\" \/>\n<meta property=\"og:site_name\" content=\"Ahmad Awais\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/AhmadAwais\" \/>\n<meta property=\"article:author\" content=\"https:\/\/facebook.com\/AhmadAwais\" \/>\n<meta property=\"article:published_time\" content=\"2017-10-16T22:07:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-10-16T22:27:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ahmadawais.com\/wp-content\/uploads\/2017\/10\/zsh-syntax-highlight.gif\" \/>\n<meta name=\"author\" content=\"Ahmad Awais\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@MrAhmadAwais\" \/>\n<meta name=\"twitter:site\" content=\"@MrAhmadAwais\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ahmad Awais\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/command-line-zsh-syntax-highlighting-dope\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/command-line-zsh-syntax-highlighting-dope\\\/\"},\"author\":{\"name\":\"Ahmad Awais\",\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/#\\\/schema\\\/person\\\/1d1b9504182dca2315cf039fb4ebb85b\"},\"headline\":\"Command-Line ZSH Syntax Highlighting Is Dope!\",\"datePublished\":\"2017-10-16T22:07:31+00:00\",\"dateModified\":\"2017-10-16T22:27:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/command-line-zsh-syntax-highlighting-dope\\\/\"},\"wordCount\":157,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/#\\\/schema\\\/person\\\/1d1b9504182dca2315cf039fb4ebb85b\"},\"image\":{\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/command-line-zsh-syntax-highlighting-dope\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ahmadawais.com\\\/wp-content\\\/uploads\\\/2017\\\/10\\\/zsh-syntax-highlight.gif\",\"keywords\":[\"command line\",\"zsh\"],\"articleSection\":[\"DevOps\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/ahmadawais.com\\\/command-line-zsh-syntax-highlighting-dope\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/command-line-zsh-syntax-highlighting-dope\\\/\",\"url\":\"https:\\\/\\\/ahmadawais.com\\\/command-line-zsh-syntax-highlighting-dope\\\/\",\"name\":\"Command-Line ZSH Syntax Highlighting Is Dope!\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/command-line-zsh-syntax-highlighting-dope\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/command-line-zsh-syntax-highlighting-dope\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ahmadawais.com\\\/wp-content\\\/uploads\\\/2017\\\/10\\\/zsh-syntax-highlight.gif\",\"datePublished\":\"2017-10-16T22:07:31+00:00\",\"dateModified\":\"2017-10-16T22:27:13+00:00\",\"description\":\"Command-Line ZSH Syntax Highlighting is a total win. It helps me visualize if I am about to run a dangerous command `rm -rf *` (anyone?) \u2014 and also if a program exists in the $PATH or not. Check it out.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/command-line-zsh-syntax-highlighting-dope\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ahmadawais.com\\\/command-line-zsh-syntax-highlighting-dope\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/command-line-zsh-syntax-highlighting-dope\\\/#primaryimage\",\"url\":\"https:\\\/\\\/ahmadawais.com\\\/wp-content\\\/uploads\\\/2017\\\/10\\\/zsh-syntax-highlight.gif\",\"contentUrl\":\"https:\\\/\\\/ahmadawais.com\\\/wp-content\\\/uploads\\\/2017\\\/10\\\/zsh-syntax-highlight.gif\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/command-line-zsh-syntax-highlighting-dope\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ahmadawais.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Command-Line ZSH Syntax Highlighting Is Dope!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/#website\",\"url\":\"https:\\\/\\\/ahmadawais.com\\\/\",\"name\":\"Ahmad Awais\",\"description\":\"Founder &amp; CEO of CommandCode.ai f\\\/k\\\/a Langbase | Google Developers Advisory Board (gDAB) founding member\",\"publisher\":{\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/#\\\/schema\\\/person\\\/1d1b9504182dca2315cf039fb4ebb85b\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ahmadawais.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/#\\\/schema\\\/person\\\/1d1b9504182dca2315cf039fb4ebb85b\",\"name\":\"Ahmad Awais\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Ahmad-Awais-face.jpg\",\"url\":\"https:\\\/\\\/ahmadawais.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Ahmad-Awais-face.jpg\",\"contentUrl\":\"https:\\\/\\\/ahmadawais.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Ahmad-Awais-face.jpg\",\"width\":2299,\"height\":1705,\"caption\":\"Ahmad Awais\"},\"logo\":{\"@id\":\"https:\\\/\\\/ahmadawais.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Ahmad-Awais-face.jpg\"},\"description\":\"Founder & CEO of \u2318 Command Code coding agent with taste. Founded Langbase.com, AI cloud to build, deploy, and scale AI agents with tools & memory \u00b7 Creator of Command.new. \\\"Awais is an awesome example for developers\\\" \u2014 Satya Nadella, CEO of Microsoft. NASA Mars Ingenuity Helicopter mission code contributor 8th GitHub Stars Award recipient with 5x GitHub Stars Award (Listed as GitHub's #1 JavaScript trending developer). Google Developers Expert Web DevRel. Ex VP Eng (DevTools & DevRel) Rapid \u00b7 Google Developers Advisory Board (gDAB) founding member \u00b7 AI\\\/ML\\\/DevTools Angel Investor (Replit, Resend, Daytona, Gumroad and you?) \u276f AI\\\/ML Advisory Board San Francisco, DevNetwork. Award-winning Open Source Engineering leader authored hundreds of open-source dev-tools and software libraries used by millions of developers, including Shades of Purple code theme and corona-cli. Linux Foundation (Node.js Committee Lead), OpenAPI Business Governing Board. Taught 108K+ developers via NodeCLI.com and VSCode.pro course. 274 million views, blogging for 24 yrs. \u276f Read more about Ahmad Awais or come say hi on \ud835\udd4f @MrAhmadAwais.\",\"sameAs\":[\"https:\\\/\\\/AhmadAwais.com\\\/\",\"https:\\\/\\\/facebook.com\\\/AhmadAwais\",\"https:\\\/\\\/instagram.com\\\/MrAhmadAwais\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/MrAhmadAwais\\\/\",\"https:\\\/\\\/x.com\\\/MrAhmadAwais\",\"https:\\\/\\\/youtube.com\\\/AhmadAwais\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Command-Line ZSH Syntax Highlighting Is Dope!","description":"Command-Line ZSH Syntax Highlighting is a total win. It helps me visualize if I am about to run a dangerous command `rm -rf *` (anyone?) \u2014 and also if a program exists in the $PATH or not. Check it out.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/","og_locale":"en_US","og_type":"article","og_title":"Command-Line ZSH Syntax Highlighting Is Dope!","og_description":"Command-Line ZSH Syntax Highlighting is a total win. It helps me visualize if I am about to run a dangerous command `rm -rf *` (anyone?) \u2014 and also if a program exists in the $PATH or not. Check it out.","og_url":"https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/","og_site_name":"Ahmad Awais","article_publisher":"https:\/\/facebook.com\/AhmadAwais","article_author":"https:\/\/facebook.com\/AhmadAwais","article_published_time":"2017-10-16T22:07:31+00:00","article_modified_time":"2017-10-16T22:27:13+00:00","og_image":[{"url":"https:\/\/ahmadawais.com\/wp-content\/uploads\/2017\/10\/zsh-syntax-highlight.gif","type":"","width":"","height":""}],"author":"Ahmad Awais","twitter_card":"summary_large_image","twitter_creator":"@MrAhmadAwais","twitter_site":"@MrAhmadAwais","twitter_misc":{"Written by":"Ahmad Awais","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/#article","isPartOf":{"@id":"https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/"},"author":{"name":"Ahmad Awais","@id":"https:\/\/ahmadawais.com\/#\/schema\/person\/1d1b9504182dca2315cf039fb4ebb85b"},"headline":"Command-Line ZSH Syntax Highlighting Is Dope!","datePublished":"2017-10-16T22:07:31+00:00","dateModified":"2017-10-16T22:27:13+00:00","mainEntityOfPage":{"@id":"https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/"},"wordCount":157,"commentCount":1,"publisher":{"@id":"https:\/\/ahmadawais.com\/#\/schema\/person\/1d1b9504182dca2315cf039fb4ebb85b"},"image":{"@id":"https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/#primaryimage"},"thumbnailUrl":"https:\/\/ahmadawais.com\/wp-content\/uploads\/2017\/10\/zsh-syntax-highlight.gif","keywords":["command line","zsh"],"articleSection":["DevOps"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/","url":"https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/","name":"Command-Line ZSH Syntax Highlighting Is Dope!","isPartOf":{"@id":"https:\/\/ahmadawais.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/#primaryimage"},"image":{"@id":"https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/#primaryimage"},"thumbnailUrl":"https:\/\/ahmadawais.com\/wp-content\/uploads\/2017\/10\/zsh-syntax-highlight.gif","datePublished":"2017-10-16T22:07:31+00:00","dateModified":"2017-10-16T22:27:13+00:00","description":"Command-Line ZSH Syntax Highlighting is a total win. It helps me visualize if I am about to run a dangerous command `rm -rf *` (anyone?) \u2014 and also if a program exists in the $PATH or not. Check it out.","breadcrumb":{"@id":"https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/#primaryimage","url":"https:\/\/ahmadawais.com\/wp-content\/uploads\/2017\/10\/zsh-syntax-highlight.gif","contentUrl":"https:\/\/ahmadawais.com\/wp-content\/uploads\/2017\/10\/zsh-syntax-highlight.gif"},{"@type":"BreadcrumbList","@id":"https:\/\/ahmadawais.com\/command-line-zsh-syntax-highlighting-dope\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ahmadawais.com\/"},{"@type":"ListItem","position":2,"name":"Command-Line ZSH Syntax Highlighting Is Dope!"}]},{"@type":"WebSite","@id":"https:\/\/ahmadawais.com\/#website","url":"https:\/\/ahmadawais.com\/","name":"Ahmad Awais","description":"Founder &amp; CEO of CommandCode.ai f\/k\/a Langbase | Google Developers Advisory Board (gDAB) founding member","publisher":{"@id":"https:\/\/ahmadawais.com\/#\/schema\/person\/1d1b9504182dca2315cf039fb4ebb85b"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ahmadawais.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/ahmadawais.com\/#\/schema\/person\/1d1b9504182dca2315cf039fb4ebb85b","name":"Ahmad Awais","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ahmadawais.com\/wp-content\/uploads\/2020\/06\/Ahmad-Awais-face.jpg","url":"https:\/\/ahmadawais.com\/wp-content\/uploads\/2020\/06\/Ahmad-Awais-face.jpg","contentUrl":"https:\/\/ahmadawais.com\/wp-content\/uploads\/2020\/06\/Ahmad-Awais-face.jpg","width":2299,"height":1705,"caption":"Ahmad Awais"},"logo":{"@id":"https:\/\/ahmadawais.com\/wp-content\/uploads\/2020\/06\/Ahmad-Awais-face.jpg"},"description":"Founder & CEO of \u2318 Command Code coding agent with taste. Founded Langbase.com, AI cloud to build, deploy, and scale AI agents with tools & memory \u00b7 Creator of Command.new. \"Awais is an awesome example for developers\" \u2014 Satya Nadella, CEO of Microsoft. NASA Mars Ingenuity Helicopter mission code contributor 8th GitHub Stars Award recipient with 5x GitHub Stars Award (Listed as GitHub's #1 JavaScript trending developer). Google Developers Expert Web DevRel. Ex VP Eng (DevTools & DevRel) Rapid \u00b7 Google Developers Advisory Board (gDAB) founding member \u00b7 AI\/ML\/DevTools Angel Investor (Replit, Resend, Daytona, Gumroad and you?) \u276f AI\/ML Advisory Board San Francisco, DevNetwork. Award-winning Open Source Engineering leader authored hundreds of open-source dev-tools and software libraries used by millions of developers, including Shades of Purple code theme and corona-cli. Linux Foundation (Node.js Committee Lead), OpenAPI Business Governing Board. Taught 108K+ developers via NodeCLI.com and VSCode.pro course. 274 million views, blogging for 24 yrs. \u276f Read more about Ahmad Awais or come say hi on \ud835\udd4f @MrAhmadAwais.","sameAs":["https:\/\/AhmadAwais.com\/","https:\/\/facebook.com\/AhmadAwais","https:\/\/instagram.com\/MrAhmadAwais\/","https:\/\/www.linkedin.com\/in\/MrAhmadAwais\/","https:\/\/x.com\/MrAhmadAwais","https:\/\/youtube.com\/AhmadAwais"]}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ahmadawais.com\/api\/wp\/v2\/posts\/3025","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ahmadawais.com\/api\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ahmadawais.com\/api\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ahmadawais.com\/api\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ahmadawais.com\/api\/wp\/v2\/comments?post=3025"}],"version-history":[{"count":5,"href":"https:\/\/ahmadawais.com\/api\/wp\/v2\/posts\/3025\/revisions"}],"predecessor-version":[{"id":3036,"href":"https:\/\/ahmadawais.com\/api\/wp\/v2\/posts\/3025\/revisions\/3036"}],"wp:attachment":[{"href":"https:\/\/ahmadawais.com\/api\/wp\/v2\/media?parent=3025"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ahmadawais.com\/api\/wp\/v2\/categories?post=3025"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ahmadawais.com\/api\/wp\/v2\/tags?post=3025"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}