All Projects → isacikgoz → sashimi

isacikgoz / sashimi

Licence: MIT license
minimalist fish prompt made with raw fish

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to sashimi

AwsTerm
A collection of awesome terminal utilities
Stars: ✭ 37 (-30.19%)
Mutual labels:  fish
dotfiles
❤ My ~/.dotfiles for fish/vim/tmux/git/alacritty.
Stars: ✭ 44 (-16.98%)
Mutual labels:  fish
dotfiles
🍀 My dotfiles macOS / Linux (Ubuntu, Arch) / Android
Stars: ✭ 16 (-69.81%)
Mutual labels:  fish
fish-abbreviation-tips
💡 Help you remembering your abbreviations
Stars: ✭ 155 (+192.45%)
Mutual labels:  fish
dotfiles
These dotfiles could be your life.
Stars: ✭ 42 (-20.75%)
Mutual labels:  fish
archlinuxcn-dotfiles-collection
来自社区小伙伴们的 dotfiles 集锦
Stars: ✭ 73 (+37.74%)
Mutual labels:  fish
sponge
🧽 Clean fish history from typos automatically
Stars: ✭ 69 (+30.19%)
Mutual labels:  fish
dotfiles
❤ ~/.🛠🐈 the daily jam 🍞🥜🍇🍞
Stars: ✭ 55 (+3.77%)
Mutual labels:  fish
dotfiles
My dotfiles for Neovim, fish, tmux, and friends, optimized for web development on macOS.
Stars: ✭ 108 (+103.77%)
Mutual labels:  fish
rush
🏃‍♀️ Minimalistic CLI Tool for Managing and Running Bash Snippets
Stars: ✭ 35 (-33.96%)
Mutual labels:  fish
dotfiles
dotfiles repository
Stars: ✭ 15 (-71.7%)
Mutual labels:  fish
dotfiles
~nickTD
Stars: ✭ 13 (-75.47%)
Mutual labels:  fish
dotfiles
💎 My vim/neovim, fish, git, and tmux configuration files
Stars: ✭ 49 (-7.55%)
Mutual labels:  fish
dotfiles
Shell-related config files and scripts
Stars: ✭ 43 (-18.87%)
Mutual labels:  fish
TerableAngler
Angler Tokens -> Gold
Stars: ✭ 12 (-77.36%)
Mutual labels:  fish
flock-ai-ue4-plugin
A fish flock AI plugin for Unreal Engine 4. 一个基于虚幻4的鱼群 AI 插件.
Stars: ✭ 91 (+71.7%)
Mutual labels:  fish
fish-kube-prompt
⎈ kubectl context/namespace in your fish shell prompt
Stars: ✭ 71 (+33.96%)
Mutual labels:  fish
oh-my-fish
The Fish Shell Framework
Stars: ✭ 8,403 (+15754.72%)
Mutual labels:  fish
nvjob-boids
#NVJOB Simple Boids (Flocks of Birds, Fish and Insects). Flocking Simulation. Free Unity Asset.
Stars: ✭ 55 (+3.77%)
Mutual labels:  fish
dotfiles
My life's work 🔥🔥
Stars: ✭ 28 (-47.17%)
Mutual labels:  fish

Sashimi

Releases MIT License

A minimal fish shell prompt made of raw fish.

Sashimi uses your prompt real estate as low as possible. It focuses on only required information. Along with being minimalist, the error codes are shown to user so that you can start to debug from a better point. See the features list for more detailed information.

screenshot

Features

  • Compatible with fish 3.0+
  • Sleek
    • Displays only the parent directory instead of the entire working directory
  • Git Support
    • Shows clean/dirty status
    • Shows branch ahead/behind information
    • Discourages working on master branch
  • Informative When Required
    • Shows error exit status in red

Installation

You can install sashimi by cloning this repository and linking the fish_prompt.fish file to your ~/.config/fish/functions directory or any directory in your fish functions path.

git clone https://github.com/isacikgoz/sashimi
cd sashimi
ln -s fish_prompt.fish ~/.config/fish/functions/fish_prompt.fish

If you are using a package manager, you have the following options:

  • Using Fisher:
    fisher add isacikgoz/sashimi
  • Or, if you prefer Oh My Fish!:
    omf install sashimi

Credits

This prompt was inspired by other promps such as:

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].