Skip to content

Commit b84c7fc

Browse files
committed
deploy: 9320f9e
1 parent 3ea4c11 commit b84c7fc

11 files changed

+111
-289
lines changed

404.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE HTML>
2-
<html lang="en" class="light" dir="ltr">
2+
<html lang="en" class="rust" dir="ltr">
33
<head>
44
<!-- Book generated using mdBook -->
55
<meta charset="UTF-8">
@@ -37,7 +37,7 @@
3737
<!-- Provide site root to javascript -->
3838
<script>
3939
var path_to_root = "";
40-
var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "light";
40+
var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "rust";
4141
</script>
4242

4343
<!-- Work around some values being stored in localStorage wrapped in quotes -->
@@ -62,7 +62,7 @@
6262
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
6363
if (theme === null || theme === undefined) { theme = default_theme; }
6464
var html = document.querySelector('html');
65-
html.classList.remove('light')
65+
html.classList.remove('rust')
6666
html.classList.add(theme);
6767
var body = document.querySelector('body');
6868
body.classList.remove('no-js')
@@ -89,7 +89,7 @@
8989

9090
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
9191
<div class="sidebar-scrollbox">
92-
<ol class="chapter"><li class="chapter-item expanded affix "><a href="introduction.html">Introduction</a></li><li class="chapter-item expanded "><a href="installation.html"><strong aria-hidden="true">1.</strong> Installation</a></li><li class="chapter-item expanded "><a href="shell_integration.html"><strong aria-hidden="true">2.</strong> Shell Integration</a></li><li class="chapter-item expanded "><a href="usage.html"><strong aria-hidden="true">3.</strong> Usage</a></li><li class="chapter-item expanded "><a href="license.html"><strong aria-hidden="true">4.</strong> License</a></li><li class="chapter-item expanded "><a href="contributing.html"><strong aria-hidden="true">5.</strong> Contributing</a></li></ol>
92+
<ol class="chapter"><li class="chapter-item expanded affix "><a href="introduction.html">Introduction</a></li><li class="chapter-item expanded "><a href="installation.html"><strong aria-hidden="true">1.</strong> Installation</a></li><li class="chapter-item expanded "><a href="shell_integration.html"><strong aria-hidden="true">2.</strong> Shell Integration</a></li><li class="chapter-item expanded "><a href="usage.html"><strong aria-hidden="true">3.</strong> Usage</a></li><li class="chapter-item expanded "><a href="license.html"><strong aria-hidden="true">4.</strong> License</a></li></ol>
9393
</div>
9494
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
9595
<div class="sidebar-resize-indicator"></div>

contributing.html

-224
This file was deleted.

index.html

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE HTML>
2-
<html lang="en" class="light" dir="ltr">
2+
<html lang="en" class="rust" dir="ltr">
33
<head>
44
<!-- Book generated using mdBook -->
55
<meta charset="UTF-8">
@@ -36,7 +36,7 @@
3636
<!-- Provide site root to javascript -->
3737
<script>
3838
var path_to_root = "";
39-
var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "light";
39+
var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "rust";
4040
</script>
4141

4242
<!-- Work around some values being stored in localStorage wrapped in quotes -->
@@ -61,7 +61,7 @@
6161
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
6262
if (theme === null || theme === undefined) { theme = default_theme; }
6363
var html = document.querySelector('html');
64-
html.classList.remove('light')
64+
html.classList.remove('rust')
6565
html.classList.add(theme);
6666
var body = document.querySelector('body');
6767
body.classList.remove('no-js')
@@ -88,7 +88,7 @@
8888

8989
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
9090
<div class="sidebar-scrollbox">
91-
<ol class="chapter"><li class="chapter-item expanded affix "><a href="introduction.html" class="active">Introduction</a></li><li class="chapter-item expanded "><a href="installation.html"><strong aria-hidden="true">1.</strong> Installation</a></li><li class="chapter-item expanded "><a href="shell_integration.html"><strong aria-hidden="true">2.</strong> Shell Integration</a></li><li class="chapter-item expanded "><a href="usage.html"><strong aria-hidden="true">3.</strong> Usage</a></li><li class="chapter-item expanded "><a href="license.html"><strong aria-hidden="true">4.</strong> License</a></li><li class="chapter-item expanded "><a href="contributing.html"><strong aria-hidden="true">5.</strong> Contributing</a></li></ol>
91+
<ol class="chapter"><li class="chapter-item expanded affix "><a href="introduction.html" class="active">Introduction</a></li><li class="chapter-item expanded "><a href="installation.html"><strong aria-hidden="true">1.</strong> Installation</a></li><li class="chapter-item expanded "><a href="shell_integration.html"><strong aria-hidden="true">2.</strong> Shell Integration</a></li><li class="chapter-item expanded "><a href="usage.html"><strong aria-hidden="true">3.</strong> Usage</a></li><li class="chapter-item expanded "><a href="license.html"><strong aria-hidden="true">4.</strong> License</a></li></ol>
9292
</div>
9393
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
9494
<div class="sidebar-resize-indicator"></div>
@@ -176,8 +176,8 @@ <h1 class="menu-title">Mchdir Documentation</h1>
176176
<h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h1>
177177
<p><code>mchdir</code> is a command-line tool written in Rust that allows you to create a new
178178
directory and immediately change into it. It includes shell integration that
179-
defines an <code>mcd</code> command in your shell, simplifying directory creation and
180-
navigation.</p>
179+
defines an a couple of helpful commands in your shell, simplifying directory
180+
creation and navigation.</p>
181181
<h2 id="description"><a class="header" href="#description">Description</a></h2>
182182
<p><code>mchdir</code> provides a convenient way to create a new directory and change into it
183183
in a single command. While similar functionality can be achieved with a shell
@@ -201,12 +201,17 @@ <h3 id="why-the-need-for-shell-integration-too"><a class="header" href="#why-the
201201
of the shell that runs it without shell integration.</p>
202202
<h2 id="features"><a class="header" href="#features">Features</a></h2>
203203
<ul>
204-
<li>Create a new directory and change into it with a single command.</li>
204+
<li>Create a new directory and change into it with a single command (<code>mcd</code>).</li>
205205
<li>Create a new directory in the system temporary directory and change into it
206206
with the <code>mct</code> command.</li>
207-
<li>Shell integration for bash, zsh, and fish shells.</li>
207+
<li>Change back to the last directory with the <code>mcl</code> command.</li>
208+
<li>Shell integration for bash, zsh, and fish shells as first-class citizens,
209+
though it should work in most POSIX-compliant shells too.</li>
208210
<li>Supports automatic installation of shell integration scripts.</li>
209211
</ul>
212+
<h2 id="contributing"><a class="header" href="#contributing">Contributing</a></h2>
213+
<p>Contributions are welcome! Please open an issue or submit a pull request on
214+
GitHub.</p>
210215

211216
</main>
212217

0 commit comments

Comments
 (0)