Giter Site home page Giter Site logo

Fish support about git-radar HOT 15 OPEN

michaeldfallen avatar michaeldfallen commented on July 20, 2024
Fish support

from git-radar.

Comments (15)

Rameshv avatar Rameshv commented on July 20, 2024

+1

from git-radar.

kernelp4nic avatar kernelp4nic commented on July 20, 2024

You can use --bash option to build your prompt with fish

function fish_prompt --description 'Write out the prompt'
  printf  '[%s] %s%s%s%s\f\r> ' (date "+%H:%M:%S") (set_color -o blue) (pwd)  (set_color normal) (git-radar --bash --fetch)
end

[09:28:21] /some/repo git:(upstream ⚡ master) 1A 1D 13A

It would be nice at least a mention about this in the readme. I'm happy to make a PR.

from git-radar.

Rameshv avatar Rameshv commented on July 20, 2024

Thats quick @kernelp4nic :) But its not working.. i have lot of unstaged changes, it just displayes >, nothing else

from git-radar.

michaeldfallen avatar michaeldfallen commented on July 20, 2024

@Rameshv sorry I don't use fish so I haven't it yet. I'll look in to this. Can you send me an example fishrc so I know where to start?

from git-radar.

Rameshv avatar Rameshv commented on July 20, 2024

Sure @michaeldfallen. fish config usually stored in ~/.config/fish/config.fish, it kinda look like this

# Path to your oh-my-fish.
set fish_path $HOME/.oh-my-fish

# Theme
#set fish_theme robbyrussell

# Load oh-my-fish configuration.
. $fish_path/oh-my-fish.fish

set fish_plugins git  autojump bundler rvm rails rake node python emoji-clock

#set path vars

set PATH $PATH ~/softwares/mongodb-osx-x86_64-2.4.9/bin

set PATH $PATH ~/softwares/redis-2.8.7/src 

set PATH $PATH ~/softwares/android-sdk-macosx/tools

#set aliases for frequently used commands
alias gitlog='git log --all --graph --pretty=format:"%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit --date=relative'
alias gits='git status -sb'

and fish_prompt is a method responsible for displaying the prompt as specified by @kernelp4nic

from git-radar.

oppianmatt avatar oppianmatt commented on July 20, 2024

would be nice to have git-radar in one of the tackle themes https://github.com/justinmayer/tackle instead of vcprompt

from git-radar.

alex-kovshovik avatar alex-kovshovik commented on July 20, 2024

+1

from git-radar.

tooolbox avatar tooolbox commented on July 20, 2024

+1

from git-radar.

n10v avatar n10v commented on July 20, 2024

74080c7
4fa1744

from git-radar.

tooolbox avatar tooolbox commented on July 20, 2024

@bogem Nice!

My alternate version that matches the existing prompt that I had:

function fish_prompt
    echo -n (whoami)@(hostname|cut -d . -f 1)
    echo -n " "
    set_color $fish_color_cwd
    echo -n (prompt_pwd)
    git-radar --fish -fetch
    set_color normal
    echo -n '> '
end

I guess the Brew formula just needs to be updated now, as there's no --fish flag in 0.2. :)

from git-radar.

n10v avatar n10v commented on July 20, 2024

@tooolbox thanks :)
I like minimal prompts
Yes. Brew formula needs to be updated

from git-radar.

jschneider avatar jschneider commented on July 20, 2024

Something looks strange for me. Any ideas why?

git-radar

from git-radar.

michaeldfallen avatar michaeldfallen commented on July 20, 2024

sorry that I haven't published the new version, looking to automate that as soon as possible. I want to get the configurable prefixes mentioned in #17 and #15 before releasing. Tonight I hope.

from git-radar.

jschneider avatar jschneider commented on July 20, 2024

I cloned your repository. I am currently using da76c7d
Isn't this the latest version?

from git-radar.

kenglxn avatar kenglxn commented on July 20, 2024

Awesome project.
When you publish the new version, perhaps consider adding oh-my-fish theme.

Put up an example omf theme based on git-radar here: https://github.com/kenglxn/git-radar-omf-theme

from git-radar.

Related Issues (20)

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.