🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

baidur

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baidur - npm Package Compare versions

Comparing version
0.6.0
to
0.6.1
+4
-3
package.json
{
"name": "baidur",
"version": "0.6.0",
"version": "0.6.1",
"description": "baidur 是一个在命令行搜百度的工具",
"main": "index.js",
"main": "search.js",
"homepage": "https://github.com/gitGksgk/baidur",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "npx mocha test.js --watch test.js"
},

@@ -9,0 +10,0 @@ "bin": {

@@ -66,2 +66,8 @@ baidur 是一个命令行工具,从命令行获取百度结果。因为用惯了ddgr跟googler,找了一圈没有发现baidur的类似东西,毕竟前两个必须fq伤不起,于是决定写(chao)一个,同时改进一下现在的终端搜索的不爽之处

# 开发进度
```
git clone https://github.com/gitGksgk/baidur
cd baidur
npm test
```
目前测试还没写完

@@ -96,3 +102,3 @@ o: done a: alpha b: beta - thoughts // cancel & comment<br />

b- 上下方向键查询历史, 字节支持 // 得自己动手 困难 // 似乎发布后直接支持了<br />
-- 默认config的写入<br />
o- 默认config的写入<br />
o- repl: save current config<br />

@@ -99,0 +105,0 @@ -- repl: show current config<br />

@@ -317,3 +317,2 @@ #! /usr/bin/env node

let {consoleMode} = viewMode
console.log(viewMode)
if(errorLogArray.length >= 1 && consoleMode.showParseError) {

@@ -320,0 +319,0 @@ errorLogArray.map(item => {