├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── config.yml ├── .gitignore ├── LICENSE ├── README.org ├── goggles.el └── goggles.gif /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minad/goggles/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minad/goggles/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minad/goggles/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minad/goggles/HEAD/LICENSE -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minad/goggles/HEAD/README.org -------------------------------------------------------------------------------- /goggles.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minad/goggles/HEAD/goggles.el -------------------------------------------------------------------------------- /goggles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minad/goggles/HEAD/goggles.gif --------------------------------------------------------------------------------