From 0ee7ec8171cca62d5724f03d1c0976292fcaf828 Mon Sep 17 00:00:00 2001 From: Jeevitha Kannan K S Date: Fri, 8 Nov 2024 06:29:29 +0530 Subject: [PATCH 1/2] refact: ZapZap entry to communication apps, remove redundant zoom entry --- core/tabs/applications-setup/tab_data.toml | 17 ++++++----------- docs/userguide.md | 1 + 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/core/tabs/applications-setup/tab_data.toml b/core/tabs/applications-setup/tab_data.toml index 4e6df84a..c84f1ad6 100644 --- a/core/tabs/applications-setup/tab_data.toml +++ b/core/tabs/applications-setup/tab_data.toml @@ -39,6 +39,12 @@ description = "Thunderbird is a free, open-source email client that offers power script = "communication-apps/thunderbird-setup.sh" task_list = "I" +[[data.entries]] +name = "ZapZap" +description = "ZapZap is an open source whatsapp desktop client for Linux users developed by rafatosta." +script = "communication-apps/zapzap-setup.sh" +task_list = "I" + [[data.entries]] name = "Zoom" description = "Zoom is a widely-used video conferencing platform that allows users to host virtual meetings, webinars, and online collaboration with features like screen sharing and recording." @@ -84,17 +90,6 @@ description = "Sublime Text is a fast, lightweight, and customizable text editor script = "Developer-tools/sublime-setup.sh" task_list = "I" -[[data.entries]] -name = "ZapZap" -description = "ZapZap is an open source whatsapp desktop client for Linux users developed by rafatosta." -script = "communication-apps/zapzap-setup.sh" -task_list = "I" - -[[data.entries]] -name = "Zoom" -description = "Zoom is a widely-used video conferencing platform that allows users to host virtual meetings, webinars, and online collaboration with features like screen sharing and recording." -script = "communication-apps/zoom-setup.sh" - [[data.entries]] name = "VS Code" description = "Visual Studio Code (VS Code) is a lightweight, open-source code editor with built-in support for debugging, version control, and extensions for various programming languages and frameworks." diff --git a/docs/userguide.md b/docs/userguide.md index 11e598f8..60d1aafc 100644 --- a/docs/userguide.md +++ b/docs/userguide.md @@ -12,6 +12,7 @@ - **Slack**: Slack is a collaboration platform designed for team communication, featuring channels, direct messaging, file sharing, and integrations with various productivity tools. - **Telegram**: Telegram is a cloud-based messaging app known for its speed and security, offering features like group chats, channels, and end-to-end encrypted calls. - **Thunderbird**: Thunderbird is a free, open-source email client that offers powerful features like customizable email management, a built-in calendar, and extensive add-ons for enhanced functionality. +- **ZapZap**: ZapZap is an open source whatsapp desktop client for Linux users developed by rafatosta. - **Zoom**: Zoom is a widely-used video conferencing platform that allows users to host virtual meetings, webinars, and online collaboration with features like screen sharing and recording. ### Developer Tools From 2036833405430f5406c14fa64c49caf0bf5322c3 Mon Sep 17 00:00:00 2001 From: Jeevitha Kannan K S Date: Sat, 9 Nov 2024 09:28:48 +0530 Subject: [PATCH 2/2] Revert userguide.md zapzap --- docs/userguide.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/userguide.md b/docs/userguide.md index 60d1aafc..11e598f8 100644 --- a/docs/userguide.md +++ b/docs/userguide.md @@ -12,7 +12,6 @@ - **Slack**: Slack is a collaboration platform designed for team communication, featuring channels, direct messaging, file sharing, and integrations with various productivity tools. - **Telegram**: Telegram is a cloud-based messaging app known for its speed and security, offering features like group chats, channels, and end-to-end encrypted calls. - **Thunderbird**: Thunderbird is a free, open-source email client that offers powerful features like customizable email management, a built-in calendar, and extensive add-ons for enhanced functionality. -- **ZapZap**: ZapZap is an open source whatsapp desktop client for Linux users developed by rafatosta. - **Zoom**: Zoom is a widely-used video conferencing platform that allows users to host virtual meetings, webinars, and online collaboration with features like screen sharing and recording. ### Developer Tools