Skip to content

Commit

Permalink
Update for v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Oct 16, 2024
1 parent c4f026a commit 39c209c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
theme: jekyll-theme-cayman
title: Clink
github:
version: v1.7.2
download_url: https://github.com/chrisant996/clink/releases/download/v1.7.2/clink.1.7.2.f5e99f.zip
install_url: https://github.com/chrisant996/clink/releases/download/v1.7.2/clink.1.7.2.f5e99f_setup.exe
version: v1.7.3
download_url: https://github.com/chrisant996/clink/releases/download/v1.7.3/clink.1.7.3.f8fb96.zip
install_url: https://github.com/chrisant996/clink/releases/download/v1.7.3/clink.1.7.3.f8fb96_setup.exe
15 changes: 11 additions & 4 deletions clink.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- ----------------------------------------------------- -->
<head>
<title>Clink v1.7.2</title>
<title>Clink v1.7.3</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Rambla:wght@400;700&family=Roboto&family=Fira+Mono&display=swap');
html {
Expand Down Expand Up @@ -953,7 +953,7 @@
</td>
<td style="text-align:right">
<div id="header">
<div id="title">Clink v1.7.2</div>
<div id="title">Clink v1.7.3</div>
<div id="branch"></div>
<div id="url">
<a href="https://github.com/chrisant996/clink">
Expand Down Expand Up @@ -1241,6 +1241,7 @@ <h3 id="auto-suggest"><a class="wlink" href="#gettingstarted_autosuggest"><svg w
<h3 id="colors"><a class="wlink" href="#gettingstarted_colors"><svg width=16 height=16><use href="#wicon"/></svg><span class="wfix">.</span></a>Colors <span class="uplinks"><a href="#common-configuration">up</a> <a href="#toc">top</a></span></h3>
<p>Clink has many configurable colors for match completions, input line coloring, popup lists, and more.</p>
<p>If you use the setup program with &quot;Use enhanced default settings&quot; checked then many of the color settings have more colorful default values.</p>
<p>See below for information on customizing colors yourself, or see <a href="#color-themes">Color Themes</a> for information on applying color theme files (whose names end with &quot;.clinktheme&quot;). Clink comes with a few color theme files, and users can also share color themes online (or convert color themes from other shells).</p>
<h4 id="for-completion"><a class="wlink" href="#for-completion"><svg width=16 height=16><use href="#wicon"/></svg><span class="wfix">.</span></a>For completion <span class="uplinks"><a href="#gettingstarted_colors">up</a> <a href="#toc">top</a></span></h4>
<p>When performing completion (e.g. <kbd>Tab</kbd> or <kbd>Ctrl</kbd>-<kbd>Space</kbd>) Clink can add color to the possible completions.</p>
<p>To turn on colored completions, put a line <code>set <a href="configcoloredstats">colored-stats</a> on</code> in the <a href="#gettingstarted_inputrc">.inputrc file</a> (if you copy/pasted the sample text, it&#39;s already there).</p>
Expand Down Expand Up @@ -2171,14 +2172,14 @@ <h2 id="command-line-options"><a class="wlink" href="#command-line-options"><svg
<dt>clink config prompt</dt>
<dd>
Configures Clink to use a custom prompt module.<br/>
See <code>clink config prompt --help</code> or [Custom Prompts](#custom-prompts) for more information.</dd>
See <code>clink config prompt --help</code> or <a href="#custom-prompts">Custom Prompts</a> for more information.</dd>
</p>

<p>
<dt>clink config theme</dt>
<dd>
Configures Clink to use a color theme.<br/>
See <code>clink config theme --help</code> or [Color Themes](#color-themes) for more information.</dd>
See <code>clink config theme --help</code> or <a href="#color-themes">Color Themes</a> for more information.</dd>
</p>

<p>
Expand Down Expand Up @@ -5404,6 +5405,7 @@ <h4 id="the-exports-table-in-a-clinkprompt-file"><a class="wlink" href="#the-exp
<td>If the string is not empty, then it is a list of clinkprompt names upon which this clinkprompt depends. When this clinkprompt file is loaded and activated, the other files are also loaded, and their prompt filters and event handlers are allowed to run even though they aren&#39;t part of the current active clinkprompt file.</td>
</tr>
</tbody></table>
<p>Here&#39;s a &quot;Sample.clinkprompt&quot; file to illustrate how to write .clinkprompt files, including the <code>onactivate</code> and <code>ondeactivate</code> and <code>demo</code> functions.</p>
<pre><code class="language-lua">--------------------------------------------------------------------------------
-- This is a sample clinkprompt module. It shows how (easy it is) to write a
-- clinkprompt module.
Expand Down Expand Up @@ -8622,6 +8624,11 @@ <h5 id="Deprecated" class="group_name"><a class="wlink" href="#Deprecated"><svg
<div class="section" id="changes">
<h1 id="changes"><a class="wlink" href="#changes"><svg width=16 height=16><use href="#wicon"/></svg><span class="wfix">.</span></a>Changes <span class="uplinks"><a href="#toc">top</a></span></h1>
<h3 id="releases-from-chrisant996clink-fork"><a class="wlink" href="#releases-from-chrisant996clink-fork"><svg width=16 height=16><use href="#wicon"/></svg><span class="wfix">.</span></a>Releases from <a href="https://github.com/chrisant996/clink">chrisant996/clink</a> fork <span class="uplinks"><a href="#changes">up</a> <a href="#toc">top</a></span></h3>
<h4 id="v173"><a class="wlink" href="#v173"><svg width=16 height=16><use href="#wicon"/></svg><span class="wfix">.</span></a>v1.7.3 <span class="uplinks"><a href="#releases-from-chrisant996clink-fork">up</a> <a href="#toc">top</a></span></h4>
<ul>
<li>Added the missing Tomorrow* color themes.</li>
<li>Fixed <a href="https://github.com/chrisant996/clink/issues/682">#682</a>; the <code>clink config theme use</code> and <code>clink config prompt use</code> commands had no effect if there is no <code>clink_settings</code> file yet.</li>
</ul>
<h4 id="v172"><a class="wlink" href="#v172"><svg width=16 height=16><use href="#wicon"/></svg><span class="wfix">.</span></a>v1.7.2 <span class="uplinks"><a href="#releases-from-chrisant996clink-fork">up</a> <a href="#toc">top</a></span></h4>
<ul>
<li>Fixed an error when the updater tried to install the new <code>themes\</code> subdirectory and files.</li>
Expand Down

0 comments on commit 39c209c

Please sign in to comment.