I’ll remember that.
torgeir
joined 1 year ago
I hacked something like this together a while ago, but never finished/published it;
- search with consult-web-search
- type something reasonably fast and eww opens the first match
- skip through them with C-n and C-p
- prevent automatically loading each url with C-SPC
- RET to load it in eww and close consult
Nice! Was thinking of doing smtn similar myself. Will definitely play around with this!
I’ve done similar things for mismatched python dependencies in a broken Airflow setup on GCP, and got amazingly good results pointing me in the right direction to resolve the conflicting package versions. Just dumped a mile long stack trace and the full requirements.txt on it. Often worth a shot, tbh