Skip to content

feat: numbered git stash, commits ahead/behind indicator#382

Merged
edouard-lopez merged 8 commits intopure-fish:masterfrom
lungsin:feat/numbered-git-indicator
Sep 23, 2025
Merged

feat: numbered git stash, commits ahead/behind indicator#382
edouard-lopez merged 8 commits intopure-fish:masterfrom
lungsin:feat/numbered-git-indicator

Conversation

@lungsin
Copy link
Contributor

@lungsin lungsin commented Sep 14, 2025

related: fixes #378

How to test pre-release?

☠️ Feature can be unstable and break your prompt!

fisher remove pure-fish/pure
fisher install lungsin/pure@feat/numbered-git-indicator # branch name
set --universal pure_show_numbered_git_indicator true

First contribution?

Check the 👍 contributing guide for code and naming conventions.

Specs

New config in conf.d/pure.fish

_pure_set_default pure_show_numbered_git_indicator false

Documentation

Usage

set --universal pure_show_numbered_git_indicator true

Acceptance Checks

  • Documentation is up-to-date:
    • Add entry in feature list of README.md ;
    • Add entry in features' overview in docs/ ;
    • Add section in feature list to document
      • Features' flag ;
      • [Not applicable] Prompt symbol;
  • Default are defined in conf.d/pure.fish for:
    • Feature flag ;
    • [Not applicable] Symbol ;
  • Tests are passing (I can help you 🤗 ):
  • Customization is available ;
  • Feature is implemented.

@lungsin lungsin force-pushed the feat/numbered-git-indicator branch from ffae089 to 5d71d19 Compare September 14, 2025 02:40
@lungsin lungsin force-pushed the feat/numbered-git-indicator branch from 65b8a75 to 0b26bd8 Compare September 23, 2025 00:39
Copy link
Member

@edouard-lopez edouard-lopez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor changes

…acOS)

We use 3 methods:
* $USER = nemo
* $PWD = /tmp/.pure
* $PWD = /tmp/pure
@edouard-lopez edouard-lopez merged commit 2d4cf87 into pure-fish:master Sep 23, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Git status enhancement: number of commits ahead/behind, and number of stash

2 participants