Install ghostty-nautilus for the 'Open in Ghostty' Nautilus extension…#5968
Open
Sodlex4 wants to merge 5 commits into
Open
Install ghostty-nautilus for the 'Open in Ghostty' Nautilus extension…#5968Sodlex4 wants to merge 5 commits into
Sodlex4 wants to merge 5 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds automatic installation of the ghostty-nautilus Nautilus right-click extension when Ghostty is installed or already present.
Changes:
- Introduces a migration to install
ghostty-nautiluswhenghosttyis installed and the extension is missing - Updates the terminal installer to additionally install
ghostty-nautiluswhen installingghostty
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| migrations/1779638767.sh | Adds a migration to install ghostty-nautilus when needed |
| bin/omarchy-install-terminal | Ensures ghostty-nautilus is installed alongside ghostty |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+1
to
+5
| echo "Install ghostty-nautilus for the 'Open in Ghostty' Nautilus right-click extension" | ||
|
|
||
| if omarchy-pkg-present ghostty && omarchy-pkg-missing ghostty-nautilus; then | ||
| omarchy-pkg-add ghostty-nautilus | ||
| fi |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
AGENTS.md:1
- Removing
AGENTS.mddrops the documented conventions for scripts (indentation, bash conditionals, migration rules, command naming, etc.). If this guidance was moved elsewhere, add a replacement doc or leave a stubAGENTS.mdthat points to the new authoritative location to avoid losing contributor-facing standards.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
AGENTS.md:1
- This PR deletes
AGENTS.md, which contains the project’s Bash/migration conventions and command metadata rules. If this guidance is still required for contributors or tooling expectations, consider moving it to a standard location (e.g.,CONTRIBUTING.md/docs/) rather than removing it outright, or add a replacement doc in the same PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… (#5338)