🌊 The ultimate Fish prompt.
Go to file
Ilan Cosman b4c96a2493 v2.3.0
2020-08-20 08:50:43 -07:00
.github Minor edits 2020-08-12 09:40:28 -07:00
completions Change basename --suffix= to -s for macos compatability 2020-07-26 23:39:18 -07:00
conf.d Add detect_os and item_os 2020-07-29 20:36:57 -07:00
functions Fix rust item 2020-08-20 08:44:50 -07:00
tide_theme Fix os test 2020-08-19 11:27:17 -07:00
tools v2.3.0 2020-08-20 08:50:43 -07:00
CODE_OF_CONDUCT.md Minor edits 2020-07-04 14:01:35 -07:00
CONTRIBUTING.md Document CI flag 2020-08-12 10:44:44 -07:00
LICENSE.md Convert license to markdown 2020-07-04 13:53:26 -07:00
README.md Add rust item, fix os item and configs 2020-08-19 10:35:04 -07:00

logo.svg

ci_badge fish_version_badge license_badge

header.png

A modern prompt manager for the Fish shell.

  • Out of the box: With four compelling styles and myriad options, you can have your out-of-the-box cake and customize it too.
  • Flexible: Move content around, remove it, or add it back, all without ever touching a line of code.
  • Powerful: Impress all your Fish friends with alien technologies like a multi-line right prompt.
  • Extensible: Create custom content with simple fish functions that integrate seamlessly.

Installation

System Requirements

Source and run the install function

curl -sL git.io/tide | source && tide_install

Features

Configuration Wizard

Run tide configure to open the the wizard in your terminal.

configuration_wizard


flexible.png

Flexible

Tide uses "items", small functions that create the prompt contents. Using the items list for each side of the prompt, you have full control of where and which items display.



multi-line_right_prompt.png

Multi-Line Right Prompt

Fish can't do that yet can it!

Tide takes care of all the multi-line logic and printing for you. All you have to do is add the newline item.



extensible.png

Extensible

If there isn't an item that fits your needs you can make your own (and hopefully submit a pull request) or ask for it to be made by opening an issue.



pure_emulation.gif

Pure Emulation

Tide can easily produce the same prompt as Pure (with a number of improvements). Run tide configure and select the Pure style.

All of Tide's features are available while using Pure style, though it displays less information by default than Lean style.


Documentation

See the wiki for the full documentation.

Contributing

From the smallest typo to the largest feature, contributions of any size or experience level are welcome!

If you're interested in helping contribute to Tide, please take a look at the Contributing Guide.

Fonts

Meslo Nerd Font

Gorgeous monospace font designed by Jim Lyles for Bitstream, customized for Apple, enhanced by André Berg, and finally patched by Roman Perepelitsa of Powerlevel10k with scripts originally developed by Ryan McIntyre of Nerd Fonts. Contains all the glyphs and symbols that Tide may need. Battle-tested in dozens of different terminals on all major operating systems.

Font Installation

Download these four ttf files:

Open each file and click "Install". This will make the MesloLGS NF font available to all applications on your system. Configure your terminal to use this font.

Acknowledgments

  • Powerlevel10k - Inspired much of Tide's documentation, resources, ideas, and design.
  • Starship - Inspired elements of Tide's documentation and community health files.
  • Spacefish - Inspired some of Tide's items.