Ismael González Valverde

Results 56 comments of Ismael González Valverde

It seems that Fish completion is a bit easier to implement compared to Zsh. At least in the way Bash completion have been implemented in this project.

You can do the same as package managers do: rename it as '.desktop.old' and create a new one.

Does apps usually write `.desktop` files on `/usr/local/share/applications`? `/usr/local/share` has precedence over `/usr/share`. Could it be possible to store global changes there?

@Foggalong is this issue still relevant or may I close it?

Thanks @Miserlou! I have no experience with Homebrew nor access to a MacOS system. Any contribution will be more than welcome.

Probably, it will use [tui-rs](https://github.com/fdehau/tui-rs) if RnR goes on the way of full-blown interface.

Right now it is not possible to convert `OsStr(ing)` to `&[u8]` on Windows to be used in `regex::bytes::Regex::replace` without losing information. For example, `ripgrep` [uses a `to_string_lossy` conversion](https://github.com/BurntSushi/ripgrep/blob/c4a5bc06c5e445015a422398cfb69a34815390d4/globset/src/pathutil.rs#L93-L104) to obtain...

Thanks for trying to pack RnR for Homebrew. I got no experience with that package manager, but I will take a look at the problem of the completion generation as...

@ivaquero I think that you do not need to generate anything manually. The completion files are generated when you build the project, not with any additional command. You would need...

> zsh_completion, the CI doesn't include zsh The CI is generating the ZSH completion, but the file is called `_rnr`. You need to correct that in the script. > test...