{"id":17018332,"url":"https://github.com/devprojectekla/rustindexer","last_synced_at":"2025-08-20T22:20:52.183Z","repository":{"id":232224728,"uuid":"783792771","full_name":"DevprojectEkla/RustIndexer","owner":"DevprojectEkla","description":"This project is a client application developed in Rust using the gtk-rs library to create a GUI. The application allows users to browse directories, select a directory to index, and perform keyword searches within the indexed document corpus. ","archived":false,"fork":false,"pushed_at":"2024-06-21T17:14:07.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T16:47:45.773Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevprojectEkla.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-08T15:23:51.000Z","updated_at":"2024-06-21T17:14:27.000Z","dependencies_parsed_at":"2025-01-27T16:44:43.344Z","dependency_job_id":"5c6e4931-2cae-41e8-95f8-43f794b3d483","html_url":"https://github.com/DevprojectEkla/RustIndexer","commit_stats":null,"previous_names":["devprojectekla/rustindexer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevprojectEkla%2FRustIndexer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevprojectEkla%2FRustIndexer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevprojectEkla%2FRustIndexer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevprojectEkla%2FRustIndexer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevprojectEkla","download_url":"https://codeload.github.com/DevprojectEkla/RustIndexer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244982060,"owners_count":20542300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T06:45:34.407Z","updated_at":"2025-03-22T16:11:47.781Z","avatar_url":"https://github.com/DevprojectEkla.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Client Application in Rust with GTK-rs\n\n## Description\n\nThis project is a client application developed in Rust using the `gtk-rs` library to create a GUI. The application allows users to browse directories, select a directory to index, and perform keyword searches within the indexed document corpus. By default, the search engine loads the last indexed directory, enabling immediate search functionality on the previously indexed folder. There are still many features to implement, including the ability to choose an index file to load for the search engine.\n\n## Features\n\n- **Directory Browsing**: Users can browse their file system to select a directory for indexing.\n- **Indexing**: The application indexes the selected directory and its subdirectories.\n- **Keyword Search**: Users can perform keyword searches within the indexed documents.\n- **Default Loading**: The search engine loads the last indexed directory by default, allowing for quick searches on the most recent data.\n\n## Dependencies\n\nTo run this project, you need to install the following dependencies:\n\n```toml\n[dependencies]\nenv_logger = \"0.10.1\"\ngtk = { version = \"0.7.3\", package = \"gtk4\", features = [\"v4_12\"] }\nlog = \"0.4.20\"\nback_end_indexer = { git = \"https://github.com/DevprojectEkla/back_end_indexer.git\", branch = \"main\" }\n```\n\n## Installation\n\n1. **Clone the Repository**:\n    ```bash\n    git clone https://github.com/DevprojectEkla/RustIndexer\n    cd RustIndexer \n    ```\n\n2. **Build the Project**:\n    ```bash\n    cargo build\n    ```\n\n3. **Run the Application**:\n    ```bash\n    cargo run\n    ```\n\n## Usage\n\n1. **Browsing and Indexing**:\n    - Launch the application.\n    - Use the file dialog to browse and select the directory you wish to index.\n    - Click the \"Index\" button to start the indexing process for the selected directory and its subdirectories.\n\n2. **Keyword Search**:\n    - Enter the keyword(s) you wish to search for in the search bar.\n    - Click the \"Search\" button to perform the search within the indexed documents.\n    - The results will be displayed in the results pane.\n\n3. **Default Loading**:\n    - On startup, the application automatically loads the last indexed directory.\n    - This feature allows for quick searches on the most recent dataset without needing to re-index.\n\n## Roadmap\n\n- **Custom Index Loading**: Implement the ability to choose and load a specific index file for the search engine.\n- **Advanced Search Options**: Add more search filters and options to refine search results.\n- **Improved Indexing**: Optimize the indexing process for better performance with large directories.\n- **UI Enhancements**: Improve the user interface for a better user experience.\n\n## Contribution\n\nContributions are welcome! Please fork the repository and submit pull requests for any enhancements or bug fixes.\n\n## License\n\nThis project is licensed under the GPL-3.0 License. See the [LICENSE](https://github.com/DevprojectEkla/RustIndexer/blob/main/LICENSE) file for details.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevprojectekla%2Frustindexer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevprojectekla%2Frustindexer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevprojectekla%2Frustindexer/lists"}