mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-25 16:23:06 +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
|