From 36aa143de75dbd8c4688595456895103654c0674 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sat, 9 Dec 2023 23:43:43 +0100 Subject: [PATCH] work: added important work programs --- wiki/work.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 wiki/work.md diff --git a/wiki/work.md b/wiki/work.md new file mode 100644 index 0000000..bfbab83 --- /dev/null +++ b/wiki/work.md @@ -0,0 +1,22 @@ +# Work + +Work is a human activity that supports the needs of the wider community. +It generally is viewed as contributing towards goods or services in an economy. + +## Programs + +There are various programs that can be useful in a work setting. +The following are program types that are generally considered useful. + +- Office suites are an assortment programs that are similar to Microsofts Office suite. + - The original office programs are Microsofts Excel, Word, Powerpoint and more for + [Windows](/wiki/windows.md) + - [Apaches OpenOffice](https://www.openoffice.org/) is an open-source office suite for Windows + and [Linux](/wiki/linux.md). + - [LibreOffice](https://libreoffice.org/) is a free and open-source office suite for Windows and + Linux-based systems. +- Time-tracking software includes programs that allow its user to track the time they spent working + on a specific task or project. + - [Watson](https://tailordev.github.io/Watson/) is a free and open-source time-tracker that uses + the [command-line interface](/wiki/linux/shell.md). + It is designed for Linux-based systems.