├── .gitignore ├── README.md ├── feeling.sh └── screenshots └── screenshot.png /.gitignore: -------------------------------------------------------------------------------- 1 | *.DS_Store 2 | *.swp 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savala/git-feeling/HEAD/README.md -------------------------------------------------------------------------------- /feeling.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savala/git-feeling/HEAD/feeling.sh -------------------------------------------------------------------------------- /screenshots/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savala/git-feeling/HEAD/screenshots/screenshot.png --------------------------------------------------------------------------------