Skip to content

Commit

Permalink
Добавлено: Turtle
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed May 25, 2024
1 parent d87f2f2 commit e9b90f9
Show file tree
Hide file tree
Showing 7 changed files with 200 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 @@ -103,6 +103,7 @@ export const docs = [
{ text: 'Toolbox', link: '/toolbox' },
{ text: 'Totem', link: '/totem' },
{ text: 'Transmission', link: '/transmission' },
{ text: 'Turtle', link: '/turtle' },
{ text: 'Vesktop', link: '/vesktop' },
{ text: 'Viber', link: '/viber' },
{ text: 'Vivaldi', link: '/vivaldi' },
Expand Down
88 changes: 88 additions & 0 deletions docs/apps/turtle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
---
title: Turtle
aggregation:
flatpak:
id: flathub de.philippun1.turtle
build: offical
appstream:
id: flathub de.philippun1.turtle
name: Turtle
icon: /turtle/de.philippun1.turtle.svg
summary: Управляйте своими репозиториями git
developer:
name: Philipp Unger
metadata_license:
name: GNU GPLv3.0
link: https://choosealicense.com/licenses/gpl-3.0/
url:
homepage: https://gitlab.gnome.org/philippun1/turtle
bugtracker: https://gitlab.gnome.org/philippun1/turtle/-/issues
gallery:
title: Галерея
type: slider
items:
- src: /turtle/turtle-1.png
- src: /turtle/turtle-2.png
- src: /turtle/turtle-3.png
- src: /turtle/turtle-4.png
---

# Turtle

Управляйте своими репозиториями Git с помощью удобных диалоговых окон в Файлах. В данный момент доступны следующие команды Git:

- commit, add, stage, unstage, revert, resolve
- sync (pull+push), pull, push
- checkout, create branch, merge
- init, clone
- remotes, submodules
- log, diff

<AGWGallery />
<!--@include: @apps/_parts/install/content-flatpak.md-->

## Дополнение для Файлов (Nautilus)

Чтобы использовать дополнение, необходимо установить необходимые библиотеки для его корректной работы:

::: code-group

```shell-vue[apt-get]
su -
apt-get update
apt-get install python3-module-pygit2 nautilus-python meld
```
```shell-vue[epm]
epm -i python3-module-pygit2 nautilus-python meld
```
:::

Склонируйте репозиторий приложения Turtle использую команду [git clone](/git)

```shell
git clone https://gitlab.gnome.org/philippun1/turtle.git .turtle
```

Установите дополнение используя установочный скрипт:

```shell
su -
cd /home/USER/.turtle
python3 install.py install --flatpak
```
::: warning
Замените переменную USER на ваше имя пользователя, например, в моём случае имя пользователя — oleg, а путь к директории:
```shell
cd /home/oleg/.turtle
```
:::

Чтобы начать работу с дополнением, вам нужно перезагрузить «Файлы». Для этого в терминале введите:

```shell
nautilus -q
```



111 changes: 111 additions & 0 deletions docs/public/turtle/de.philippun1.turtle.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/turtle/turtle-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/turtle/turtle-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/turtle/turtle-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/turtle/turtle-4.png
Loading
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 e9b90f9

Please sign in to comment.