Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add mangojuice page #617

Merged
merged 3 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _data/navigations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export const sidebar: Record<string, DefaultTheme.Sidebar> = {
{ text: 'Мpich', link: '/mpich' },
{ text: 'МPV', link: '/mpv' },
{ text: 'Main-menu', link: '/main-menu' },
{ text: 'Mangojuice', link: '/mangojuice' },
{ text: 'Neofetch', link: '/neofetch' },
{ text: 'Neovim', link: '/neovim' },
{ text: 'Netsleuth', link: '/netsleuth' },
Expand Down
61 changes: 61 additions & 0 deletions docs/apps/mangojuice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
aggregation:
sisyphus: mangojuice
appstream:
id: io.github.radiolamp.mangojuice
name: Mangojuice
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В репозитории и в статье написание названия отличается:

  • Здесь — «Mangojuice»
  • В репозитории и самой программе — «MangoJuice»

icon: /mangojuice/io.github.radiolamp.mangojuice.svg
summary: Удобная альтернатива Goverlay, для настройки Mangohud.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В «GOverlay» имеется заглавная «O»
А в «MangoHud» — заглавная «H»

developer:
nickname: Radiolamp
avatar: https://avatars.githubusercontent.com/u/64334647?v=4&size=64
metadata_license:
name: GNU GPLv3
link: https://choosealicense.com/licenses/gpl-3.0/
url:
homepage: https://github.com/radiolamp/mangojuice
bugtracker: https://github.com/radiolamp/mangojuice/issues
donation: https://www.tinkoff.ru/collectmoney/crowd/osipov.anton16/uMOHe45333/?short_link=1J1DvYNesgD&referer=https%3A%2F%2Fgithub.com%2F&httpMethod=GET
gallery:
title: Галерея
type: slider
items:
- src: /mangojuice/mj-window-1.png
- src: /mangojuice/mj-window-2.png
- src: /mangojuice/mj-window-3.png
- src: /mangojuice/mj-window-4.png
---

# Mangojuice

Mangojuice - приложение для удобного редактирования конфига Mangohud, который в свою очередь является Overvay-решением для отслеживания нагрузки и остальных параметров в играх и програмных обеспечениях. Приложение следует правилу "Kiss", стремясь выполнять одну задачу, делая это хорошо.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Для связывания смысловых частей предложения используйте длинное тире: «MangoJuice — приложение...»

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

«Overvay-решением», вероятно, имелось в виду слово «Overlay»?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

У словосочетания «программное обеспечение» нет множественного числа

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Название принципа «KISS» пишется заглавными


Написано на Vala, GTK4 и Libadwaita.

<AGWGallery />

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

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

::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install mangojuice
```

```shell[epm]
epm -i mangojuice
```

:::

## Комбинации клавиш

| Комбинация клавиш | Описание |
| ----------------- | ---------- |
| [[Ctrl]] + [[T]] | Тест |
| [[Ctrl]] + [[S]] | Сохранить |
| [[Ctrl]] + [[Q]] | Выйти |
9 changes: 9 additions & 0 deletions docs/public/mangojuice/io.github.radiolamp.mangojuice.svg
Loading
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/mangojuice/mj-window-1.png
Loading
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/mangojuice/mj-window-2.png
Loading
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/mangojuice/mj-window-3.png
Loading
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/mangojuice/mj-window-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading