From 8c5a6089b44740277ca0e990f2517db7a1bfb30f Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Mon, 9 Oct 2023 13:54:30 +0800 Subject: [PATCH] ATRP @wxy https://linux.cn/article-16268-1.html --- ... Open-Source App Helps You Stay Focused.md | 135 ++++++++++++++++++ ... Open-Source App Helps You Stay Focused.md | 135 ------------------ 2 files changed, 135 insertions(+), 135 deletions(-) create mode 100644 published/20231007 This Open-Source App Helps You Stay Focused.md delete mode 100644 sources/news/20231007 This Open-Source App Helps You Stay Focused.md diff --git a/published/20231007 This Open-Source App Helps You Stay Focused.md b/published/20231007 This Open-Source App Helps You Stay Focused.md new file mode 100644 index 0000000000..559aeae7c8 --- /dev/null +++ b/published/20231007 This Open-Source App Helps You Stay Focused.md @@ -0,0 +1,135 @@ +[#]: subject: "This Open-Source App Helps You Stay Focused" +[#]: via: "https://news.itsfoss.com/pomatez/" +[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/" +[#]: collector: "lujun9972/lctt-scripts-1693450080" +[#]: translator: "ChatGPT" +[#]: reviewer: "wxy" +[#]: publisher: "wxy" +[#]: url: "https://linux.cn/article-16268-1.html" + +开源应用 Pomatez 使你保持专注 +====== + +![][0] + +> Pomatez 应用可以提升你的效率,它为你的时间管理带来了巨大帮助。 + +你是否对 “番茄工作法” 有所了解呢? + +这是一种 **时间管理方法**,于 1980 年代末期开发,通过定时器将工作划分为一定的时间间隔,每间隔 25 分钟后进行短暂的休息,如此循环直至任务完成。 + +这种方法在近些年变得越来越流行,有很多应用程序以 [番茄工作法][1]Pomodoro Technique 作为主要的卖点。 + +这里我们将介绍一个采用这种方法的应用,它名为 “Pomatez”,并且是 **原生支持 Linux 平台的开源应用**。Pomatez 为时间管理提供了所需的全部工具。 + +其实这并不是我们第一次介绍这种应用,之前有一种应用叫 “Reminders”,功能类似,但并未采用番茄工作法。 + +> **[Reminders:一个漂亮的开源 Linux 应用,可帮助你完成工作][2]** + +现在我来详述一下你可以用 Pomatez 应用做些什么。 + +### Pomatez: 概述 ⭐ + +![][4] + +Pomatez 使用 TypeScript 编程语言编写,是一款极好的工具,能让你在执行重要任务的同时安排适时的休息,保持专注。 + +Pomatez 的关键特性包括: + + * 内置的任务列表 + * 桌面通知 + * 可定制的规则 + +#### 初次使用感受 👨‍💻 + +我在我的 Ubuntu 22.04 LTS 系统上安装了它,体验了它的功能表现。 + +首先,我在 “任务列表Task List” 部分填充了一些当日必须完成的重要任务和一些不太重要的任务。 + +一切就绪后,你将不会感到失望的 👇 + +![][7] + +然后,我进入 “配置Config” 栏,按照自己的喜好进行了规则调整。 + +“保持专注Stay focus” 为执行任务的时间长度,“短暂休息Short break” 为短暂的休息时间,“长休息Long break” 为更长的休息时间,以及 “会话轮次Session rounds” 为定时器的会话数量。 + +这里还有一个 “特殊休息Special Breaks” 部分,可以用来安排比如午餐、晚餐的特定休息时间。 + +![][9] + +接下来,我进入 “计时器Timer” 栏,此处显示了首个待处理任务,一列显示的是会话数以及控制定时器/会话的选项。 + +这里有一个重置定时器的按钮,一个开始/停止定时器的按钮,一个按规则进入下一阶段的按钮,一个调节音量的按钮,以及一个切换至 “精简模式Compact mode”(位于右下角)的按钮。 + +![][10] + +我按下 “开始” 按钮启动了定时器,并开始查看了任务的可执行操作。我可以标记任务为 “完成Done”,跳过任务,或者从应用中删除任务。 + +![][11] + +随着任务的推进,我通过按下带一个框和向下箭头图标的按钮,将 Pomatez 切换到了 “精简模式Compact mode”。 + +这样我得到了一个更小巧的,节省空间的界面。当我完成任务后,我停止了计时器并将任务标记为 “完成Done”。 + +![][12] + +随后,我转到 “设置Settings” 栏,看看我可以调整哪些选项,我发现它给我了不少惊喜。 + +我可以调整应用行为,如设置为 “始终在顶部Always On Top”, 启用“深色主题Dark Theme” 和 “语音助手Voice Assiastance” 等。 + +![][13] + +Pomatez 还支持键盘快捷键,虽然我期望它能提供通过键盘快捷键控制计时器的功能。 + +或许他们可以考虑在未来的版本中参考我的反馈意见?我希望他们可以! + +![][14] + +总体而言,如果你希望改进日常工作流程,这款应用值得尝试。 + +最好的是,它是一个跨平台的应用,不仅可以在 Linux 所有现代发行版上运行,你在 Windows 和 macOS 系统上也可以试用。 + +### 📥 下载 Pomatez + +Pomatez 提供了 Linux 平台的 .deb、AppImage 和 .rpm 安装包。你还可以找到它的 Snap 包。 + +你可以从官方网站,Snap 商店 或其在 GitHub 上的仓库获取你需要的包。 + +> **[Pomatez(GitHub)][15]** + +你之前用过这样的应用吗?请在下方的评论区告诉我们吧! + +*(题图:MJ/af06ca24-ec64-471f-92e0-76cedf3837ea)* + +-------------------------------------------------------------------------------- + +via: https://news.itsfoss.com/pomatez/ + +作者:[Sourav Rudra][a] +选题:[lujun9972][b] +译者:[ChatGPT](https://linux.cn/lctt/ChatGPT) +校对:[wxy](https://github.com/wxy) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://news.itsfoss.com/author/sourav/ +[b]: https://github.com/lujun9972 +[1]: https://en.wikipedia.org/wiki/Pomodoro_Technique +[2]: https://linux.cn/article-15852-1.html +[3]: https://news.itsfoss.com/content/images/size/w256h256/2022/08/android-chrome-192x192.png +[4]: https://news.itsfoss.com/content/images/2023/09/Pomatez_1.png +[5]: https://www.typescriptlang.org/ +[6]: https://news.itsfoss.com/ubuntu-22-04-release/ +[7]: https://news.itsfoss.com/content/images/2023/09/Pomatez_2.png +[8]: https://giphy.com/gifs/cute-sloth-slothilda-26xoplW0VhLLByrAY +[9]: https://news.itsfoss.com/content/images/2023/09/Pomatez_3.png +[10]: https://news.itsfoss.com/content/images/2023/09/Pomatez_4.png +[11]: https://news.itsfoss.com/content/images/2023/09/Pomatez_5a.png +[12]: https://news.itsfoss.com/content/images/2023/10/Pomatez_5b.png +[13]: https://news.itsfoss.com/content/images/2023/09/Pomatez_6.png +[14]: https://news.itsfoss.com/content/images/2023/09/Pomatez_7.png +[15]: https://zidoro.github.io/pomatez/ +[16]: https://snapcraft.io/pomatez +[17]: https://github.com/zidoro/pomatez/releases/tag/v1.3.0 +[0]: https://img.linux.net.cn/data/attachment/album/202310/09/135249tc48b4ophxcbcxuz.jpg \ No newline at end of file diff --git a/sources/news/20231007 This Open-Source App Helps You Stay Focused.md b/sources/news/20231007 This Open-Source App Helps You Stay Focused.md deleted file mode 100644 index 604e0e4afc..0000000000 --- a/sources/news/20231007 This Open-Source App Helps You Stay Focused.md +++ /dev/null @@ -1,135 +0,0 @@ -[#]: subject: "This Open-Source App Helps You Stay Focused" -[#]: via: "https://news.itsfoss.com/pomatez/" -[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/" -[#]: collector: "lujun9972/lctt-scripts-1693450080" -[#]: translator: " " -[#]: reviewer: " " -[#]: publisher: " " -[#]: url: " " - -This Open-Source App Helps You Stay Focused -====== -Get a boost of productivity with the time management benefits of Pomatez -app. -Are you familiar with the 'Pomodoro Technique'? - -Well, it is **a time management method** developed in the late 1980s that uses a timer to break work into set intervals, usually 25 minutes, followed by short breaks, then repeat until the task is done. - -This has been growing in popularity over the years, with various apps featuring the [Pomodoro Technique][1] as their main selling point. - -Here, we will be covering one such app that is **available natively for Linux** , called ' **Pomatez** '. It is **an open-source app** that features all the tools required to follow such an approach for time management. - -You know this is not the first time we are covering an app like this, there's an app called ' **[Reminders][2]'** that serves a similar purpose, though without the Pomodoro approach. - -![][3] - -Let me highlight what you can do with the Pomatez app. - -### Pomatez: Overview ⭐ - -![][4] - -Written in the [**TypeScript**][5] programming language, Pomatez is **a neat tool for staying focused while also taking those much-needed breaks** during important tasks. - -Some of its key features include: - - * **Built-in Task Lists** - * **Desktop Notifications** - * **Customizable Rules** - - - -#### Initial Impressions 👨‍💻 - -I set it up on my [Ubuntu 22.04][6] LTS system to see what it had to offer. - -First and foremost, I populated the ' **Task List** ' section with some super important tasks and some unimportant tasks that I wanted to accomplish before the end of the day. - -Take a look, you won't be disappointed 👇 - -![][7] - -Then, I headed over to the ' **Config** ' tab, where I could tweak the rules according to my preference. - -The ' **Stay focus** ' was for setting the task duration, the ' **Short break** ' was to set a short time off, ' **Long break** ' for a longer time off, and ' **Session rounds** ' to set the number of sessions for the timer. - -[via GIPHY][8] - -There was even a ' **Special Breaks** ' section that could be used to set specific breaks such as lunch, dinner, or whatever you want. - -![][9] - -Next, I proceeded to the ' **Timer** ' section, where I was shown the first task at hand, with the number of sessions being shown below along with the controls to handle the timer/session. - -There was a button to reset the timer, one to start/stop the timer, another to go into the next phase per the rules. Another one for changing the volume, and a button to go into the ' **Compact mode** ' (at the bottom right). - -![][10] - -I started the timer by using the 'Play' button, and proceeded to check out the possible actions for the task. I can mark it as 'Done', skip it, or even delete it from the app. - -![][11] - -As the task progressed, I switched Pomatez into the **'Compact mode** ' by using the button with a box/downwards arrow logo. - -Doing that gave me a smaller, more space-conscious interface. After I was done with the task, I stopped the timer and marked the task as 'Done'. - -![][12] - -I then headed over to the ' **Settings** ' section to see what kind of options I could tweak, and I must say I was not disappointed. - -I was able to tweak app behavior such as **always on top** , **switch to dark mode** , **enable** **voice assistance** and more. - -![][13] - -Pomatez also features **support for keyboard shortcuts** , though I was expecting the ability to control the timer via a keyboard shortcut. - -_Maybe they can consider my feedback for future releases? Hopefully!_ - -![][14] - -Overall, it is an interesting app if you want to streamline your daily workflow. - -The best thing is, it is **a cross-platform app** , not limited to Linux. So, you can also try it on your Windows and macOS systems. - -### 📥 Download Pomatez - -Pomatez is available as a **.deb** , **AppImage** , and **.rpm** , packages for Linux. You can also find a Snap package for it. - -Grab the package of your choice from the [official website][15], [Snap store][16] or its [GitHub][17] repo. - -[Pomatez (GitHub)][17] - -_💬 Have you used such an app before? Let us know in the comments below!_ - -* * * - --------------------------------------------------------------------------------- - -via: https://news.itsfoss.com/pomatez/ - -作者:[Sourav Rudra][a] -选题:[lujun9972][b] -译者:[译者ID](https://github.com/译者ID) -校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 - -[a]: https://news.itsfoss.com/author/sourav/ -[b]: https://github.com/lujun9972 -[1]: https://en.wikipedia.org/wiki/Pomodoro_Technique -[2]: https://news.itsfoss.com/reminders/ -[3]: https://news.itsfoss.com/content/images/size/w256h256/2022/08/android-chrome-192x192.png -[4]: https://news.itsfoss.com/content/images/2023/09/Pomatez_1.png -[5]: https://www.typescriptlang.org/ -[6]: https://news.itsfoss.com/ubuntu-22-04-release/ -[7]: https://news.itsfoss.com/content/images/2023/09/Pomatez_2.png -[8]: https://giphy.com/gifs/cute-sloth-slothilda-26xoplW0VhLLByrAY -[9]: https://news.itsfoss.com/content/images/2023/09/Pomatez_3.png -[10]: https://news.itsfoss.com/content/images/2023/09/Pomatez_4.png -[11]: https://news.itsfoss.com/content/images/2023/09/Pomatez_5a.png -[12]: https://news.itsfoss.com/content/images/2023/10/Pomatez_5b.png -[13]: https://news.itsfoss.com/content/images/2023/09/Pomatez_6.png -[14]: https://news.itsfoss.com/content/images/2023/09/Pomatez_7.png -[15]: https://zidoro.github.io/pomatez/ -[16]: https://snapcraft.io/pomatez -[17]: https://github.com/zidoro/pomatez/releases/tag/v1.3.0