├── .gitignore ├── CHANGELOG ├── LICENSE.LGPLv2+ ├── LICENSE.MPL1.1 ├── Makefile ├── README.md ├── aha.1 ├── aha.c └── screenshot.png /.gitignore: -------------------------------------------------------------------------------- 1 | aha 2 | /.project 3 | -------------------------------------------------------------------------------- /CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theZiz/aha/HEAD/CHANGELOG -------------------------------------------------------------------------------- /LICENSE.LGPLv2+: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theZiz/aha/HEAD/LICENSE.LGPLv2+ -------------------------------------------------------------------------------- /LICENSE.MPL1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theZiz/aha/HEAD/LICENSE.MPL1.1 -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theZiz/aha/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theZiz/aha/HEAD/README.md -------------------------------------------------------------------------------- /aha.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theZiz/aha/HEAD/aha.1 -------------------------------------------------------------------------------- /aha.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theZiz/aha/HEAD/aha.c -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theZiz/aha/HEAD/screenshot.png --------------------------------------------------------------------------------