Jun

Results 8 issues of Jun

Want a ncurses interface to operate on tasks interactively( with vim keyboard shortcuts support) instead of memorizing commands.

feature request

Is it possible to support horizontal scroll?

enhancement

After installation of geeknote, when I try to `geeknote login`, I got the following errors: PS: I don't know if it's caused by I'm sitting behind a corporate proxy, if...

hi 我尝试着想跑起你的例子, 但是我得到了这个错误。怎么解决啊? ![image](https://user-images.githubusercontent.com/2359121/29022299-5490db94-7b9b-11e7-9a7b-487f4f802ad1.png)

I have xolox/vim-easytags and xolox/vim-misc installed. I have following configuration in vimrc: ``` let g:easytags_dynamic_files = 1 let g:easytags_on_cursorhold = 1 let g:easytags_updatetime_min = 4000 let g:easytags_auto_update = 1 let...

I assume the `--dir` parameter on command line is to generate tags in a directory recursively for all js files. But I can't get it work.

I use npm installed jsctags globally. when I run jsctags in terminal, I got this error: ``` Array.prototype.push called on null or undefined /usr/local/lib/node_modules/jsctags/jsctags/ctags/writer.js:89 this.tags = this.tags.sort(sortfunc); ^ TypeError: Cannot...

bug
pull-request-welcome

fsmonitor immediately exit when the directory(specfied with -d ) is a string. So it doesn't keep watching changes, but just do it once.