KittyKatt / screenFetch

Fetches system/theme information in terminal for Linux desktop screenshots.
GNU General Public License v3.0
3.82k stars 453 forks source link

Add proper file extensions and reformat TODO as a markdown document #706

Closed throwaway1037 closed 3 years ago

throwaway1037 commented 3 years ago

Some file managers will only recognise files by their file extension; if there is none then the file will not be recognised and selecting or attempting to open it will result in an error. Some file managers will appear to hang or become unresponsive whereas others will open a dialog box with a message similar to "file unrecognised: no suitable program to open file found".

darealshinji commented 3 years ago

Definitely a no to the file extensions. They're not very important on Unix-like systems. On Windows you can install Notepad++ which adds an option "Open in Notepad++" to the context menu, making it easier to open text files without extensions.