staticfile / cli

Staticfile command line utility
MIT License
231 stars 39 forks source link

如何在多个 Library 中跳转? #7

Open victorwoo opened 10 years ago

victorwoo commented 10 years ago

如图,我无法使那个蓝色的箭头上下移动,无论按什么键,都停留在第一项。

dedoyle commented 9 years ago

上下移动可以按上下键,但是不知如何显示更多,或者说翻页 image

hfcorriez commented 9 years ago

没实现呢

dedoyle commented 9 years ago

那怎么只列出一部分而已,不列多几条。还有个问题是:在win7下,没法用sfile angularjs -c,提示说平台不支持。

Xuanwo commented 8 years ago

Output:

 ~  sfile angular      
 搜索 angular 共有 10 个库,当前列出 10 个:
/home/xuanwo/.nvm/versions/node/v6.2.2/lib/node_modules/sfile/bin/sfile:178
          list.add(lib, lib.base + lib.subLabel.grey);
                                               ^

TypeError: Cannot read property 'grey' of undefined
    at /home/xuanwo/.nvm/versions/node/v6.2.2/lib/node_modules/sfile/bin/sfile:178:48
    at Array.forEach (native)
    at /home/xuanwo/.nvm/versions/node/v6.2.2/lib/node_modules/sfile/bin/sfile:170:19
    at Request._callback (/home/xuanwo/.nvm/versions/node/v6.2.2/lib/node_modules/sfile/lib/index.js:7:12)
    at Request.self.callback (/home/xuanwo/.nvm/versions/node/v6.2.2/lib/node_modules/sfile/node_modules/request/request.js:129:22)
    at emitTwo (events.js:106:13)
    at Request.emit (events.js:191:7)
    at Request.<anonymous> (/home/xuanwo/.nvm/versions/node/v6.2.2/lib/node_modules/sfile/node_modules/request/request.js:873:14)
    at emitOne (events.js:101:20)
    at Request.emit (events.js:188:7)