{"id":29353627,"url":"https://github.com/pbarovsky/nautilus-scenarios","last_synced_at":"2026-05-04T20:36:50.754Z","repository":{"id":298167198,"uuid":"998926870","full_name":"pbarovsky/nautilus-scenarios","owner":"pbarovsky","description":"Добавление в контекстное меню сценариев по созданию файлов и открытия папки через VS Code","archived":false,"fork":false,"pushed_at":"2025-06-09T18:29:07.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-09T02:05:18.738Z","etag":null,"topics":["automation","bash","context-menu","file-manager","gnome","gnome-shell","nautilus","scripts","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pbarovsky.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-09T13:24:57.000Z","updated_at":"2025-06-09T18:29:11.000Z","dependencies_parsed_at":"2025-06-09T19:44:28.424Z","dependency_job_id":null,"html_url":"https://github.com/pbarovsky/nautilus-scenarios","commit_stats":null,"previous_names":["pbarovsky/nautilus-scenarios"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pbarovsky/nautilus-scenarios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbarovsky%2Fnautilus-scenarios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbarovsky%2Fnautilus-scenarios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbarovsky%2Fnautilus-scenarios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbarovsky%2Fnautilus-scenarios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pbarovsky","download_url":"https://codeload.github.com/pbarovsky/nautilus-scenarios/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbarovsky%2Fnautilus-scenarios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32624444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","bash","context-menu","file-manager","gnome","gnome-shell","nautilus","scripts","zsh"],"created_at":"2025-07-09T02:02:47.382Z","updated_at":"2026-05-04T20:36:50.748Z","avatar_url":"https://github.com/pbarovsky.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Быстрые действия из контекстного меню\n\nЭтот набор сценариев позволяет в файловом менеджере Nautilus и на рабочем столе (при использовании расширения _Desktop Icons Ng (DING)_) **правой кнопкой мыши** по папке:\n\n- **Открыть текущую папку в VS Code**\n- **Создать документ в папке**:\n  - `.docx` (документ)\n  - `.txt` (обычный текстовый документ)\n  - `.pptx` (презентация)\n  - `.xlsx` (таблица)\n\n## Установка\n\n**Склонируйте репозиторий:**\n```bash\ngit clone https://github.com/pbarovsky/nautilus-scenarios.git\n```\n\n**Перейдите в директорию:**\n```bash\ncd nautilus-scenarios\n```\n\n**Вы можете установить сценарии использую исполняемый файл `install.sh`:**\n\n```bash\nchmod +x ./install.sh \u0026\u0026 ./install.sh\n```\n\n### Установка вручную\n\n1. **Создайте папку скриптов Nautilus**:\n\n```bash\nmkdir -p ~/.local/share/nautilus/scripts/\n```\n\n2. **Скопируйте скрипты**:\n\n```bash\ncp -v scripts/* ~/.local/share/nautilus/scripts/\n```\n\n3. **Создайте папку шаблонов:**\n\n```bash\nmkdir -p ~/.local/share/file-templates/\n```\n\n4. **Скопируйте шаблоны документов**\n\n```bash\ncp -v file-templates/* ~/.local/share/file-templates/\n```\n\n5. **Сделайте скрипты исполняемыми:**\n\n```bash\nchmod +x ~/.local/share/nautilus/scripts/*\n```\n\n6. **Перезапустите Nautilus:**\n\n```bash\nnautilus -q\n```\n\n## Примеры работы сценариев\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"./images/screenshot.png\" alt=\"пример\"\u003e \u003cbr\u003e \u003cem\u003eПример на рабочем столе\u003c/em\u003e \u003c/p\u003e\n\n\n\u003e[!IMPORTANT]\n\u003e Все действия проверены на Alt Linux (sisyphus) со средой рабочего стола Gnome\n\n\u003e[!NOTE]\n\u003e После установки можете удалить склонированную папку","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpbarovsky%2Fnautilus-scenarios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpbarovsky%2Fnautilus-scenarios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpbarovsky%2Fnautilus-scenarios/lists"}