Skip to content

Instantly share code, notes, and snippets.

@johno
Last active January 6, 2017 19:26
Show Gist options
  • Save johno/ea38055a248fa133c8c7 to your computer and use it in GitHub Desktop.
Save johno/ea38055a248fa133c8c7 to your computer and use it in GitHub Desktop.
Tachyons maintenance -- Clone all repos from an org or user with github-repositories cli package on npm, upgrade all modules, publish modules, etc.
github-repositories REPO_NAME | sed 's/.* //' | xargs -L1 git clone
@johno
Copy link
Author

johno commented Jan 28, 2016

Edit all the pages all at once

find . -name "*.html" -print0 | xargs -0 sed -i'' -e 's/"general\/images\//"\/docs\/general\/images\//g'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment