- TextSearch is a cross-platform, one-click lookup dictionary software built using Electron.js.
- It is compatible with any program and saves your copy-paste searching time.
- Cross-platform support (Windows, macOS, Linux).
- One-click dictionary lookup.
- Lightweight and fast.
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-repo-link.git cd TextSearch -
Install dependencies:
npm install
-
Start the application:
npm start
To build the application for different platforms:
- Run the following command:
npm run build
To become a contributor to this project, follow these steps:
-
Star this repository.
-
Fork this repository.
-
Clone this repository to your local system:
git clone https://github.com/your-repo-link.git
-
Create a new branch for your feature or bug fix:
git checkout -b feature-name
-
Make your changes and commit them:
git commit -m "Description of changes" -
Push your changes to your forked repository:
git push origin feature-name
-
Create a pull request to the main repository.