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

Preinstall nano, so default make tinker edit work out of the box #685

Merged
merged 1 commit into from Mar 20, 2024

Conversation

negoziator
Copy link
Contributor

This will add nano preinstalled in Sail.

Motivation
When using Tinker out of the box it is not possible to use edit-mode in Tinker ( using nano for multiline input )

When trying to enter edit mode - it complains that nano not found

Psy Shell v0.12.0 (PHP 8.2.15 β€” cli) by Justin Hileman
> edit
sh: 1: nano: not found

This can be fixed by just installing Nano in root-shell - but i find this small change valuable enough to be pre-installed.

Also i think thata the fact that it is possible to do multiline edits in Tinker, is something people don't know.

This is a small gem though πŸ˜„

@taylorotwell taylorotwell merged commit 4a27d4a into laravel:1.x Mar 20, 2024
5 checks passed
tisnamuliarta added a commit to tisnamuliarta/laravel-shadcn that referenced this pull request Mar 22, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [laravel/sail](https://togithub.com/laravel/sail) | `1.29.0` ->
`1.29.1` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/laravel%2fsail/1.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/laravel%2fsail/1.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/laravel%2fsail/1.29.0/1.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/laravel%2fsail/1.29.0/1.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>laravel/sail (laravel/sail)</summary>

###
[`v1.29.1`](https://togithub.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1291---2024-03-20)

[Compare
Source](https://togithub.com/laravel/sail/compare/v1.29.0...v1.29.1)

- \[1.x] Make commands lazy by
[@&#8203;timacdonald](https://togithub.com/timacdonald) in
[laravel/sail#683
- Preinstall nano, so default make tinker edit work out of the box by
[@&#8203;negoziator](https://togithub.com/negoziator) in
[laravel/sail#685
- Revert opcache for CLI by
[@&#8203;driesvints](https://togithub.com/driesvints) in
[laravel/sail#684

</details>

---

### Configuration

πŸ“… **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

πŸ”• **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/tisnamuliarta/laravel-shadcn).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants