warp-cloudflare-gui
warp-cloudflare-gui copied to clipboard
A GUI application based on warp-cli for Linux
Warp Cloudflare GUI
A GUI application based on warp-cli for Linux.
Quick Access
- Installation
- Hidden Mode
- Uninstall
- Screenshot
- Resolved Issues
Installation
Read the warp-cli install documentation. Install warp-cli
and
register with the $ warp-cli register
command.
Then execute the following commands:
$ git clone https://github.com/mrmoein/warp-cloudflare-gui
$ cd warp-cloudflare-gui
$ python3 install.py
$ sudo chmod +x ~/.local/share/applications/warp-gui.desktop
Now search for warp cloudflare
in your desktop menu.
⚠️ IMPORTANT: After the installation please make sure you do not remove the repository directory. It is required for the desktop shortcut to work.
Hidden Mode
If you only want to use the tray icon, you can run the program in hidden mode.
$ python ./main.py --hide
Uninstall
Just remove the ~/.local/share/applications/warp-gui.desktop
file.