Metadata-Version: 2.4
Name: git-fzf-more
Version: 1.0.1
Summary: Additional interactive git commands using fzf
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/talwrii/git-fzf-more
Project-URL: Bug Tracker, https://github.com/talwrii/git-fzf-more/issues
Keywords: git,fzf,interactive,cli
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# git-fzf-more
git-fzf is great. I use `git iadd` all the time to add more things. It's so good I want more commands so I am putting these here. 

I encourage the author of git-fzf to steal all the features here. But I am lazy and jaded with pull requrests and just want to vibe code this so I am just dumping this here.

# Installation
pipx install git-fzf-more

git irm -- remove an untracked files. By default remove untracked files.
