2.4.0 • Published 8 years ago

turbostatus v2.4.0

Weekly downloads
14
License
ISC
Repository
github
Last release
8 years ago

⚡️ turbostatus

Tool to check the git repositories in your folder and show their status.

turbostatus

Install

npm install turbostatus -g

Commands

  • list: shows the status of the repos in the folder (Default command)
  • export: exports the repo status to a json file
  • checkout: uses an exported json file to clone of checkout the repos to a previous state. You can interactivelly choose which changes will be applied (Experimental)

Help

Run help <command> to see the documentation. For example:

turbostatus help list

Examples

turbostatus

# It's also aliased to just "ts"
ts

# If you use the option --remote (-r) it will update the remote status first (slower)
ts -r

# You can also filter the folders that will be checked
ts -f 'brisky*'

# Export the current status of all the repos that start with 'brisky'
ts export brisky_repos.json -f 'brisky*'

# Restore to a previous state
ts checkout brisky_repos.json

Zsh version still available in branch v1