Ever get frustrated trying to share links or text between your desktop and phone? It's a common inconvenience we all face. You have a link on your desktop, therefore you'd think it would be easy to get it on your phone, but it's always more complicated than it should be.
That's where ClipWarp comes in. Install it on both devices, and you’ll have a simple way to manage links and text across platforms without the extra steps.
An instance where you need to send a link to your device, screenshot from Expo documentation. If it's up to me, then I will definitely use ClipWarp.
- Download clipwarp-0.1.0.exe.
- Install the app.
- Launch it.
- Download clipwarp-0.1.0.tar.gz.
- Extract it:
tar xzvf clipwarp-0.1.0.tar.gz
- Create an assets directory:
mkdir ~/.config/clipwarp/assets
- Run the app:
./clipwarp/ClipWarp
- Download the PKGBUILD.
- Install the app:
makepkg -si
- Launch the app:
clipwarp
- Download the APK file.
- Install it on your device.
- Launch the app.
Clone the repository:
git clone https://github.com/Miloua91/clipwarp.git
-
Go to the
desktop-app
directory:cd clipwarp/desktop-app
-
Create a virtual environment:
python -m venv env .
-
Activate the virtual environment:
source env/bin/activate
-
Install the required Python packages:
pip install -r requirements.txt
-
Launch the app:
python main.py
-
Build the app:
pyinstaller main.spec
-
Launch the app:
./dist/ClipWarp
-
Go to the
mobile-app
directory:cd clipwarp/mobile-app
-
Install the packages:
yarn install
-
Start the development server:
yarn expo start
-
Install EAS CLI if you don't have it:
npm install --global eas-cli
-
Build the app:
eas build -p android --profile preview
-
Go to the
web-app
directory:cd clipwarp/web-app
-
Install the packages:
npm install
-
Start the server:
npm run dev
- Build the app:
npm run build