karan / joe

:running: A .gitignore magician in your command line
http://karan.github.io/joe/
MIT License
2.88k stars 210 forks source link

Error running joe -u on windows #88

Open peterept opened 7 years ago

peterept commented 7 years ago

C:\Work\Project>joe u Updating gitignore files.. 2017/02/16 16:22:20 open /tmp/master.zip: The system cannot find the path specified.

The reason is the my (and most) windows machines do not have a /tmp folder. Easy enough to work around (by creating the c:\tmp folder). But, a fix would be to change any hard coded references to /tmp to use os.TempDir() so it finds the correct temp folder for the O/S.

Thanks for such a great tool.

jacekmusial commented 6 years ago

I have opened pull request for that. https://github.com/karan/joe/pull/102

leitiannet commented 1 month ago

here's a fork that fix some issues