TranslateProject/sources/tech/20210106 My 3 favorite open source productivity apps.md
2021-01-08 08:55:41 +08:00

4.9 KiB

My 3 favorite open source productivity apps

Streamline your agile workflow and increase your productivity. Working on a team, busy worklife

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 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

(Tonya "Taz" Brown, CC BY-SA 4.0)

It (and its clone Gnote) 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 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

(Screenshot of Joplin repository by Tonya "Taz" Brown, CC BY-SA 4.0)

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 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.

GNOME Evolution

(GNOME, CC BY-SA 4.0)

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 and is republished with permission.


via: https://opensource.com/article/21/1/open-source-productivity-apps

作者:Taz Brown 选题:lujun9972 译者:译者ID 校对:校对者ID

本文由 LCTT 原创编译,Linux中国 荣誉推出