linkJS icon indicating copy to clipboard operation
linkJS copied to clipboard

need features

Open ranjit-git opened this issue 5 years ago • 0 comments

suppose i need to fetch domxss and awskeys and links in same js file. Now coressponding command is echo "http://asac.om/a.js" | linkJS -m awskey echo "http://asac.om/a.js" | linkJS -m domxss echo "http://asac.om/a.js" | linkJS -m links

So here for the same js file i have to fetch js 3 time . thats realy time consumming . So my recommendation here is that make many command for same js file like echo "http://asac.om/a.js" | linkJS -m awskey,domxss,links or echo "http://asac.om/a.js" | linkJS -m awskey -m links -m domxss

ranjit-git avatar Oct 08 '20 04:10 ranjit-git