Skip to content

Commit

Permalink
Добавлено: Kooha
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Jan 26, 2024
1 parent d0bbadd commit 98060e9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export default defineConfig({
{ text: 'Git', link: '/git' },
{ text: 'GitHub Desktop', link: '/github-desktop' },
{ text: 'GnomeSoftware', link: '/gnome-software' },
{ text: 'Kooha', link: '/kooha' },
{ text: 'Libreoffice', link: '/libreoffice' },
{ text: 'Loupe', link: '/loupe' },
{ text: 'Lunacy', link: '/lunacy' },
Expand Down
28 changes: 28 additions & 0 deletions docs/apps/kooha.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Kooha

Kooha — это простой экранный рекордер с минимальным интерфейсом. Вы можете просто нажать кнопку записи без необходимости настраивать кучу настроек.

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

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

::: code-group

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

:::

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

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

```shell
flatpak install flathub io.github.seadve.Kooha
```

0 comments on commit 98060e9

Please sign in to comment.