-
Would be cool to set progress xattr on the destination file so that it's visible in finder.
On the shell I would do:
```
xattr -w com.apple.progress.fractionCompleted 0.654 file.ext
```
range…
-
我查了一点文档,似乎openApplication不支持传启动参数,通过processor调open命令似乎可以。
let process = Process()
process.launchPath = "/usr/bin/open"
process.arguments = ["-na", "wezterm", "--args", "start", "--cwd", "/home"]
p…
-
### Describe the bug
The "Show REAPER resource path in finder/explorer" button under Options does not launch a file manager.
### Steps To Reproduce
Steps to reproduce the behavior:
1. Open a Rea…
-
**Is your feature request related to a problem? Please describe.**
I'd like to be able to set Bash as my shell on Windows.
I share my cheat files between OSs, and I'd like to be able to use the same…
-
I'm running Thunderbird under Miriway (same issue with notifications from websites in Firefox). The notification surfaces (part of the problem is lack of a notification manager) show in random locatio…
Saviq updated
8 hours ago
-
### Dupe Check
- [X] I have [searched Warp bugs](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3ABugs) and there are no duplicates
### Describe the bug
When I searched for "warp" in …
-
I think it would increase usability if arguments could be passed to shell scripts using environmental or contextual variables.
Example:
> If the user selects file(s) in Finder, the file(s) paths…
-
```
Helix: compiled from master branch
OS: Void
```
Hi!
In my `bin` folder there are some single letter POSIX/Bash executables: `c` (calendar), `p` (password script) and `f` (fuzzy finder).
…
-
In a completely clean environment, the PrepareVenv.py script exits with a failure that the environment was not properly set up, due to the fact that the path `.../lib/site-packages` does not exist. I…
-
### Preflight Checklist
- [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [Code of Condu…