mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
Merge pull request #20629 from lujun9972/add-MjAyMTAxMDYgTXkgMyBmYXZvcml0ZSBvcGVuIHNvdXJjZSBwcm9kdWN0aXZpdHkgYXBwcy5tZAo=
自动选题[tech]: 20210106 My 3 favorite open source productivity apps
This commit is contained in:
commit
25d53f9a64
@ -0,0 +1,94 @@
|
||||
[#]: collector: (lujun9972)
|
||||
[#]: translator: ( )
|
||||
[#]: reviewer: ( )
|
||||
[#]: publisher: ( )
|
||||
[#]: url: ( )
|
||||
[#]: subject: (My 3 favorite open source productivity apps)
|
||||
[#]: via: (https://opensource.com/article/21/1/open-source-productivity-apps)
|
||||
[#]: author: (Taz Brown https://opensource.com/users/heronthecli)
|
||||
|
||||
My 3 favorite open source productivity apps
|
||||
======
|
||||
Streamline your agile workflow and increase your productivity.
|
||||
![Working on a team, busy worklife][1]
|
||||
|
||||
Productivity apps can really make your workflow much easier. In this article, I'll share a few of the open source applications I have used to streamline my workflow and increase my overall productivity. All of the productivity applications in this article are free Linux productivity applications.
|
||||
|
||||
### Tomboy/Gnote
|
||||
|
||||
[Tomboy][2] is a simple note-taking application that can be used on Linux, Windows, and macOS. It's open source under the GNU LGPLv2.
|
||||
|
||||
Tomboy is pretty straightforward to use. You write a note, choose whether to make it sticky on your desktop, and delete it when you're done with it.
|
||||
|
||||
![Tomboy and Gnote][3]
|
||||
|
||||
(Tonya "Taz" Brown, [CC BY-SA 4.0][4])
|
||||
|
||||
It (and its clone [Gnote][5]) is a great little application for taking quick notes. Very often, when I am in the middle of doing something, I come up with ideas or thoughts that I want to recall. Tomboy lets me quickly create a note and jot my thoughts down before I forget them. Then I can transfer those ideas to a more permanent place.
|
||||
|
||||
### Joplin
|
||||
|
||||
[Joplin][6] is an open source note-taking and to-do application. It's cross-platform, available on Linux, Windows, macOS, iOS, and Android, and open source under the MIT License.
|
||||
|
||||
![Joplin][7]
|
||||
|
||||
(Screenshot of [Joplin repository][8] by Tonya "Taz" Brown, [CC BY-SA 4.0][4])
|
||||
|
||||
It can synchronize using cloud syncing services such as Dropbox, OneDrive, Nextcloud, and more. It's easy to install and probably in your Linux repository. It's really two applications in one when you install it on the desktop: You get a standard graphical user interface (GUI) or can open a terminal and use Joplin there.
|
||||
|
||||
The desktop has a really nice interface. Notes are organized in notebooks, which essentially makes them your man page. And because the notes are in Markdown format, they show up rendered, and you can edit them in real time. I enjoy using Markdown because it makes it fast for me to write notes. You can also export or import Joplin notes.
|
||||
|
||||
### Evolution
|
||||
|
||||
[Evolution][9] is an open source personal information management app that's very similar to Outlook, but I think is better for my use. It has email, jobs, notes, links, calendar, and address book functionality. It's open source under the LGPL and other [licenses][10].
|
||||
|
||||
![GNOME Evolution][11]
|
||||
|
||||
([GNOME][12], [CC BY-SA 4.0][4])
|
||||
|
||||
I use it on my desktop computer running Fedora. It is efficient and definitely helps me get through a busy day. It allows me to do business using Linux; what more can I ask?
|
||||
|
||||
To use it in Fedora, open a terminal and type the following commands:
|
||||
|
||||
|
||||
```
|
||||
sudo dnf remove evolution
|
||||
sudo dnf update
|
||||
sudo dnf install evolution
|
||||
sudo dnf install evolution-ews
|
||||
```
|
||||
|
||||
### My go-to tools
|
||||
|
||||
These tools are my staples that I have been relying on for some time. Using them beyond their basic capabilities makes me more efficient, effective, and productive. As a technical product manager and agilist, I am proud that I still use Linux and other open source software, even if the companies I work for do not.
|
||||
|
||||
* * *
|
||||
|
||||
_This article originally appeared on [Course Hero][13] and is republished with permission._
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://opensource.com/article/21/1/open-source-productivity-apps
|
||||
|
||||
作者:[Taz Brown][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://opensource.com/users/heronthecli
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://opensource.com/sites/default/files/styles/image-full-size/public/lead-images/team_dev_email_chat_video_work_wfm_desk_520.png?itok=6YtME4Hj (Working on a team, busy worklife)
|
||||
[2]: https://wiki.gnome.org/Apps/Tomboy
|
||||
[3]: https://opensource.com/sites/default/files/uploads/tomboy-gnote.png (Tomboy and Gnote)
|
||||
[4]: https://creativecommons.org/licenses/by-sa/4.0/
|
||||
[5]: https://wiki.gnome.org/Apps/Gnote
|
||||
[6]: https://joplinapp.org/
|
||||
[7]: https://opensource.com/sites/default/files/uploads/joplin_0.jpg (Joplin)
|
||||
[8]: https://github.com/laurent22/joplin
|
||||
[9]: https://wiki.gnome.org/Apps/Evolution
|
||||
[10]: https://gitlab.gnome.org/GNOME/evolution/-/blob/master/COPYING
|
||||
[11]: https://opensource.com/sites/default/files/uploads/evolution.png (GNOME Evolution)
|
||||
[12]: https://help.gnome.org/users/evolution/stable/intro-main-window.html.en
|
||||
[13]: https://www.coursehero.com/file/74086904/Personal-productivity-using-open-source-software-tools/
|
Loading…
Reference in New Issue
Block a user