https://github.com/sarfraznawaz2005/textreader
A Text Reader app always available as widget on desktop to avoid text files mess on desktop!
https://github.com/sarfraznawaz2005/textreader
desktop desktop-app editor rich-text-editor text-editor text-reader
Last synced: 4 months ago
JSON representation
A Text Reader app always available as widget on desktop to avoid text files mess on desktop!
- Host: GitHub
- URL: https://github.com/sarfraznawaz2005/textreader
- Owner: sarfraznawaz2005
- License: mit
- Created: 2025-09-02T14:06:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-02T14:30:35.000Z (9 months ago)
- Last Synced: 2025-09-02T16:08:47.387Z (9 months ago)
- Topics: desktop, desktop-app, editor, rich-text-editor, text-editor, text-reader
- Language: AutoHotkey
- Homepage:
- Size: 814 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TextReader
TextReader is a lightweight and customizable rich text reader application built using AutoHotkey. It provides a user-friendly interface for viewing and interacting with rich text files saved in specific folder. This app loads all rich text files from specified folder.
I built this app for personal needs as my desktop was becoming a mess due to various text files. No more text files and mess on my desktop!
## Screenshots

## Features
* **AI Chat:** Chat with documents using AI.
* **Rich Text Display:** Supports displaying text with various formatting options.
* **File Management:** Open and manage text files easily.
* **Text Search:** Efficiently search for specific text within open documents.
* **Customizable Settings:** Configure application behavior and appearance through settings.
* **Intuitive GUI:** A clean and functional graphical user interface.
## How to Use
1. **Run the Executable:** If you have the `TextReader.exe` file, simply double-click it to launch the application.
2. **Run from Source:** If you have AutoHotkey installed, you can run `TextReader.ahk` directly.
```bash
autohotkey TextReader.ahk
```
Once launched, you can open text files through the application's interface and utilize its features.
## Requirements
* [AutoHotkey](https://www.autohotkey.com/) (if running from source)
## Installation
1. **Clone the Repository:**
```bash
git clone https://github.com/your-username/TextReader.git
cd TextReader
```
2. **Download Executable (Optional):** If an executable is provided, you can simply download and run it.
## Contributing
Contributions are welcome! Please feel free to fork the repository, make your changes, and submit a pull request.
## License
This project is open-source and available under the [MIT License](LICENSE).