Tuno

Results 12 issues of Tuno

### 请认真检查以下清单中的每一项 - [X] 已经搜索过,没有发现类似issue - [ ] 已经搜索过文档,没有发现相关内容 - [ ] 已经尝试使用过最新版,问题依旧存在 - [ ] 使用的是官方版本(未替换及修改过安装目录程序文件) ### 软件版本 0.20.5 ### 操作系统 Windows x64 ### 系统版本 win10 ### 问题描述 配置文件:...

网址:https://member.bilibili.com/platform/upload/video/frame 使用脚本前: ![image](https://user-images.githubusercontent.com/81040793/211207808-026e3c17-549f-452c-8990-93e67b3b0c87.png) 使用脚本后: ![image](https://user-images.githubusercontent.com/81040793/211207899-15d52c3c-0a4f-470d-b683-4c2d33a42a45.png) 暂时的对策: 在tampermonkey里exclude当前网址。

display size of each file works right in respository main page [https://github.com/softvar/enhanced-github](https://github.com/softvar/enhanced-github) ![image](https://github.com/softvar/enhanced-github/assets/81040793/4c34df9f-501d-48f8-be2d-041aec6f289e) when it comes to respository subfolder page, size of each file not shows (when github logging) [https://github.com/softvar/enhanced-github/tree/master/src](https://github.com/softvar/enhanced-github/tree/master/src)...

如上,,, [awk命令](https://wangchujiang.com/linux-command/c/awk.html#:~:text=awk%20%27/%5Eweb/%7BT%3D%240%3Bnext%3B%7D%7Bprint%20T%22%3A%22t%2C%240%3B%7D%27%20text.txt) 此行应该修改为(其中制表符\t的斜杠被吞掉了) awk '/^web/{T=$0;next;}{print T":"**t,**$0;}' text.txt | | V awk ‘/^web/{T=$0;next;}{print T“:**\t**”$0;}’ test.txt 参考:[Linux 使用 awk 文本处理工具实现多行合并的实例](https://m.xp.cn/b.php/71985.html#:~:text=awk%20%E2%80%98/%5Eweb/%7BT%3D%240%3Bnext%3B%7D%7Bprint%20T%E2%80%9C%EF%BC%9A%5Ct%E2%80%9D%240%3B%7D%E2%80%99%20test.txt) 还发现一处, 疑似漏掉了感叹号,应该改为 在 info 中查找满足正则表达式,/[0-9]+/ 用**””** 替换 | | V 在 info...

git clone仓库后, 执行git checkout 15f6b08命令, 然后删掉.git隐藏文件夹即可

Hello! I have met a problem. In windows explore.exe address bar, when the cursor focus on address bar‘s path text, now use ctrl+` to call out ditto panel, the mouse...

This influences `scoop shim add myapp args -g` command. If global shimdir is not in global path by previous `scoop install main/myapp -g` command, you'll encounter error when run `scoop...

This pull request aims to solve issue https://github.com/ScoopInstaller/Scoop/issues/5582, by removing useless architecture property from `$Manifest` and `$Manifest.autoupdate`. The user generated manifest can be found in "$ScoopDir\workspace" directory. It seems this...