Skip to content

Commit

Permalink
Rebuild after refreshing blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
faho committed Feb 10, 2024
1 parent 8396b7c commit 12b6739
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
6 changes: 5 additions & 1 deletion docs/assets/css/fish_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ body {
line-height: 20px;
}

img {
img, video {
max-width: 100%;
max-height: fit-content;
border: 0;
Expand Down Expand Up @@ -575,3 +575,7 @@ input.tabselector {
border-bottom-color: rgb(221, 221, 221);
border-bottom-color: transparent;
}

body.gradient_body {
font-family: "Comic Sans MS", "Comic Sans", "Comic Mono", "ComicShannsMono Nerd Font Propo", 'Segoe Print', 'Bradley Hand', Chilanka, TSCu_Comic, system-ui, sans-serif;
}
68 changes: 32 additions & 36 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,16 @@ <h1>

<div class="promo_table">
<div class="promo_table_cell">
<h3>Autosuggestions</h3>

<div class="promo_image">
<a target="_blank" href="assets/img/screenshots/autosuggestion.png">
<img alt="fish shows suggestions based on files, completions and your history. In this case it offers to turn 'ssh -' into 'ssh -l demo SomeLongHost@SomeLongDomainIAlwaysMisspell.com', and you can accept it with right arrow or control-F" src="assets/img/screenshots/autosuggestion.png">
</a>
</div>

fish suggests commands as you type based on history and completions, just like a web browser.
Watch out, Netscape Navigator 4.0!
</div>

<div class="promo_table_cell">
<h3>Glorious VGA Color</h3>
<h3>Works Out of the Box</h3>

<div class="promo_image">
<a target="_blank" href="assets/img/screenshots/colors.png">
<img alt="A colorful commandline, with syntax highlighting" src="assets/img/screenshots/colors.png">
<a target="_blank" href="assets/img/screenshots/works_out_of_the_box.png">
<img alt="A git clone followed by the completions for 'git checkout --track origin/', showing the origin's remote branches" src="assets/img/screenshots/works_out_of_the_box.png">
</a>
</div>

fish supports 24 bit true color, the state of the art in terminal technology.
Behold the monospaced rainbow.
fish will delight you with features like tab completions and syntax highlighting that just work. It will make you exclaim "Of course fish does that!".
</div>

<div class="promo_table_cell">
<h3>Sensible Scripting</h3>

Expand All @@ -73,43 +58,54 @@ <h3>Sensible Scripting</h3>
</div>

<div class="promo_table_cell">
<h3>Web Based Configuration</h3>
<h3>Reads Your Mind</h3>

<div class="promo_image">
<a target="_blank" href="assets/img/screenshots/web_config.png">
<img alt="Fish's web config tool, on the prompt selection tab" src="assets/img/screenshots/web_config.png">
<a target="_blank" href="assets/img/screenshots/autosuggestion.png">
<img alt="fish shows suggestions based on files, completions and your history. In this case it offers to turn 'ssh -' into 'ssh -l demo SomeLongHost@SomeLongDomainIAlwaysMisspell.com', and you can accept it with right arrow or control-F" src="assets/img/screenshots/autosuggestion.png">
</a>
</div>

For those lucky few with a graphical computer, you can set your colors and view functions, variables, and
history all from a web page.
fish suggests commands as you type based on history and completions, just like a web browser.
Watch out, Netscape Navigator 4.0!
</div>

<div class="promo_table_cell promo_table_left">
<h3>Man Page Completions</h3>
<h3>Abbreviations</h3>

<div class="promo_image">
<a target="_blank" href="assets/img/screenshots/man_completions.png">
<img alt="fish_update_completions updates the completion script and the pager shows descriptions for each option" src="assets/img/screenshots/man_completions.png">
<video controls src="assets/img/screenshots/abbr.webm" alt="A screencast showing the definition of an abbreviation that turns any run of at least two periods into a cd command for as many directories as periods up. You can find the full source in the interactive documentation, search for 'multicd'">
</div>
Tired of writing many characters when few would do?
Fish allows you to abbreviate!
</div>

<div class="promo_table_cell">
<h3>Glorious VGA Color</h3>

<div class="promo_image">
<a target="_blank" href="assets/img/screenshots/colors.png">
<img alt="A colorful commandline, with syntax highlighting" src="assets/img/screenshots/colors.png">
</a>
</div>

Other shells support programmable completions, but only fish generates them automatically by parsing your
installed man pages.
fish supports 24 bit true color, the state of the art in terminal technology.
Behold the monospaced rainbow.
</div>

<div class="promo_table_cell promo_table_right">
<h3>Works Out of the Box</h3>
<div class="promo_table_cell">
<h3>Web Based Configuration</h3>

<div class="promo_image">
<a target="_blank" href="assets/img/screenshots/works_out_of_the_box.png">
<img alt="A git clone followed by the completions for 'git checkout --track origin/', showing the origin's remote branches" src="assets/img/screenshots/works_out_of_the_box.png">
<a target="_blank" href="assets/img/screenshots/web_config.png">
<img alt="Fish's web config tool, on the prompt selection tab" src="assets/img/screenshots/web_config.png">
</a>
</div>

fish will delight you with features like tab completions and syntax highlighting that just work, with nothing
new to learn or configure.
For those lucky few with a graphical computer, you can set your colors and view functions, variables, and
history all from a web page. Or not, you can also stay in your comfy terminal and set them there.
</div>

</div>

<hr>
Expand Down

0 comments on commit 12b6739

Please sign in to comment.