Olamyy / acleanbib

MIT License
6 stars 3 forks source link

write to STDOUT by default #1

Open mjpost opened 4 years ago

mjpost commented 4 years ago

By default, I think the program should read from / write to STDIN / STDOUT. You can do this by using argparse.FileType, and setting the defaults to sys.stdin and sys.stdout. For example, the program now seems to create a file cleaned_bib.bib which is hard to know.

Olamyy commented 4 years ago

Fixed this in the latest commit.