lunrenyi

Results 26 comments of lunrenyi

@ku1ik The issue has not been resolved 1. No anomalies or errors were found during the recording of the `kitten icat` command using `asciinema rec`. 2. During the playback of...

@coinlockerbaby @xianghongai 需要确保系统中安装了 `festival`,例如 `sudo apt-get install festival` https://github.com/afc163/fanyi#error-spawn-festival-enoent

@magnuslarsen 我的意思是 palette 是否能支持Ansi16和Ansi256,并不是所有终端都支持 Hex ![image](https://github.com/Mofiqul/dracula.nvim/assets/87307989/fade622b-a16d-4e74-bb22-ee8776ff318f)

Thank you for your reply. Using `print($(command))` does not meet my needs, for example: ``` @aliases.register('a') def _a(): eza -l # `eza` is a replacement for `ls` command with color...

[eza](https://github.com/eza-community/eza) is a replacement for the ls command implemented in Rust. You can get the eza binary file at the link below: https://github.com/eza-community/eza/releases

Thank you for your response! Regarding the issue with `$(eza)`, I guess there might be a problem with my environment. For example, I am using Miniconda Python. Below is the...

> Can you give me the list of commands starting from `docker run` to build the same container? ```sh docker run -it --name temp ubuntu apt update; apt install -y...

> @lunrenyi what is the difference between eza I installed from brew and this version? `x env use` retrieves eza from the official eza release, which may only differ in...

> 重启终端后无法再进入fish shell @MsRCAtN PATH 的值有没有变化,`/opt/homebrew/bin` 是否还在 PATH 中? ```bash echo $PATH ```