whatsie
v4.16.3
基於 Qt WebEngine for Linux Desktop 的功能豐富的 WhatsApp Web 用戶端
附帶一般 CLI 支持,並提供一系列選項,可讓您與已運行的 Whatsie 實例進行互動。
運行: whatsie -h
查看所有支援的選項。
Usage: whatsie [options]
Feature rich WhatsApp web client based on Qt WebEngine
Options:
-h, --help Displays help on commandline options
-v, --version Displays version information.
-b, --build-info Shows detailed current build infomation
-w, --show-window Show main window of running instance of WhatSie
-s, --open-settings Opens Settings dialog in a running instance of WhatSie
-l, --lock-app Locks a running instance of WhatSie
-i, --open-about Opens About dialog in a running instance of WhatSie
-t, --toggle-theme Toggle between dark & light theme in a running instance
of WhatSie
-r, --reload-app Reload the app in a running instance of WhatSie
-n, --new-chat Open new chat prompt in a running instance of WhatSie
可以使用常規 Qt 應用程式開發過程來建立原始程式碼。 Whatsie Project 利用 Qt 的 QMake 建置系統,簡化了建置流程。要在您的系統上本機建置 Whatsie,請按照以下步驟操作。
複製原始碼
git clone https://github.com/keshavbhatt/whatsie.git
進入原始碼目錄
cd whatsie/src
運行qmake
qmake
執行make (使用可選的-j選項指定建置時同時執行的作業或指令)
make -j4
運行建置的 Whatsie可執行檔(如果建置完成且沒有錯誤)
./whatsie
如果要安裝,請執行make install (如果建置完成且沒有錯誤)
sudo make install
snap install whatsie
使用 Arch 用戶儲存庫 (AUR),Whatsie 的 AUR 套件由 M0Rf30 維護
yay -S whatsie-git