linux:hyper

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
linux:hyper [2021/11/22 17:38] ともやんlinux:hyper [2023/10/08 05:25] (現在) ともやん
行 8: 行 8:
  
 ===== インストール ===== ===== インストール =====
-<WRAP prewrap 100% color_term> +<WRAP color_term> 
-<WRAP color_command><code+<WRAP color_command><html><pre
-$ sudo rpm -ivh https://releases.hyper.is/download/rpm +<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269"><u style="text-decoration-style:single">sudo</u></span> <span style="color:#26A269">rpm</span> <span style="color:#A347BA">-ivh</span> https://releases.hyper.is/download/rpm 
-</code></WRAP> +</pre></html></WRAP> 
-<WRAP color_result><code> +<WRAP color_result><html><pre>
-[sudo] tomoyan のパスワード:+
 https://releases.hyper.is/download/rpm を取得中です https://releases.hyper.is/download/rpm を取得中です
 検証しています...              ################################# [100%] 検証しています...              ################################# [100%]
 準備しています...              ################################# [100%] 準備しています...              ################################# [100%]
 更新中 / インストール中... 更新中 / インストール中...
-   1:hyper-3.1.4-1                    ################################# [100%] +   1:hyper-3.4.1-1                    ################################# [100%] 
-</code></WRAP>+</pre></html></WRAP>
 </WRAP> </WRAP>
  
行 149: 行 148:
         // Whether to use the WebGL renderer. Set it to false to use canvas-based         // Whether to use the WebGL renderer. Set it to false to use canvas-based
         // rendering (slower, but supports transparent backgrounds)         // rendering (slower, but supports transparent backgrounds)
-        webGLRenderer: false,+        webGLRenderer: true,
         // keypress required for weblink activation: [ctrl|alt|meta|shift]         // keypress required for weblink activation: [ctrl|alt|meta|shift]
         // todo: does not pick up config changes automatically, need to restart terminal :/         // todo: does not pick up config changes automatically, need to restart terminal :/
行 157: 行 156:
         // set to true to disable auto updates         // set to true to disable auto updates
         disableAutoUpdates: false,         disableAutoUpdates: false,
 +        // set to true to enable screen reading apps (like NVDA) to read the contents of the terminal
 +        screenReaderMode: false,
 +        // set to true to preserve working directory when creating splits or tabs
 +        preserveCWD: true,
         // for advanced config flags please refer to https://hyper.is/#cfg         // for advanced config flags please refer to https://hyper.is/#cfg
     },     },
行 178: 行 181:
 </code> </code>
 </WRAP> </WRAP>
 +
 +===== プラグイン開発 =====
 +[[git>nardoor/hyper-copy-as-html/|nardoor/hyper-copy-as-html]]\\
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">mkdir</span> <span style="color:#A347BA">-p</span> <u style="text-decoration-style:single">~/.hyper_plugins/local/</u> <span style="color:#13496F"><b>&amp;&amp;</b></span> <span style="color:#26A269">cd</span> <u style="text-decoration-style:single">~/.hyper_plugins/local/</u>
 +<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">git</span> clone https://github.com/nardoor/hyper-copy-as-html.git
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +Cloning into &apos;hyper-copy-as-html&apos;...
 +remote: Enumerating objects: 104, done.
 +remote: Counting objects: 100% (104/104), done.
 +remote: Compressing objects: 100% (66/66), done.
 +remote: Total 104 (delta 47), reused 93 (delta 36), pack-reused 0
 +Receiving objects: 100% (104/104), 447.42 KiB | 1.62 MiB/s, done.
 +Resolving deltas: 100% (47/47), done.
 +</pre></html></WRAP>
 +</WRAP>
 +
 +メニュー -> Edit -> Preferences...\\
 +<WRAP color_term>
 +<WRAP color_mincode><code javascript>
 +    // in development, you can create a directory under
 +    // `~/.hyper_plugins/local/` and include it here
 +    // to load it and avoid it being `npm install`ed
 +    localPlugins: [
 +        'hyper-copy-as-html',    
 +    ],
 +</code></WRAP>
 +</WRAP>
 +
 +<html>
 +<pre style="background:rgba(10,10,50)">
 +<span>┌──(</span><b><span>tomoyan  WICKED-BEAT</span></b><span>)-[</span><b><span style="color:#fff">~</span></b><span>]</span><span style="color:#fff"></span>
 +<span>└─</span><b><span>$</span></b><span style="color:#fff">   </span>
 +</pre>
 +</html>
  
  • linux/hyper.txt
  • 最終更新: 2023/10/08 05:25
  • by ともやん