10000 chore(project): migrate from Makefile to Just by alexpasmantier · Pull Request #463 · alexpasmantier/television · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(project): migrate from Makefile to Just #463

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

Merged
merged 1 commit into from
Apr 12, 2025
Merged

Conversation

alexpasmantier
Copy link
Owner
Available recipes:
    br                   # Build the project in release mode
    build profile='dev'  # Build the project with the specified profile (dev by default) [alias: b]
    check                # Check the project for errors and warnings [alias: c]
    clean                # Clean up cargo build artifacts
    default              # List all available commands
    fix                  # Fix linting and formatting errors [alias: f]
    format               # Format the code using cargo fmt
    lint                 # Lint the code using cargo clippy
    release kind='patch' # Publish a new release (major, minor, or patch) [alias: rl]
    run                  # Run the program in debug mode with logs enabled [alias: r]
    setup                # Setup the project environment for local development
    test                 # Run the tests for the project [alias: t]
    update-changelog     # Update the project's changelog
    update-man           # Update the project's manpages [alias: m]

@alexpasmantier alexpasmantier merged commit 6771ecd into main Apr 12, 2025
4 checks passed
@alexpasmantier alexpasmantier deleted the migrate-to-just branch April 12, 2025 20:36
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Apr 20, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [alexpasmantier/television](https://github.com/alexpasmantier/television) | patch | `0.11.4` -> `0.11.7` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>alexpasmantier/television (alexpasmantier/television)</summary>

### [`v0.11.7`](https://github.com/alexpasmantier/television/blob/HEAD/CHANGELOG.md#0117---2025-04-12)

[Compare Source](alexpasmantier/television@0.11.6...0.11.7)

##### ⛰️  Features

-   [cb0a46f](alexpasmantier/television@cb0a46f) *(input)* Add action to delete input line by [@&#8203;alexpasmantier](https://github.com/alexpasmantier) in [#&#8203;464](alexpasmantier/television#464)

-   [de6200e](alexpasmantier/television@de6200e) *(shell)* Support completion in the middle of a prompt by [@&#8203;dkmar](https://github.com/dkmar) in [#&#8203;450](alexpasmantier/television#450)

##### 🐛 Bug Fixes

-   [425be1e](alexpasmantier/television@425be1e) *(ui)* Fix slight responsiveness regression in 0.11.6 by [@&#8203;alexpasmantier](https://github.com/alexpasmantier) in [#&#8203;461](alexpasmantier/television#461)

##### ⚙️ Miscellaneous Tasks

-   [e23c307](alexpasmantier/television@e23c307) *(changelog)* Update changelog (auto) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;458](alexpasmantier/television#458)

-   [6771ecd](alexpasmantier/television@6771ecd) *(project)* Migrate from Makefile to Just by [@&#8203;alexpasmantier](https://github.com/alexpasmantier) in [#&#8203;463](alexpasmantier/television#463)

-   [1693584](alexpasmantier/television@1693584) *(uncategorized)* Bump to 0.11.7 by [@&#8203;alexpasmantier](https://github.com/alexpasmantier)

**Full Changelog**: alexpasmantier/television@0.11.6...0.11.7

### [`v0.11.6`](https://github.com/alexpasmantier/television/blob/HEAD/CHANGELOG.md#0116---2025-04-09)

[Compare Source](alexpasmantier/television@0.11.5...0.11.6)

##### ⛰️  Features

-   [5bf3d20](
91D4
alexpasmantier/television@5bf3d20) *(cli)* Add a `--no-help` flag to allow disabling showing the help panel by [@&#8203;alexpasmantier](https://github.com/alexpasmantier) in [#&#8203;456](alexpasmantier/television#456)

-   [b818737](alexpasmantier/television@b818737) *(cli)* Add a `--no-remote` flag to lock the application on the cli-invoked channel by [@&#8203;alexpasmantier](https://github.com/alexpasmantier) in [#&#8203;455](alexpasmantier/television#455)

-   [4892dc3](alexpasmantier/television@4892dc3) *(cli)* Add `--select-1` cli flag to automatically select unique result by [@&#8203;alexpasmantier](https://github.com/alexpasmantier) in [#&#8203;448](alexpasmantier/television#448)

##### 🐛 Bug Fixes

-   [4a584b4](alexpasmantier/television@4a584b4) *(pwsh)* Use adequate quoting when formatting preview commands for pwsh by [@&#8203;alexpasmantier](https://github.com/alexpasmantier) in [#&#8203;454](alexpasmantier/television#454)

-   [d4913d7](alexpasmantier/television@d4913d7) *(uncategorized)* Silence the `string match` in tv_smart_autocomplete by [@&#8203;dkmar](https://github.com/dkmar) in [#&#8203;449](alexpasmantier/television#449)

##### 🚜 Refactor

-   [69c4dcc](alexpasmantier/television@69c4dcc) *(debug)* Improve configuration debug logging by [@&#8203;alexpasmantier](https://github.com/alexpasmantier) in [#&#8203;447](alexpasmantier/television#447)

-   [82e3f89](alexpasmantier/television@82e3f89) *(passthrough)* Drop support for unused passthrough keybindings by [@&#8203;alexpasmantier](https://github.com/alexpasmantier) in [#&#8203;446](alexpasmantier/television#446) \[**breaking**]

##### ⚙️ Miscellaneous Tasks

-   [8b267bb](alexpasmantier/television@8b267bb) *(changelog)* Update changelog (auto) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;443](alexpasmantier/television#443)

-   [a008d3f](alexpasmantier/television@a008d3f) *(uncategorized)* Bump to 0.11.6 by [@&#8203;alexpasmantier](https://github.com/alexpasmantier) in [#&#8203;457](alexpasmantier/television#457)

##### New Contributors

-   [@&#8203;dkmar](https://github.com/dkmar) made their first contribution in [#&#8203;449](alexpasmantier/television#449)

**Full Changelog**: alexpasmantier/television@0.11.5...0.11.6

### [`v0.11.5`](https://github.com/alexpasmantier/television/blob/HEAD/CHANGELOG.md#0115---2025-03-31)

[Compare Source](alexpasmantier/television@0.11.4...0.11.5)

##### 🐛 Bug Fixes

-   [6ba235f](alexpasmantier/television@6ba235f) *(results)* Fix alignment for non unit width unicode characters by [@&#8203;alexpasmantier](https://github.com/alexpasmantier) in [#&#8203;442](alexpasmantier/television#442)

##### ⚙️ Miscellaneous Tasks

-   [f9a49ac](alexpasmantier/television@f9a49ac) *(changelog)* Update changelog (auto) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;436](alexpasmantier/television#436)

-   [875b63d](alexpasmantier/television@875b63d) *(uncategorized)* Bump to 0.11.5 by [@&#8203;alexpasmantier](https://github.com/alexpasmantier)

**Full Changelog**: alexpasmantier/television@0.11.4...0.11.5

</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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

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

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
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.

1 participant
0