commit f203c677a1e0e5520fc92f14565ce5fde21786c5 Author: Randy Jordan Date: Sun Apr 5 00:22:57 2026 +0000 Upload files to "/" diff --git a/README.md b/README.md new file mode 100644 index 0000000..330691c --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +# eg + +## Description +EG or "for example" files, contain files (like this README) that serve as +good examples and file templates. If you set this directory to your +XDG Templates in `/etc/xdg/user-dirs.defaults` like so `Templates=eg`, +you can use the dropdown menu to easily create files. + +--- + +## Table of Contents + +* [Features](#features) +* [Todos](#todos) +* [Usage](#usage) +* [Acknowledgments](#acknowledgments) +* [License](#license) + +--- + +## Features + +* Easily create files from templates. +* GUI support with XDG. +* The directory bash scripts reference for templates. + +--- + +## Todos + +* [ ] Add new feature X +* [ ] Improve documentation +* [ ] Write tests +* [ ] Optimize performance + +--- + +## Usage + +Provide instructions and examples on how to use your project. + +```bash +# Example installation +git clone https://github.com/your-username/your-repo.git + +# Navigate into the directory +cd your-repo + +# Run the project +npm install +npm start +``` + +You can also include code snippets or screenshots demonstrating usage. + +--- + +## Acknowledgments + +[Tom Preston-Werner README Driven Development](https://tom.preston-werner.com/2010/08/23/readme-driven-development)
+[Make a README](https://www.makeareadme.com/)
+[Choose a LICENSE](https://choosealicense.com/)
+ +--- + +## License + +This project is licensed under the MIT License - see the [LICENSE] file for details. +