Jax Young

Results 8 issues of Jax Young

add Chinese version templates

**Describe the bug** Colored texts become uncolored after applying custom style, see screenshots for clarification. **To Reproduce** Steps to reproduce the behavior: 1. Open 2. Without custom style you can...

## Summary Hi, this extension does exactly what I want. Thanks for your awesome work. But there is a little issue to me. I use dark mode all the time,...

Hi, I'm new to Fedora, while reading the [doc](https://dnf.readthedocs.io/en/latest/use_cases.html), I found: > In case you use DNF to achieve a goal which is not documented here, either you found an...

triaged
Priority:LOW

大多数人在分享 dotfiles 的时候都会同时维护备份脚本和配置脚本,备份脚本用于把各个应用的配置文件集中到一个仓库里,配置脚本用于恢复仓库里的备份。如果只是复制文件,那么维护这些脚本会很简单,但如果需要提供其他功能比如分应用备份、备份时忽略某些文件,维护就会变得麻烦起来,而且一旦文件路径改变,脚本也需要修改。 为了解决这个问题,我写了 [dotbackup](https://github.com/jaxvanyang/dotbackup) 这个工具,它的设计目标是配置简单和易于扩展。最少只需要写上备份文件夹和需要备份的文件的路径就可以进行备份和恢复,还可以通过自定义钩子来执行额外的脚本。下面是该工具的简单示例: 在 `~/.config/dotbackup/dotbackup.yml` 里配置备份文件夹和需要备份的应用: ```yml backup_dir: ~/backup apps: vim: files: [~/.vimrc] nvim: files: - ~/.config/nvim/init.lua - ~/.config/nvim/lua ``` 备份: ```console $ dotbackup INFO: doing vim...

This change allows desktop environment to find and use wslview to open registered MIME types. ## Description `wslview.desktop` was installed in `/usr/share/wslu/` before, which has no effect. I move it...

I am using the [fish-git](https://aur.archlinux.org/packages/fish-git) AUR package to install fish master branch. But the check `tmux-multiline-prompt` fails after commit https://github.com/fish-shell/fish-shell/commit/2dbaf10c3613aeff1e473c9717ff622ca555968b. More specific, the new repainint test fails the check. It...