Coder Social home page Coder Social logo

sashimi's Introduction

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

sashimi's People

Contributors

isacikgoz avatar xaerru avatar jorgebucaran avatar utkuufuk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.