sad icon indicating copy to clipboard operation
sad copied to clipboard

CLI search and replace | Space Age seD

Results 40 sad issues
Sort by recently updated
recently updated
newest added

Can you add support or a config option to add the rust implemented fuzzy finder "skim"? I believe it uses the same flags and syntax.

Doing this exact series of commands (or any commands at all) does not work on windows. I'm sure sad is functional (--version, --help both work), fzf and delta are both...

This way, we can use an "easy", general regex, and use some manual, interactive filtering to select just the candidates we need. To implement this, you only need to add...

i notice this program is similar to some programs like , but provide some functions (e.g. fzf support) which the other programs don't support. does there exist any comprison with...

After futzing around for a little bit, I determined that the easiest way right now to install this package is to clone it, check out the latest release tag, and...

the only way to exit `fzf` while executing `sad` is using `abort`, however this always results in `fzf` exiting with code `130`. with a stateless architecture, i don't have a...

Thanks for this package, it's awesome! I'm unable to use `sad` with the `fzf` preview window, I always get an error like so: ![image](https://user-images.githubusercontent.com/5181/106510061-6e1cf780-649c-11eb-8d18-e6c04369f6ad.png) Here's what my env looks like...

When the original files haven't got ending line breaks, I think `sad` should do exactly and only what it's told to do instead of putting a line break at the...

Either use `async-channel` + `tokio` or `async-std`.