uTools-quickcommand icon indicating copy to clipboard operation
uTools-quickcommand copied to clipboard

uTools插件,实现快速打开软件、网址及运行批处理、shell等脚本,免编写插件使用utools的api及UI交互等功能

Results 13 uTools-quickcommand issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

如题 我的python环境是conda的,默认使用的是/bin/sh下的

一些命令行工具通过quickcommand插件封装因为ANSI escape code, 格式与颜色会不正确. 例如: ![image](https://user-images.githubusercontent.com/29176200/188354121-f2e91aed-47aa-4297-b772-40539842a6de.png) 是否有办法支持这类带颜色的命令行工具呢.

我记得老版本复制比现在方便一些. 现在复制需要先选中再点击按钮, 感觉不太方便. thanks!

![image](https://github.com/fofolee/uTools-quickcommand/assets/66933262/2380c073-d750-45a9-a7d0-c5a769aaf1f1) 如图,如果开启了这两个选项,每次执行命令都会生成一个新的空白页

我看猿料上停止评论了,过来给作者点个赞,非常棒的插件

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [@quasar/app-webpack](https://github.com/quasarframework/quasar). These dependencies need to be updated together. Updates `json5` from 2.2.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix:...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @​ryanwilsonperkin in webpack/webpack#16759 v5.76.0...

dependencies

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 5.3.1 to 5.4.0. Changelog Sourced from dns-packet's changelog. Version 5.4.0 - 2022-06-14 Feature: Added support for the SSHFP record type. Version 5.2.0 - 2019-02-21 Feature: Added support...

dependencies

按照以下程序,无法得到输入框文本,提示utools模块不可用 ```javascript // 引入 utools 模块 const utools = require('utools'); // 使用 getInput 函数获取用户在搜索框中输入的文本 utools.getInput((text) => { console.log(text); }); ```