useful-scripts icon indicating copy to clipboard operation
useful-scripts copied to clipboard

🐌 useful scripts for making developer's everyday life easier and happier, involved java, shell etc.

Results 12 useful-scripts issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/13899906/178441937-40573da2-fd9a-4013-8188-057aef860c19.png)

- `Mac`下使用解析命令行参数出错。`Mac`的`getopt`不兼容`GNU`。 - 这个不是问题。自己手动来解析 来实现即可。 - `Mac`下`show-busy-java-threads`出错。`Mac`的`ps`不兼容`GNU`。 - 比如 不支持 输出 线程`ID`(即 `-L` 选项)。 - `Mac`下的`ps`的`-L`是: `List the set of keywords available for the -O and -o options.`

feature
help wanted

# Who is Using First of all, thanks sincerely for constantly using and supporting. We will try our best to keep this project better. ## The purpose of this issue...

help wanted

[海豹归来](http://weibo.com/web2012?from=profile&wvr=5&loc=infdomain)提的: http://weibo.com/1611407701/zncH07tOW

feature

如果可能,期望生成文件和目录属于运行用户 这样可以简化用户使用:查看文件时,不需要sudo

enhancement

如 选项有没有设置过,设置的值是什么

documentation

``` bash parseOpts "a,a-long:|b,b-long:|c,c-long+" -avalue1 --b-long=v2 ```

enhancement

BPKG is a lightweight package manger for shell project why do not split your bash tools into indipendent set of tools every one with the proper name and dedicated page...

task