sefr icon indicating copy to clipboard operation
sefr copied to clipboard

🚀 Terminal program for interactively opening search engines / parametric URLs, with support for suggestions via opensearch and json.

Results 5 sefr issues
Sort by recently updated
recently updated
newest added

Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.5.1 to 0.8.10. Release notes Sourced from webbrowser's releases. v0.8.10 Releasing v0.8.10 with the following changes (this is a minor maintenance release): Changed Linux: move to home...

dependencies

Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.5.0 to 0.5.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=spin&package-manager=cargo&previous-version=0.5.0&new-version=0.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

It would be nice if sefr recorded search history so that it could be accessed via or at the prompt.

This means that sefr stays open until the entire browser is closed, and closing sefr closes the browser. This is a limitation of [webbrowser-rs](https://crates.io/crates/webbrowser), as on Linux it uses `Command::status()`...

bug
help wanted

@sehnsucht13 proposed an interesting idea to me the other day: To make sefr usable by external tools such as editors, have a command line switch that takes a partial search...

enhancement