Lucas Fernandes Nogueira
d865ed4768
fix(shell): run sidecar with dots in filename, closes #2310 ( #2950 )
...
* fix(shell): run sidecar with dots in filename, closes #2310
* fix import
* remove dead code
* code review suggestions
* clippy
* clippy
2025-08-25 10:44:47 -03:00
Tillmann
9cf0390a52
Merge commit from fork
...
* fix(shell): properly validate open scope
* change empty regex to an impossible match
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Chip Reed <chip@chip.sh >
2025-04-02 00:24:25 -03:00
Amr Bashir
383e636a8e
feat: add tauri-plugin-opener ( #2019 )
2024-11-20 00:50:02 +02:00
Amr Bashir
51ddf6a715
fix(shell): use async command for open JS API ( #1881 )
...
closes tauri-apps/tauri#11212
2024-10-09 08:47:25 -03:00
Lucas Fernandes Nogueira
22a17980ff
feat: update to tauri beta.24 ( #1537 )
...
* feat: update to tauri beta.24
* remove .tauri
* pnpm build
2024-07-12 17:59:17 -03:00
Amr Bashir
aff47992b3
fix(shell): make execute command async ( #1362 )
...
closes #1361
2024-05-23 02:16:39 +03:00
Amr Bashir
cb0a788d17
fix(shell): use serde untagged not flatten ( #1328 )
2024-05-21 20:10:36 +03:00
Amr Bashir
eb1679b997
fix(core/shell): speedup Command.execute & fix extra new lines ( #1299 )
...
* fix(core/shell): speedup `Command.execute` & fix extra new lines
The speed gains comes from running the Command in Rust fully and returning the result in one go instead of using events.
The extra new lines was a regression from https://github.com/tauri-apps/tauri/pull/6519
ref: https://github.com/tauri-apps/tauri/issues/7684#issuecomment-2100897383
* fmt
* dedup code
2024-05-09 18:15:03 +03:00
Amr Bashir
5c1b7917e4
fix(shell/command): retry sending events when it fails ( #1298 )
...
ref: https://github.com/tauri-apps/tauri/issues/7684
2024-05-09 10:38:56 -03:00
Graham Held
b4efa58d5d
feat(shell) raw-encoded pipe reader directly outputs buffer (no newline scan) ( #1231 )
...
* Shell raw-encoded pipe reader directly outputs buffer (no newline scan)
* Suggestions from code review and add .changes file
* fmt
2024-05-02 16:00:03 +03:00
Lucas Nogueira
8461cf1d1b
chore: update to tauri beta.3
2024-02-19 17:10:49 -03:00
Tillmann
d198c01486
feat: update to tauri beta, add permissions ( #862 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev >
2024-02-03 15:14:41 -03:00
Lucas Fernandes Nogueira
d74fc0a097
feat: update to alpha.11 ( #555 )
2023-08-14 14:51:20 -03:00
Lucas Fernandes Nogueira
5914fb9f36
chore: add license headers ( #384 )
...
* feat: check for license headers
* add headers
* format
2023-05-21 16:56:10 -03:00
Lucas Fernandes Nogueira
8ed00adaa0
feat(shell): add plugin ( #327 )
2023-04-23 15:39:48 -03:00