jarun / ddgr

:duck: DuckDuckGo from the terminal
GNU General Public License v3.0
2.94k stars 139 forks source link

add: copy multiple lines, hide python module data in gitignore #140

Closed kendfss closed 2 years ago

kendfss commented 2 years ago

This addresses issue #139, the body of which may still contain typos that have been patched in this commit.

I also took the liberty of dumping some lines into .gitconfig which keep __pycache__ , .egg-info out of commit for people who install using pip install -e . as well as .DS_Store for those using osx and a bunch of other stuff that python projects don't need to be shipped with.

jarun commented 2 years ago

Thanks! Users who need this feature can get it from the PR diff/patch now.