├── .gitignore ├── .gitlab-ci.yml ├── .travis.yml ├── LICENSE ├── Makefile ├── ferret.org ├── org-mode.conf └── readme.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nakkaya/ferret/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nakkaya/ferret/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nakkaya/ferret/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nakkaya/ferret/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nakkaya/ferret/HEAD/Makefile -------------------------------------------------------------------------------- /ferret.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nakkaya/ferret/HEAD/ferret.org -------------------------------------------------------------------------------- /org-mode.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nakkaya/ferret/HEAD/org-mode.conf -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nakkaya/ferret/HEAD/readme.md --------------------------------------------------------------------------------