├── .gitignore ├── LICENSE ├── dired-auto-readme.el ├── images ├── md-mode.png ├── org-mode.png └── txt-mode.png └── readme.org /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amno1/dired-auto-readme/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amno1/dired-auto-readme/HEAD/LICENSE -------------------------------------------------------------------------------- /dired-auto-readme.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amno1/dired-auto-readme/HEAD/dired-auto-readme.el -------------------------------------------------------------------------------- /images/md-mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amno1/dired-auto-readme/HEAD/images/md-mode.png -------------------------------------------------------------------------------- /images/org-mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amno1/dired-auto-readme/HEAD/images/org-mode.png -------------------------------------------------------------------------------- /images/txt-mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amno1/dired-auto-readme/HEAD/images/txt-mode.png -------------------------------------------------------------------------------- /readme.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amno1/dired-auto-readme/HEAD/readme.org --------------------------------------------------------------------------------