adof 1.0.0

ADOF - An Automatic Dot-files Organizer Friend
Documentation
# Pull Request

Thank you for contributing to **adof**! Please follow this template to help me review your changes efficiently.

## Description

> **Provide a brief summary of the changes**: Explain what your PR does and why you made these changes.

## Related Issues

> **List any related issues**: If your PR addresses or is related to an existing issue, please link it here (e.g., "Fixes #123").

## Type of Change

> **Select the type of change your pull request introduces**:
- [ ] Bug fix
- [ ] New feature
- [ ] Documentation update
- [ ] Refactor/code cleanup
- [ ] Other (describe below)

## How Has This Been Tested?

> **Describe the tests you ran** to verify your changes:
- Include any unit, integration, or manual testing done.
- Mention the environment (e.g., operating system, adof version) where testing was conducted.
- If applicable, provide test cases or commands used.

## Checklist

Please ensure that your pull request meets these requirements:
- [ ] I have read the [CONTRIBUTING.md]https://github.com/fnabinash/adof/blob/main/CONTRIBUTING.md file.
- [ ] My code follows the project's style guidelines.
- [ ] I have run `cargo fmt` and `cargo clippy` to lint my code.
- [ ] I have run `cargo test` and confirmed that all tests pass.
- [ ] I have added or updated tests, if necessary.
- [ ] I have updated the documentation if needed.

## Screenshots (if applicable)

> **Add screenshots to illustrate the change**, especially for UI or CLI changes.

## Additional Context

> **Add any additional information**: If there are any specific considerations, challenges faced, or aspects that reviewers should focus on, please explain them here.

---

Thank you for your contribution!