Johannes Altmanninger
Johannes Altmanninger
> > Please post the log created by "fish -d reader -o /tmp/fish.log". > Other than enabling debug for various categories (error, debug, warning, warning-path, exec, reader), nothing else seems...
Besides the entitlements, it should be a one-line change if we change `#[cfg(any(target_os = "macos", target_os = "ios"))]` to `#[cfg(apple)]` (adding our own definition in `build.rs`, like we do for...
> Why do you think clap would need to be changed? We could just have jj util completion fish literally output the string COMPLETE=fish jj | source, right? yeah a...
> would be for the history file to include information about which arguments were paths (e.g. a "column" paths that contains something like 1,3,5 indicating that arguments 1, 3, and...
> ```sh > - cmd: file /tmp/hyprpm/hyprland/subprojects/wlroots/build/meson-logs/meson-log.txt > when: 1711668222 > ``` This looks like when you ran that command, `meson-log.txt` did not exist. In that case, fish should autosuggest...
If the reason for the "write-to-tempfile & rename" trick is only for file systems like NFS that don't support locking, then we could detect NFS or bind mounts, I guess....
On Thu, Sep 19, 2024 at 09:45:15AM -0700, Aviva wrote: > I could and nothing terrible would happen, but `~/.local/share/fish` That's gonna change to ~/.cache in an upcoming release (next...
> That's gonna change to ~/.cache in an upcoming release Sorry what I meant is that completions generated by `fish_update_completions` will be moved from `~/.local/share/fish` to `~/.cache/fish`
> Without the terminfo package installed and with TERM set to the default xterm-256color, fish would "not see" the output of scripts; i.e. I would start a clean session and...
which terminal?