notwaldorf / tiny-care-terminal

💖💻 A little dashboard that tries to take care of you when you're using your terminal.
MIT License
5.96k stars 243 forks source link

No commits showing #115

Closed dreamsparkx closed 5 years ago

dreamsparkx commented 7 years ago

I installed everything properly. All the tweets are showing. But the commits are not. It is showing the following in the today dialog box: Could not open directory directory: /Users/gauravbharti/Xcode/junkart-ios' And for clarification:

echo $TTC_REPOS
‘~/AndroidStudioProjects/junkart-user-app,~/Xcode/junkart-ios’
mojoaxel commented 7 years ago

It has problems opening ~/Xcode/junkart-ios, but not ~/AndroidStudioProjects/junkart-user-app? Make sure you have permissions to access the XCode directory:

cd ~/Xcode/
ls -la
yanshiyason commented 6 years ago

For some reason, I had to install this dependency globally:

npm install -g git-standup

the package.json lists it as a dependency.. but for some reason install -g tiny-care-terminal didn't install it..

mojoaxel commented 6 years ago

@yanshiyason The current version (master branch) does not depend any longer on git-standup.

mattclaw commented 6 years ago

@mojoaxel I think there's confusion here because the latest version of tiny-care-terminal on npm is 1.3.2 which still has the git-standup dependency, while all mentions of it in the README and package.json have been removed on master.

Perhaps someone just forgot to version bump and publish?

mojoaxel commented 6 years ago

Perhaps someone just forgot to version bump and publish?

@notwaldorf Please make a new release if you find the time. Thx!