You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With dotfiles moving around it’s easy for entries in the Directory to become out of date. We should have a script which verifies every fresh line loads and every URL is reachable.
This could be implemented as a utility script in the fresh repo which retrieves all entries from the fresh API, builds up a test freshrc, runs fresh in isolation, and then curl -sLIs every URL to ensure they load.
The text was updated successfully, but these errors were encountered:
With dotfiles moving around it’s easy for entries in the Directory to become out of date. We should have a script which verifies every
fresh
line loads and every URL is reachable.This could be implemented as a utility script in the fresh repo which retrieves all entries from the fresh API, builds up a test freshrc, runs
fresh
in isolation, and thencurl -sLI
s every URL to ensure they load.The text was updated successfully, but these errors were encountered: