An open API service indexing awesome lists of open source software.

https://github.com/briangershon/s

A smart 'status' shell command that supports git, mercurial or subversion repositories
https://github.com/briangershon/s

Last synced: about 2 months ago
JSON representation

A smart 'status' shell command that supports git, mercurial or subversion repositories

Awesome Lists containing this project

README

        

# s

A smart 'status' shell command that supports git, mercurial or subversion repositories.

Just type `s` on the command-line in any repo to get its status.

## How to setup

- clone this repo

- add symlink somewhere in your path (`cd /usr/local/bin; ln -s ~/s/s.sh s`)

- now `s` is available everywhere on your system