stepanzubkov / shellodoro

powerful Pomodoro in terminal
The Unlicense
9 stars 1 forks source link

add the python3 shebang #15

Closed kakaa2993 closed 1 year ago

kakaa2993 commented 1 year ago

Hello!

Why this feature?

This feature is very helpful. The shebang line in any script determines the script's ability be executed like a standalone executable without typing python beforehand in the terminal or when double-clicking it in a file manager (when configured properly). It isn't necessary but generally put there so that when someone sees the file opened in an editor, they immediately know what they're looking at. However, which shebang line you use is important.