https://github.com/uasi/git-anything
gitで何もかもしたいときに
https://github.com/uasi/git-anything
Last synced: 3 months ago
JSON representation
gitで何もかもしたいときに
- Host: GitHub
- URL: https://github.com/uasi/git-anything
- Owner: uasi
- Created: 2012-05-08T03:45:46.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-08T09:31:04.000Z (about 13 years ago)
- Last Synced: 2025-04-09T21:51:03.290Z (3 months ago)
- Language: Shell
- Size: 234 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
git-anything
============あらゆるコマンドを git のサブコマンドにしてしまえてなんだか便利になるやつです。
`bin` にパスを通すだけで`git echo hoge` でも `git ruby fuga.rb` でも `git shutdown -h now` でもやりたい放題です。
`gen-git-anything.sh [bindir]` を実行すると、
パスの通った場所にある実行ファイルを全部 git のサブコマンドにして bindir (省略時は $PWD)に書き出します。