Support icon indicating copy to clipboard operation
Support copied to clipboard

[Feature request] specify git command params

Open Drasenix opened this issue 3 years ago • 1 comments

Hi,

first of all, this tool is cool because of its simplicity. It is well design and free so thank you!

However, i must admit that it is limited (it's the strength and the weakness) because:

  • I can't git push -f
  • I can't git push --force-with-lease
  • I can't git diff -b
  • I can't freestyle like on the terminal. :p

It would be nice to be able to make this possible without being difficult or breaking the UI.

Something like :

  • shift + click (Commit | Push | Changes) opening a little prompt asking for params to use for this specific action ?
  • Option menu for adding a list of preferred option for each action ?
  • right click on button to specify param ?

I know it could complicate the use of the tools but... just and idea

Drasenix avatar Mar 17 '22 13:03 Drasenix

Hi @Drasenix, thanks for the feedback. I think I could add something like right-click -> force push on the push button.

Adding params to git commands is an interesting idea. It's probably a bit too low-level for what I'm going for with GitFiend though.

GitFiend avatar Mar 21 '22 05:03 GitFiend