git-commander icon indicating copy to clipboard operation
git-commander copied to clipboard

Make to reload

Open golbin opened this issue 10 years ago • 2 comments

  • [ ] reload function
  • [ ] auto reload

golbin avatar Jul 07 '15 00:07 golbin

I think watching the cwd with chokidar would help here. It's the watcher lib gulp-watch is also using.

jzsfkzm avatar Aug 12 '15 00:08 jzsfkzm

@jzsfkzm Good idea. But there is a strange situation using blessed. git-commander is stuck when using async functions. And it's released when I press a key. It's why I use execSync instead of exec. It's also why I don't make push/pull yet.

I'll keep testing for this and async functions.

golbin avatar Aug 12 '15 01:08 golbin