mirror of
https://github.com/Phantop/dotfiles
synced 2025-01-07 04:37:01 +00:00
6 lines
204 B
Fish
6 lines
204 B
Fish
function reflux
|
|
for i in (curlflux "$argv"feeds | jq -rc '.[] | select(.parsing_error_count!=0)')
|
|
eval curl "$(cat ~/.config/miniflux)/feeds/$(echo $i | jq -r .id)/refresh" -X PUT
|
|
end
|
|
end
|