Skip to content

Commit

Permalink
Добавлено: Дела
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Mar 11, 2024
1 parent d34b226 commit 31e15bf
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/navigations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export const docs = [
{ text: 'Zsh', link: '/zsh' },
{ text: 'Анализатор использования дисков', link: '/baobab' },
{ text: 'Глаз GNOME', link: '/eog' },
{ text: 'Дела', link: '/errands' },
{ text: 'Мой офис', link: '/my-office' },
{ text: 'Р7-Офис', link: '/r7-office' },
{ text: 'Ресурсы', link: '/resources' },
Expand Down
76 changes: 76 additions & 0 deletions docs/apps/errands.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
title: Errands
appstreamRepo: io.github.mrvladus.List
appstreamFlatpak: io.github.mrvladus.List
nameRepo: errands
gallery:
title: Галерея Errands
type: slider
items:
- src: /errands/errands-1.png
- src: /errands/errands-2.png
metainfo:
thumb:
src: /errands/io.github.mrvladus.List.png
title: Evince
summary: Управляйте своими задачами
site:
url: https://apps.gnome.org/ru/List/
anchor: apps.gnome.org
licence:
url: https://choosealicense.com/licenses/gpl-3.0/
anchor: GNU GPLv3
translate:
url: https://github.com/mrvladus/Errands/blob/main/TRANSLATIONS.md
anchor: github.com
issue:
url: https://github.com/mrvladus/Errands/issues
anchor: github.com
---

# Дела

Список задач для тех, кто предпочитает простоту.

Главные функции:

- Поддержка нескольких списков
- Добавляйте, удаляйте, редактируйте задачи и подзадачи
- Помечайте задачи как выполненные
- Добавляйте цвета к задачам
- Синхронизируйте задачи с Nextcloud или другими CalDAV провайдерами
- Поддержка Drag and Drop
- Импорт .ics файлов

<AGWGallery />

## Установка из репозитория

**Errands** можно установить любым привычным и удобным способом:

<!--@include: ./parts/install/software-repo.md-->

**Установка через терминал**

::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install errands
```
```shell[epm]
epm -i errands
```

:::

## Установка c помощью Flatpak

При наличии пакета [Flatpak](/flatpak), можно установить **Errands** одной командой:

```shell
flatpak install flathub io.github.mrvladus.List
```

<!--@include: ./parts/install/software-flatpak.md-->
Binary file added docs/public/errands/errands-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/errands/errands-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/errands/io.github.mrvladus.List.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 31e15bf

Please sign in to comment.