Skip to content

Commit

Permalink
Вернул статью nautilus-backspace-back.md, но в navbar не добавил
Browse files Browse the repository at this point in the history
  • Loading branch information
Katze-942 committed Feb 12, 2024
1 parent cfc3966 commit dc638e9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/extensions/nautilus-backspace-back.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Возращение на прежнюю папку с помощью backspace в Nautilus

Если вы привыкли возращаться к папкам через backspace, как в windows, то первым делом вам нужно установить nautilus-python

## Установка Nautilus python

::: code-group
```shell[apt-get]
su -
apt-get update
apt-get install nautilus-python
```
```shell[epm]
epm -i nautilus-python
```
:::

Далее нам нужен сам плагин, скачать его можно по прямой ссылке здесь

https://gist.githubusercontent.com/molaeiali/3f99f9c8b8b845b803bbdbb1fcbb4cbf/raw/2d7e84213898933df48657931c63e5b41306e044/BackspaceBack.py

## Установка плагина BackspaceBack

```shell
mkdir -p ~/.local/share/nautilus-python/extensions/
mv BackspaceBack.py ~/.local/share/nautilus-python/extensions/
```

0 comments on commit dc638e9

Please sign in to comment.