mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-29 14:21:43 +00:00
deploy: 1bbda8e62f2d9698f522cd673ff68ca2253819c5
This commit is contained in:
parent
7181120014
commit
bc62c59761
4
404.html
4
404.html
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="generator" content="Docusaurus v3.8.1">
|
||||
<title data-rh="true">Page Not Found | Television</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" name="twitter:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" property="og:url" content="https://alexpasmantier.github.io/television/404.html"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="Page Not Found | Television"><link data-rh="true" rel="icon" href="/television/img/tv-icon-150.png"><link data-rh="true" rel="canonical" href="https://alexpasmantier.github.io/television/404.html"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/404.html" hreflang="en"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/404.html" hreflang="x-default"><link rel="stylesheet" href="/television/assets/css/styles.cc1a39b4.css">
|
||||
<script src="/television/assets/js/runtime~main.f3c56796.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.dba0b5b3.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/runtime~main.1a2f9a2d.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.09d95968.js" defer="defer"></script>
|
||||
</head>
|
||||
<body class="navigation-with-keyboard">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>
|
||||
|
1
assets/js/3eb7f80e.51b4ec28.js
Normal file
1
assets/js/3eb7f80e.51b4ec28.js
Normal file
@ -0,0 +1 @@
|
||||
"use strict";(self.webpackChunktelevision_website=self.webpackChunktelevision_website||[]).push([[3605],{2413:(e,l,n)=>{n.r(l),n.d(l,{assets:()=>a,contentTitle:()=>r,default:()=>d,frontMatter:()=>i,metadata:()=>s,toc:()=>c});const s=JSON.parse('{"id":"Developers/shell-integration-developing-locally","title":"Shell Integration: Developing locally","description":"In order to develop locally on the shell integration scripts, here are a couple of steps to follow:","source":"@site/../docs/02-Developers/04-shell-integration-developing-locally.md","sourceDirName":"02-Developers","slug":"/Developers/shell-integration-developing-locally","permalink":"/television/docs/Developers/shell-integration-developing-locally","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":4,"frontMatter":{},"sidebar":"docSidebar","previous":{"title":"Release notes for television 0.12.0","permalink":"/television/docs/Developers/patch-notes"}}');var o=n(3420),t=n(5404);const i={},r="Shell Integration: Developing locally",a={},c=[];function h(e){const l={a:"a",code:"code",h1:"h1",header:"header",li:"li",ol:"ol",p:"p",pre:"pre",...(0,t.R)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(l.header,{children:(0,o.jsx)(l.h1,{id:"shell-integration-developing-locally",children:"Shell Integration: Developing locally"})}),"\n",(0,o.jsx)(l.p,{children:"In order to develop locally on the shell integration scripts, here are a couple of steps to follow:"}),"\n",(0,o.jsxs)(l.ol,{start:"0",children:["\n",(0,o.jsxs)(l.li,{children:["Clone the repo, make sure you're up to date and have the ",(0,o.jsx)(l.a,{href:"https://github.com/casey/just",children:"just"})," command runner installed."]}),"\n",(0,o.jsxs)(l.li,{children:["Make your changes to any one of the shell scripts (",(0,o.jsx)(l.code,{children:"television/utils/shell/"}),")"]}),"\n",(0,o.jsxs)(l.li,{children:["Generate a dev version of the script by running:","\n",(0,o.jsx)(l.pre,{children:(0,o.jsx)(l.code,{className:"language-sh",children:"just generate-dev-shell-integration zsh\n"})}),"\n","(or ",(0,o.jsx)(l.code,{children:"fish"}),", ",(0,o.jsx)(l.code,{children:"bash"}),", etc. depending on the shell you are using)"]}),"\n",(0,o.jsxs)(l.li,{children:["Source the generated script in your shell:","\n",(0,o.jsx)(l.pre,{children:(0,o.jsx)(l.code,{className:"language-sh",children:"source dev_shell_integration.zsh\n"})}),"\n"]}),"\n",(0,o.jsx)(l.li,{children:"Test the changes by using the shell integration keybindings or commands in your terminal."}),"\n"]})]})}function d(e={}){const{wrapper:l}={...(0,t.R)(),...e.components};return l?(0,o.jsx)(l,{...e,children:(0,o.jsx)(h,{...e})}):h(e)}}}]);
|
@ -1 +0,0 @@
|
||||
"use strict";(self.webpackChunktelevision_website=self.webpackChunktelevision_website||[]).push([[5531],{209:(e,l,n)=>{n.r(l),n.d(l,{assets:()=>a,contentTitle:()=>i,default:()=>d,frontMatter:()=>r,metadata:()=>s,toc:()=>c});const s=JSON.parse('{"id":"Developers/Shell-Integration-Developing-Locally","title":"Shell Integration: Developing locally","description":"In order to develop locally on the shell integration scripts, here are a couple of steps to follow:","source":"@site/../docs/02-Developers/04-Shell-Integration-Developing-Locally.md","sourceDirName":"02-Developers","slug":"/Developers/Shell-Integration-Developing-Locally","permalink":"/television/docs/Developers/Shell-Integration-Developing-Locally","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":4,"frontMatter":{},"sidebar":"docSidebar","previous":{"title":"Release notes for television 0.12.0","permalink":"/television/docs/Developers/patch-notes"}}');var o=n(3420),t=n(5404);const r={},i="Shell Integration: Developing locally",a={},c=[];function h(e){const l={a:"a",code:"code",h1:"h1",header:"header",li:"li",ol:"ol",p:"p",pre:"pre",...(0,t.R)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(l.header,{children:(0,o.jsx)(l.h1,{id:"shell-integration-developing-locally",children:"Shell Integration: Developing locally"})}),"\n",(0,o.jsx)(l.p,{children:"In order to develop locally on the shell integration scripts, here are a couple of steps to follow:"}),"\n",(0,o.jsxs)(l.ol,{start:"0",children:["\n",(0,o.jsxs)(l.li,{children:["Clone the repo, make sure you're up to date and have the ",(0,o.jsx)(l.a,{href:"https://github.com/casey/just",children:"just"})," command runner installed."]}),"\n",(0,o.jsxs)(l.li,{children:["Make your changes to any one of the shell scripts (",(0,o.jsx)(l.code,{children:"television/utils/shell/"}),")"]}),"\n",(0,o.jsxs)(l.li,{children:["Generate a dev version of the script by running:","\n",(0,o.jsx)(l.pre,{children:(0,o.jsx)(l.code,{className:"language-sh",children:"just generate-dev-shell-integration zsh\n"})}),"\n","(or ",(0,o.jsx)(l.code,{children:"fish"}),", ",(0,o.jsx)(l.code,{children:"bash"}),", etc. depending on the shell you are using)"]}),"\n",(0,o.jsxs)(l.li,{children:["Source the generated script in your shell:","\n",(0,o.jsx)(l.pre,{children:(0,o.jsx)(l.code,{className:"language-sh",children:"source dev_shell_integration.zsh\n"})}),"\n"]}),"\n",(0,o.jsx)(l.li,{children:"Test the changes by using the shell integration keybindings or commands in your terminal."}),"\n"]})]})}function d(e={}){const{wrapper:l}={...(0,t.R)(),...e.components};return l?(0,o.jsx)(l,{...e,children:(0,o.jsx)(h,{...e})}):h(e)}}}]);
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
assets/js/main.09d95968.js
Normal file
2
assets/js/main.09d95968.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
assets/js/runtime~main.1a2f9a2d.js
Normal file
1
assets/js/runtime~main.1a2f9a2d.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="generator" content="Docusaurus v3.8.1">
|
||||
<title data-rh="true">Channels | Television</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" name="twitter:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" property="og:url" content="https://alexpasmantier.github.io/television/docs/Users/channels"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Channels | Television"><meta data-rh="true" name="description" content="Quick start"><meta data-rh="true" property="og:description" content="Quick start"><link data-rh="true" rel="icon" href="/television/img/tv-icon-150.png"><link data-rh="true" rel="canonical" href="https://alexpasmantier.github.io/television/docs/Users/channels"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/channels" hreflang="en"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/channels" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Channels","item":"https://alexpasmantier.github.io/television/docs/Users/channels"}]}</script><link rel="stylesheet" href="/television/assets/css/styles.cc1a39b4.css">
|
||||
<script src="/television/assets/js/runtime~main.f3c56796.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.dba0b5b3.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/runtime~main.1a2f9a2d.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.09d95968.js" defer="defer"></script>
|
||||
</head>
|
||||
<body class="navigation-with-keyboard">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="generator" content="Docusaurus v3.8.1">
|
||||
<title data-rh="true">CLI Reference | Television</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" name="twitter:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" property="og:url" content="https://alexpasmantier.github.io/television/docs/Users/cli"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="CLI Reference | Television"><meta data-rh="true" name="description" content="Television (tv) is a cross-platform, fast and extensible general purpose fuzzy finder TUI. This document provides a comprehensive reference for all CLI options, modes, restrictions, and usage patterns."><meta data-rh="true" property="og:description" content="Television (tv) is a cross-platform, fast and extensible general purpose fuzzy finder TUI. This document provides a comprehensive reference for all CLI options, modes, restrictions, and usage patterns."><link data-rh="true" rel="icon" href="/television/img/tv-icon-150.png"><link data-rh="true" rel="canonical" href="https://alexpasmantier.github.io/television/docs/Users/cli"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/cli" hreflang="en"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/cli" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"CLI Reference","item":"https://alexpasmantier.github.io/television/docs/Users/cli"}]}</script><link rel="stylesheet" href="/television/assets/css/styles.cc1a39b4.css">
|
||||
<script src="/television/assets/js/runtime~main.f3c56796.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.dba0b5b3.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/runtime~main.1a2f9a2d.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.09d95968.js" defer="defer"></script>
|
||||
</head>
|
||||
<body class="navigation-with-keyboard">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="generator" content="Docusaurus v3.8.1">
|
||||
<title data-rh="true">🍿 Community Channels (unix) | Television</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" name="twitter:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" property="og:url" content="https://alexpasmantier.github.io/television/docs/Users/community-channels-unix"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="🍿 Community Channels (unix) | Television"><meta data-rh="true" name="description" content="alias"><meta data-rh="true" property="og:description" content="alias"><link data-rh="true" rel="icon" href="/television/img/tv-icon-150.png"><link data-rh="true" rel="canonical" href="https://alexpasmantier.github.io/television/docs/Users/community-channels-unix"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/community-channels-unix" hreflang="en"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/community-channels-unix" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"🍿 Community Channels (unix)","item":"https://alexpasmantier.github.io/television/docs/Users/community-channels-unix"}]}</script><link rel="stylesheet" href="/television/assets/css/styles.cc1a39b4.css">
|
||||
<script src="/television/assets/js/runtime~main.f3c56796.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.dba0b5b3.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/runtime~main.1a2f9a2d.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.09d95968.js" defer="defer"></script>
|
||||
</head>
|
||||
<body class="navigation-with-keyboard">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="generator" content="Docusaurus v3.8.1">
|
||||
<title data-rh="true">🍿 Community Channels (windows) | Television</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" name="twitter:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" property="og:url" content="https://alexpasmantier.github.io/television/docs/Users/community-channels-windows"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="🍿 Community Channels (windows) | Television"><meta data-rh="true" name="description" content="alias"><meta data-rh="true" property="og:description" content="alias"><link data-rh="true" rel="icon" href="/television/img/tv-icon-150.png"><link data-rh="true" rel="canonical" href="https://alexpasmantier.github.io/television/docs/Users/community-channels-windows"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/community-channels-windows" hreflang="en"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/community-channels-windows" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"🍿 Community Channels (windows)","item":"https://alexpasmantier.github.io/television/docs/Users/community-channels-windows"}]}</script><link rel="stylesheet" href="/television/assets/css/styles.cc1a39b4.css">
|
||||
<script src="/television/assets/js/runtime~main.f3c56796.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.dba0b5b3.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/runtime~main.1a2f9a2d.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.09d95968.js" defer="defer"></script>
|
||||
</head>
|
||||
<body class="navigation-with-keyboard">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="generator" content="Docusaurus v3.8.1">
|
||||
<title data-rh="true">Configuration | Television</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" name="twitter:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" property="og:url" content="https://alexpasmantier.github.io/television/docs/Users/configuration"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Configuration | Television"><meta data-rh="true" name="description" content="Default configuration reference"><meta data-rh="true" property="og:description" content="Default configuration reference"><link data-rh="true" rel="icon" href="/television/img/tv-icon-150.png"><link data-rh="true" rel="canonical" href="https://alexpasmantier.github.io/television/docs/Users/configuration"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/configuration" hreflang="en"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/configuration" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Configuration","item":"https://alexpasmantier.github.io/television/docs/Users/configuration"}]}</script><link rel="stylesheet" href="/television/assets/css/styles.cc1a39b4.css">
|
||||
<script src="/television/assets/js/runtime~main.f3c56796.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.dba0b5b3.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/runtime~main.1a2f9a2d.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.09d95968.js" defer="defer"></script>
|
||||
</head>
|
||||
<body class="navigation-with-keyboard">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="generator" content="Docusaurus v3.8.1">
|
||||
<title data-rh="true">Installation | Television</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" name="twitter:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" property="og:url" content="https://alexpasmantier.github.io/television/docs/Users/installation"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Installation | Television"><meta data-rh="true" name="description" content="Packaging status"><meta data-rh="true" property="og:description" content="Packaging status"><link data-rh="true" rel="icon" href="/television/img/tv-icon-150.png"><link data-rh="true" rel="canonical" href="https://alexpasmantier.github.io/television/docs/Users/installation"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/installation" hreflang="en"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/installation" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Installation","item":"https://alexpasmantier.github.io/television/docs/Users/installation"}]}</script><link rel="stylesheet" href="/television/assets/css/styles.cc1a39b4.css">
|
||||
<script src="/television/assets/js/runtime~main.f3c56796.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.dba0b5b3.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/runtime~main.1a2f9a2d.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.09d95968.js" defer="defer"></script>
|
||||
</head>
|
||||
<body class="navigation-with-keyboard">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="generator" content="Docusaurus v3.8.1">
|
||||
<title data-rh="true">Keybindings | Television</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" name="twitter:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" property="og:url" content="https://alexpasmantier.github.io/television/docs/Users/keybindings"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Keybindings | Television"><meta data-rh="true" name="description" content="Default Keybindings"><meta data-rh="true" property="og:description" content="Default Keybindings"><link data-rh="true" rel="icon" href="/television/img/tv-icon-150.png"><link data-rh="true" rel="canonical" href="https://alexpasmantier.github.io/television/docs/Users/keybindings"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/keybindings" hreflang="en"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/keybindings" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Keybindings","item":"https://alexpasmantier.github.io/television/docs/Users/keybindings"}]}</script><link rel="stylesheet" href="/television/assets/css/styles.cc1a39b4.css">
|
||||
<script src="/television/assets/js/runtime~main.f3c56796.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.dba0b5b3.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/runtime~main.1a2f9a2d.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.09d95968.js" defer="defer"></script>
|
||||
</head>
|
||||
<body class="navigation-with-keyboard">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="generator" content="Docusaurus v3.8.1">
|
||||
<title data-rh="true">Quickstart | Television</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" name="twitter:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" property="og:url" content="https://alexpasmantier.github.io/television/docs/Users/quickstart"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Quickstart | Television"><meta data-rh="true" name="description" content="Create a channel: ~/.config/television/cable/files.toml"><meta data-rh="true" property="og:description" content="Create a channel: ~/.config/television/cable/files.toml"><link data-rh="true" rel="icon" href="/television/img/tv-icon-150.png"><link data-rh="true" rel="canonical" href="https://alexpasmantier.github.io/television/docs/Users/quickstart"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/quickstart" hreflang="en"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/quickstart" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Quickstart","item":"https://alexpasmantier.github.io/television/docs/Users/quickstart"}]}</script><link rel="stylesheet" href="/television/assets/css/styles.cc1a39b4.css">
|
||||
<script src="/television/assets/js/runtime~main.f3c56796.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.dba0b5b3.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/runtime~main.1a2f9a2d.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.09d95968.js" defer="defer"></script>
|
||||
</head>
|
||||
<body class="navigation-with-keyboard">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="generator" content="Docusaurus v3.8.1">
|
||||
<title data-rh="true">Search Patterns | Television</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" name="twitter:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" property="og:url" content="https://alexpasmantier.github.io/television/docs/Users/search-patterns"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Search Patterns | Television"><meta data-rh="true" name="description" content="Tv uses a fuzzy matching algorithm to filter its list of entries. Its behavior depends on the input pattern you provide."><meta data-rh="true" property="og:description" content="Tv uses a fuzzy matching algorithm to filter its list of entries. Its behavior depends on the input pattern you provide."><link data-rh="true" rel="icon" href="/television/img/tv-icon-150.png"><link data-rh="true" rel="canonical" href="https://alexpasmantier.github.io/television/docs/Users/search-patterns"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/search-patterns" hreflang="en"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/search-patterns" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Search Patterns","item":"https://alexpasmantier.github.io/television/docs/Users/search-patterns"}]}</script><link rel="stylesheet" href="/television/assets/css/styles.cc1a39b4.css">
|
||||
<script src="/television/assets/js/runtime~main.f3c56796.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.dba0b5b3.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/runtime~main.1a2f9a2d.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.09d95968.js" defer="defer"></script>
|
||||
</head>
|
||||
<body class="navigation-with-keyboard">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="generator" content="Docusaurus v3.8.1">
|
||||
<title data-rh="true">Shell Integration | Television</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" name="twitter:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" property="og:url" content="https://alexpasmantier.github.io/television/docs/Users/shell-integration"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Shell Integration | Television"><meta data-rh="true" name="description" content="Television can integrate with your shell to provide smart autocompletion based on the commands you start typing."><meta data-rh="true" property="og:description" content="Television can integrate with your shell to provide smart autocompletion based on the commands you start typing."><link data-rh="true" rel="icon" href="/television/img/tv-icon-150.png"><link data-rh="true" rel="canonical" href="https://alexpasmantier.github.io/television/docs/Users/shell-integration"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/shell-integration" hreflang="en"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/shell-integration" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Shell Integration","item":"https://alexpasmantier.github.io/television/docs/Users/shell-integration"}]}</script><link rel="stylesheet" href="/television/assets/css/styles.cc1a39b4.css">
|
||||
<script src="/television/assets/js/runtime~main.f3c56796.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.dba0b5b3.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/runtime~main.1a2f9a2d.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.09d95968.js" defer="defer"></script>
|
||||
</head>
|
||||
<body class="navigation-with-keyboard">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="generator" content="Docusaurus v3.8.1">
|
||||
<title data-rh="true">Showcase | Television</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" name="twitter:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" property="og:url" content="https://alexpasmantier.github.io/television/docs/Users/showcase"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Showcase | Television"><meta data-rh="true" name="description" content="This section is meant as a community-driven list of user workflows and ways to use television in different contexts to inspire others."><meta data-rh="true" property="og:description" content="This section is meant as a community-driven list of user workflows and ways to use television in different contexts to inspire others."><link data-rh="true" rel="icon" href="/television/img/tv-icon-150.png"><link data-rh="true" rel="canonical" href="https://alexpasmantier.github.io/television/docs/Users/showcase"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/showcase" hreflang="en"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/showcase" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Showcase","item":"https://alexpasmantier.github.io/television/docs/Users/showcase"}]}</script><link rel="stylesheet" href="/television/assets/css/styles.cc1a39b4.css">
|
||||
<script src="/television/assets/js/runtime~main.f3c56796.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.dba0b5b3.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/runtime~main.1a2f9a2d.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.09d95968.js" defer="defer"></script>
|
||||
</head>
|
||||
<body class="navigation-with-keyboard">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="generator" content="Docusaurus v3.8.1">
|
||||
<title data-rh="true">Terminal Emulators | Television</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" name="twitter:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" property="og:url" content="https://alexpasmantier.github.io/television/docs/Users/terminal_emulators"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Terminal Emulators | Television"><meta data-rh="true" name="description" content="Here is a list of terminal emulators that have currently been tested with television and their compatibility status."><meta data-rh="true" property="og:description" content="Here is a list of terminal emulators that have currently been tested with television and their compatibility status."><link data-rh="true" rel="icon" href="/television/img/tv-icon-150.png"><link data-rh="true" rel="canonical" href="https://alexpasmantier.github.io/television/docs/Users/terminal_emulators"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/terminal_emulators" hreflang="en"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/terminal_emulators" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Terminal Emulators","item":"https://alexpasmantier.github.io/television/docs/Users/terminal_emulators"}]}</script><link rel="stylesheet" href="/television/assets/css/styles.cc1a39b4.css">
|
||||
<script src="/television/assets/js/runtime~main.f3c56796.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.dba0b5b3.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/runtime~main.1a2f9a2d.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.09d95968.js" defer="defer"></script>
|
||||
</head>
|
||||
<body class="navigation-with-keyboard">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="generator" content="Docusaurus v3.8.1">
|
||||
<title data-rh="true">Themes | Television</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" name="twitter:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" property="og:url" content="https://alexpasmantier.github.io/television/docs/Users/themes"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Themes | Television"><meta data-rh="true" name="description" content="Builtin themes are available in the themes directory. Feel free to experiment and maybe even contribute your own!"><meta data-rh="true" property="og:description" content="Builtin themes are available in the themes directory. Feel free to experiment and maybe even contribute your own!"><link data-rh="true" rel="icon" href="/television/img/tv-icon-150.png"><link data-rh="true" rel="canonical" href="https://alexpasmantier.github.io/television/docs/Users/themes"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/themes" hreflang="en"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/docs/Users/themes" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Themes","item":"https://alexpasmantier.github.io/television/docs/Users/themes"}]}</script><link rel="stylesheet" href="/television/assets/css/styles.cc1a39b4.css">
|
||||
<script src="/television/assets/js/runtime~main.f3c56796.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.dba0b5b3.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/runtime~main.1a2f9a2d.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.09d95968.js" defer="defer"></script>
|
||||
</head>
|
||||
<body class="navigation-with-keyboard">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="generator" content="Docusaurus v3.8.1">
|
||||
<title data-rh="true">Television</title><meta data-rh="true" property="og:title" content="Television"><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" name="twitter:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" property="og:url" content="https://alexpasmantier.github.io/television/"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" name="description" content="Description will go into a meta tag in <head />"><meta data-rh="true" property="og:description" content="Description will go into a meta tag in <head />"><link data-rh="true" rel="icon" href="/television/img/tv-icon-150.png"><link data-rh="true" rel="canonical" href="https://alexpasmantier.github.io/television/"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/" hreflang="en"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/" hreflang="x-default"><script data-rh="true">function insertBanner(){var n=document.createElement("div");n.id="__docusaurus-base-url-issue-banner-container";n.innerHTML='\n<div id="__docusaurus-base-url-issue-banner" style="border: thick solid red; background-color: rgb(255, 230, 179); margin: 20px; padding: 20px; font-size: 20px;">\n <p style="font-weight: bold; font-size: 30px;">Your Docusaurus site did not load properly.</p>\n <p>A very common reason is a wrong site <a href="https://docusaurus.io/docs/docusaurus.config.js/#baseUrl" style="font-weight: bold;">baseUrl configuration</a>.</p>\n <p>Current configured baseUrl = <span style="font-weight: bold; color: red;">/television/</span> </p>\n <p>We suggest trying baseUrl = <span id="__docusaurus-base-url-issue-banner-suggestion-container" style="font-weight: bold; color: green;"></span></p>\n</div>\n',document.body.prepend(n);var e=document.getElementById("__docusaurus-base-url-issue-banner-suggestion-container"),s=window.location.pathname,o="/"===s.substr(-1)?s:s+"/";e.innerHTML=o}document.addEventListener("DOMContentLoaded",(function(){void 0===window.docusaurus&&insertBanner()}))</script><link rel="stylesheet" href="/television/assets/css/styles.cc1a39b4.css">
|
||||
<script src="/television/assets/js/runtime~main.f3c56796.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.dba0b5b3.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/runtime~main.1a2f9a2d.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.09d95968.js" defer="defer"></script>
|
||||
</head>
|
||||
<body class="navigation-with-keyboard">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="generator" content="Docusaurus v3.8.1">
|
||||
<title data-rh="true">Markdown page example | Television</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" name="twitter:image" content="https://alexpasmantier.github.io/television/img/tv-social.png"><meta data-rh="true" property="og:url" content="https://alexpasmantier.github.io/television/markdown-page"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="Markdown page example | Television"><meta data-rh="true" name="description" content="You don't need React to write simple standalone pages."><meta data-rh="true" property="og:description" content="You don't need React to write simple standalone pages."><link data-rh="true" rel="icon" href="/television/img/tv-icon-150.png"><link data-rh="true" rel="canonical" href="https://alexpasmantier.github.io/television/markdown-page"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/markdown-page" hreflang="en"><link data-rh="true" rel="alternate" href="https://alexpasmantier.github.io/television/markdown-page" hreflang="x-default"><link rel="stylesheet" href="/television/assets/css/styles.cc1a39b4.css">
|
||||
<script src="/television/assets/js/runtime~main.f3c56796.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.dba0b5b3.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/runtime~main.1a2f9a2d.js" defer="defer"></script>
|
||||
<script src="/television/assets/js/main.09d95968.js" defer="defer"></script>
|
||||
</head>
|
||||
<body class="navigation-with-keyboard">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>
|
||||
|
@ -1 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>https://alexpasmantier.github.io/television/markdown-page</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Developers/ARCHITECTURE</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Developers/patch-notes</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Developers/Shell-Integration-Developing-Locally</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Developers/ui-features</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/channels</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/cli</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/community-channels-unix</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/community-channels-windows</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/configuration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/installation</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/keybindings</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/quickstart</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/search-patterns</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/shell-integration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/showcase</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/terminal_emulators</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/themes</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url></urlset>
|
||||
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>https://alexpasmantier.github.io/television/markdown-page</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Developers/ARCHITECTURE</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Developers/patch-notes</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Developers/shell-integration-developing-locally</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Developers/ui-features</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/channels</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/cli</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/community-channels-unix</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/community-channels-windows</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/configuration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/installation</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/keybindings</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/quickstart</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/search-patterns</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/shell-integration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/showcase</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/terminal_emulators</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/docs/Users/themes</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://alexpasmantier.github.io/television/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url></urlset>
|
Loading…
x
Reference in New Issue
Block a user