Merge pull request #29430 from geekpi/translating

translating
This commit is contained in:
geekpi 2023-05-23 08:47:40 +08:00 committed by GitHub
commit 5bbcb48519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 134 additions and 134 deletions

View File

@ -1,134 +0,0 @@
[#]: subject: "Reminders: A Nifty Open-Source Linux App To Help You Get Things Done"
[#]: via: "https://news.itsfoss.com/reminders/"
[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/"
[#]: collector: "lkxed"
[#]: translator: "geekpi"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
Reminders: A Nifty Open-Source Linux App To Help You Get Things Done
======
You're doing the best you can, but reminders can still help!
![reminders][1]
Are you often forgetting things? Want a little help remembering your tasks? 🤔
While you can always use [note-taking apps for Linux][2], they may not effectively remind you of tasks and things.
The 'Reminders' app can be your little helper, reminding you of your pending work.
Let's see what it can do for you.
### Reminders: Overview ⭐
Reminders is a **simple open-source reminder app for Linux** written primarily using Python. It packs some good features in a compact package.
You can use it as one of the [to-do list apps][3] as well.
When you launch the app, you are greeted with a minimal home screen with all your reminders organized neatly.
Of course, I created some interesting tasks that you might want to follow!👀
![a screenshot of the homescreen of the reminders app][4]
> 📋 By default, all your reminders are sorted by time; you can change that using the toggle in the top-left corner.
You can use the plus button at the bottom right to create a new reminder. You can give it a name, a brief description, set it as an important reminder, and set the date/time.
You can also set it to repeat at specific intervals like minutes, hours, days, and weeks.
When the time comes for your reminder, it will show you a notification and play a sound to notify you.
![a screenshot of the new reminder dialog window on reminders][5]
**Made a mistake?**
You can edit existing reminders by selecting them and clicking the '**Edit**' button.
![a screenshot showcasing the edit reminder functionality on reminders][6]
You can also go to the '**Upcoming Reminders**' category to see the reminders that have been scheduled.
![a screenshot of the upcoming reminders section on reminders][7]
Similarly, you can check your past reminders and the completed ones by going to the specific categories: '**Past Reminders**' & '**Completed Reminders**.'
![a screenshot of the past reminders section on reminders][8]
Reminders also **support custom lists** that organize reminders neatly for quick and easy access.
**Allow me to show you how to create a list.**
First, you must create a custom list by clicking on the 'Edit Lists' button in the sidebar and creating one.
![a screenshot of the custom lists feature on reminders][9]
Then, when creating a new reminder, under the 'Location' options, select the list you just created.
> 📋 You can also select the list when you are editing an existing reminder.
![a screenshot of using the custom lists feature on reminders][10]
Now, click on the list from the sidebar menu to view the reminders under it.
![a screenshot of the custom lists category on reminders][11]
> 💡 This impressed me; Reminders has **optional support for linking one's Microsoft account to sync up with their Microsoft To Do lists**.
It's quite a straightforward linking process, with the ability to tweak the auto-refresh frequency of fetching the to-dos.
![a screenshot of the microsoft to do integration on reminders][12]
Reminders offer some great functionality in a very compact package, and the [Microsoft To Do][13] integration might appeal to users who are looking for a Linux app with such functionality.
The closest alternative to this would be '[Go For It][14]!', another to-do app for Linux that provides a similar user experience (not actively maintained, but good enough).
### 📥 Get Reminders
You can download the Reminders app from [Flathub][15] or build it using its source code found on [GitHub][16].
They have plans for porting it for Windows, but it may or may not happen.
If you already have [Flatpak setup][17], you can type in the following command to install it via the terminal:
```
flatpak install flathub io.github.dgsasha.Remembrance
```
[Download Reminders (Flathub)][15]
_💬 What to-do list or reminder app do you use to track what you want to do? Share your options in the comments below._
--------------------------------------------------------------------------------
via: https://news.itsfoss.com/reminders/
作者:[Sourav Rudra][a]
选题:[lkxed][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/lkxed/
[1]: https://news.itsfoss.com/content/images/size/w1304/2023/05/reminders-first-look.png
[2]: https://itsfoss.com/note-taking-apps-linux/?ref=news.itsfoss.com
[3]: https://itsfoss.com/to-do-list-apps-linux/?ref=news.itsfoss.com
[4]: https://news.itsfoss.com/content/images/2023/04/Reminders.jpg
[5]: https://news.itsfoss.com/content/images/2023/04/Reminders_2.jpg
[6]: https://news.itsfoss.com/content/images/2023/04/Reminders_3.jpg
[7]: https://news.itsfoss.com/content/images/2023/04/Reminders_4.jpg
[8]: https://news.itsfoss.com/content/images/2023/04/Reminders_5.jpg
[9]: https://news.itsfoss.com/content/images/2023/04/Reminders_5.5.jpg
[10]: https://news.itsfoss.com/content/images/2023/04/Reminders_6-1.jpg
[11]: https://news.itsfoss.com/content/images/2023/04/Reminders_7.jpg
[12]: https://news.itsfoss.com/content/images/2023/04/Reminders_8.jpg
[13]: https://todo.microsoft.com/?ref=news.itsfoss.com
[14]: https://itsfoss.com/go-for-it-to-do-app-in-linux/?ref=news.itsfoss.com
[15]: https://flathub.org/apps/io.github.dgsasha.Remembrance?ref=news.itsfoss.com
[16]: https://github.com/dgsasha/remembrance?ref=news.itsfoss.com
[17]: https://itsfoss.com/flatpak-guide/?ref=news.itsfoss.com

View File

@ -0,0 +1,134 @@
[#]: subject: "Reminders: A Nifty Open-Source Linux App To Help You Get Things Done"
[#]: via: "https://news.itsfoss.com/reminders/"
[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/"
[#]: collector: "lkxed"
[#]: translator: "geekpi"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
Reminders一个漂亮的开源 Linux 应用,可帮助你完成工作
======
你已尽力而为,但提醒仍然有帮助!
![reminders][1]
你经常忘记事情吗? 需要一点帮助来记住你的任务吗? 🤔
虽然你可以使用 [Linux 的笔记应用][2],但它们可能无法有效地提醒你任务和事情。
“Reminders” 应用可以成为你的小帮手,提醒你未完成的工作。
让我们看看它能为你做些什么。
### Reminders概述 ⭐
Reminders 是一个**简单的 Linux 开源提醒应用**,主要使用 Python 编写。它在一个紧凑的包中包含了一些很好的特性。
你也可以将其用作[待办事项列表应用][3]之一。
当你启动该应用时,你会看到一个最小的主屏幕,所有提醒都井井有条。
当然,我创建了一些你可能想要关注的有趣任务!👀
![a screenshot of the homescreen of the reminders app][4]
> 📋 默认情况下,你所有的提醒都按时间排序; 你可以使用左上角的切换按钮更改它。
你可以使用右下角的加号按钮创建新提醒。你可以给它起一个名字、一个简短的描述、将它设置为一个重要的提醒,并设置日期/时间。
你还可以将其设置为以特定的时间间隔重复,例如分钟、小时、天和周。
当提醒时间到了时,它会向你显示通知并播放声音通知你。
![a screenshot of the new reminder dialog window on reminders][5]
**犯了一个错误?**
你可以通过选择现有提醒并单击“**编辑**”按钮来编辑它们。
![a screenshot showcasing the edit reminder functionality on reminders][6]
你还可以进入“**即将到来的提醒**”类别以查看已安排的提醒。
![a screenshot of the upcoming reminders section on reminders][7]
同样,你可以通过进入特定类别来查看过去的提醒和已完成的提醒:“**过去的提醒**”和“**已完成的提醒**”。
![a screenshot of the past reminders section on reminders][8]
Reminders 还**支持自定义列表**,可以整齐地组织提醒事项,以便快速轻松地访问。
**请允许我向你展示如何创建列表。**
首先,你必须创建一个自定义列表,方法是单击边栏中的“编辑列表”按钮并创建一个。
![a screenshot of the custom lists feature on reminders][9]
然后,在创建新提醒时,在“位置”选项下,选择你刚刚创建的列表。
> 📋 你还可以在编辑现有提醒时选择列表。
![a screenshot of using the custom lists feature on reminders][10]
现在,单击侧边栏菜单中的列表以查看其下方的提醒。
![a screenshot of the custom lists category on reminders][11]
> 💡 这让我印象深刻。Reminders 有**可选支持链接一个人的 Microsoft 帐户以与他们的 Microsoft To Do 列表同步**。
这是一个非常简单的链接过程,能够调整获取待办事项的自动刷新频率。
![a screenshot of the microsoft to do integration on reminders][12]
Reminders 在一个非常紧凑的包中提供了一些很棒的功能,[Microsoft To Do][13] 集成可能会吸引正在寻找具有此类功能的 Linux 应用的用户。
最接近的替代方案是 “[Go For It!][14]”,这是另一个提供类似用户体验的 Linux 待办事项应用(未活跃维护,但足够好)。
### 📥 获取 Reminders
你可以从 [Flathub][15] 下载 Reminders 应用或使用 [GitHub][16] 上的源代码构建它。
他们有将其移植到 Windows 的计划,但它可能发生也可能不会发生。
如果你已经安装了 [Flatpak][17],你可以在终端输入以下命令来安装它:
```
flatpak install flathub io.github.dgsasha.Remembrance
```
[下载 RemindersFlathub][15]
_💬 你使用什么待办事项或提醒应用来跟踪你想做的事情? 在下面的评论中分享你的选择。_
--------------------------------------------------------------------------------
via: https://news.itsfoss.com/reminders/
作者:[Sourav Rudra][a]
选题:[lkxed][b]
译者:[geekpi](https://github.com/geekpi)
校对:[校对者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/lkxed/
[1]: https://news.itsfoss.com/content/images/size/w1304/2023/05/reminders-first-look.png
[2]: https://itsfoss.com/note-taking-apps-linux/?ref=news.itsfoss.com
[3]: https://itsfoss.com/to-do-list-apps-linux/?ref=news.itsfoss.com
[4]: https://news.itsfoss.com/content/images/2023/04/Reminders.jpg
[5]: https://news.itsfoss.com/content/images/2023/04/Reminders_2.jpg
[6]: https://news.itsfoss.com/content/images/2023/04/Reminders_3.jpg
[7]: https://news.itsfoss.com/content/images/2023/04/Reminders_4.jpg
[8]: https://news.itsfoss.com/content/images/2023/04/Reminders_5.jpg
[9]: https://news.itsfoss.com/content/images/2023/04/Reminders_5.5.jpg
[10]: https://news.itsfoss.com/content/images/2023/04/Reminders_6-1.jpg
[11]: https://news.itsfoss.com/content/images/2023/04/Reminders_7.jpg
[12]: https://news.itsfoss.com/content/images/2023/04/Reminders_8.jpg
[13]: https://todo.microsoft.com/?ref=news.itsfoss.com
[14]: https://itsfoss.com/go-for-it-to-do-app-in-linux/?ref=news.itsfoss.com
[15]: https://flathub.org/apps/io.github.dgsasha.Remembrance?ref=news.itsfoss.com
[16]: https://github.com/dgsasha/remembrance?ref=news.itsfoss.com
[17]: https://itsfoss.com/flatpak-guide/?ref=news.itsfoss.com