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
- Host: GitHub
- URL: https://github.com/briangershon/s
- Owner: briangershon
- Created: 2016-08-30T04:53:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T05:56:31.000Z (over 8 years ago)
- Last Synced: 2025-01-12T09:45:04.653Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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