littlebee / git-time-machine

Atom package that allows you to travel back in commit history
MIT License
1.12k stars 36 forks source link

Possible to change filename to one without spaces? #137

Open msabramo opened 6 years ago

msabramo commented 6 years ago

I get linter errors when I try to open a historical version of a file with git-time-machine, which I suspect are because the linter is having trouble working with filenames with spaces.

For example, if I open git-time-machine and click a historical version, it opens a file with a name like this:

/Users/abramowi/.atom/git-time-machine/lrev/Time Machine - utils.py

but then the linters try to run on this file and have trouble:

screen shot 2018-09-03 at 9 56 39 am

Maybe something like utils-<git_sha>.py?