contrib icon indicating copy to clipboard operation
contrib copied to clipboard

[FR] Add desktop entry for grimblast in nix package

Open max-ishere opened this issue 1 year ago • 4 comments

I was gonna PR this, but very busy atm. Can someone please add a desktop entry to grimblast's nix home-manager module? wofi --show drun doesnt allow running cli commands, only selecting a desktop entry.

max-ishere avatar Apr 02 '24 16:04 max-ishere

Grimblast isn't exactly runnable as-is, since it only prints the help. In order for this feature to be feasible, we'd need to have a config for grimblast.

A bind makes more sense given the scope of the program.

fufexan avatar Apr 03 '24 21:04 fufexan

Yeah I think that may work better. For some of my usecases I would probably need to implement a custom command line anyway. Most of my use is either copy area or save to file but that would require either invoking wofi/rofi/etc or a file picker.

max-ishere avatar Apr 05 '24 12:04 max-ishere

LibreOffice has this thing where it groups multiple entries under the same name. I was originally thinking about something like that.

image

max-ishere avatar Apr 05 '24 12:04 max-ishere

In order for this feature to be feasible, we'd need to have a config for grimblast.

Also originally I was gonna have multiple entries, not just one. A config would be nice for setting a file picker command if the file name is not specified for saving.

max-ishere avatar Apr 05 '24 12:04 max-ishere