sandr01d

Results 91 comments of sandr01d

Sorry for the late reply @suft. Just wanted to let you know that I saw your changes and will give you a review. Unfortunately I don't have much free time...

I'm experiencing the same issue, but I'm on Niri, not Plasma. I was able to get some logs when the issue happened. Here is the entire log of the session:...

> Yes, you will need a dunst compatible notification system or disable them(notifications) alltogether. I'm using libnotify (together with swaync), which should be supported according to the README. Notifications work...

Hey @yuvals1! We essentially make use of the completions provided by git, which include branches for `diff`. Which shell are you using? If you're using fish, this might be related...

I'm assuming you're using zsh and installed fzf through brew from your previous response. Is that correct? > how exactly are forgit completions supposed to work? The only step necessary...

> is that the desired output? Yes. This means forgit completions are correctly placed inside you `$fpath`. Compsys should handle the rest from there. My guess would be that the...

Guess they did serve a purpose after all 😅 . Thanks for letting us know @julianscheel!

This sounds very similar to what we already provide with `gcf` (`git checkout file`). Could you please explain what `grs` would provide that `gcf` does not?

> Also restore lets you restore to the index instead of HEAD. > > So case you have a file that says Hello then you modify it and says Hello...

I agree, deprecating `gcb` and `gcf` in favor of `gsw` and `grs` makes sense and so do the steps you proposed for transitioning. We might want to start print a...