Live data from Hacker News

Show HN: I made a CLI to retrieve info from the IMDB

github.com

41–42 of 42 posts

Re: Show HN: I made a CLI to retrieve info from the IMDB

#41
post #24

What's with the recent trend to use aliases instead of proper installation? (c.f. datafart, on the frontpage yesterday) mv terminalIMDB.py ~/bin/imdb chmod +x ~/bin/imdb

Would the benefit of doing it the author's way be that you can check out new versions from git without having to move the python script to /bin every or /usr/local/bin every time you get a new version.

I guess. But that could also be accomplished with a symlink, no?
Post reply on HN