bbeng89 / ntbk

A simple, opinionated terminal notebook inspired by bullet journaling.
MIT License
1 stars 0 forks source link

Replace os.system with subprocess #37

Closed bbeng89 closed 2 years ago

bbeng89 commented 2 years ago

In open_file_in_editor i'm using os.system, but the subprocess module looks superior.