Files
oak-gpui/crates
Kirill Bulatov db48c75231 Add basic bash and Python tasks (#10548)
Part of https://github.com/zed-industries/zed/issues/5141

* adds "run selection" and "run file" tasks for bash and Python.
* replaces newlines with `\n` symbols in the human-readable task labels
* properly escapes task command arguments when spawning the task in
terminal

Caveats:

* bash tasks will always use user's default shell to spawn the
selections, but they should rather respect the shebang line even if it's
not selected
* Python tasks will always use `python3` to spawn its tasks now, as
there's no proper mechanism in Zed to deal with different Python
executables

Release Notes:

- Added tasks for bash and Python to execute selections and open files
in terminal
2024-04-15 16:07:21 +03:00
..
2024-04-11 15:36:35 -06:00
2024-04-12 11:40:59 -06:00
2024-04-11 15:36:35 -06:00
2024-04-15 14:21:52 +02:00
2024-04-15 14:21:52 +02:00
2024-04-11 23:09:12 +02:00
2024-04-12 14:39:27 -04:00
2024-03-28 18:32:11 +01:00
2024-04-11 15:36:35 -06:00
2024-04-11 23:09:12 +02:00
2024-03-20 15:52:02 +01:00
2024-04-11 15:36:35 -06:00
2024-04-11 23:09:12 +02:00
2024-03-11 10:45:57 +01:00
2024-04-15 14:21:52 +02:00
2024-04-11 23:09:12 +02:00
2024-04-06 19:48:11 -07:00
2024-04-11 23:09:12 +02:00
2024-03-26 16:10:09 -07:00
2024-04-12 11:40:59 -06:00
2024-04-12 11:40:59 -06:00
2024-04-15 14:21:52 +02:00
2024-04-12 11:40:59 -06:00
2024-03-14 17:05:07 -04:00
2024-04-11 23:09:12 +02:00
2024-04-15 14:21:52 +02:00
2024-04-15 14:21:52 +02:00
2024-04-11 10:03:36 -04:00
2024-04-12 11:40:59 -06:00
2024-04-11 23:07:29 -06:00
2024-04-11 23:09:12 +02:00
2024-04-11 15:36:35 -06:00