Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/made2591/funny-commit
Funny Commit is a really simple bash script that gets whatthecommit.com website commit message and creates a git commit with an always-changing funny text for you.
https://github.com/made2591/funny-commit
bash commit funny git repository shell shell-script
Last synced: 29 days ago
JSON representation
Funny Commit is a really simple bash script that gets whatthecommit.com website commit message and creates a git commit with an always-changing funny text for you.
- Host: GitHub
- URL: https://github.com/made2591/funny-commit
- Owner: made2591
- License: gpl-3.0
- Created: 2017-09-08T14:51:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T16:08:09.000Z (over 7 years ago)
- Last Synced: 2024-11-06T09:40:41.468Z (about 1 month ago)
- Topics: bash, commit, funny, git, repository, shell, shell-script
- Language: Shell
- Homepage:
- Size: 288 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starts - made2591/funny-commit - Funny Commit is a really simple bash script that gets whatthecommit.com website commit message and creates a git commit with an always-changing funny text for you. (shell)
README
# Funny Commit
```funny-commit.sh``` is a really simple bash script that gets [whatthecommit.com](http://whatthecommit.com) website commit message and creates a git commit with an always-changing funny text for you. It is intended for your first commits or test commits or whatever...
## Preview
## Instructions
```funny-commit.sh``` does not confirm the commit. It always open your git default editor with the funny text inside ready to be committed.
To install:
```
git clone https://github.com/made2591/funny-commit
cp funny-commit/funnycommit.sh /usr/local/bin/funnycommit
sudo chmod 755 /usr/local/bin/funnycommit
```Close and open your shell again and...you're done!
Just type:
```
funnycommit
```Test in your git repo and enjoy!
__Note__: tested on mac os only.
## Author
* **Matteo Madeddu** - *[here](https://made2591.github.io) is my github personal page* -
## Credits
- [whatthecommit.com](http://whatthecommit.com)
## License
This project is licensed under the GNU License - see the [LICENSE.md](LICENSE.md) file for details