git-commander
git-commander copied to clipboard
Make to reload
- [ ] reload function
- [ ] auto reload
I think watching the cwd with chokidar would help here. It's the watcher lib gulp-watch is also using.
@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.