A windows x86_64 lightweight GUI app to navigate via the windows filesystem, open and run files using sublime-text in windows subsystem for linux
- Install the windows subsystem for linux
- Install dos2unix based on your linux distribution.
- Install Sublime Text on windows subsystem for linux.
- If you wanna run files through the terminal install terminus in Sublime Text.
- Make file extensions appear on windows
- Download the
sublime_gui.exe
from thebin
folder.
-
Go to the folder your are going to work on and with right click, select New -> Text Document. Rename the file and change the extension if needed. lets say we change it to .sh that we are going to run.
-
Open
sublime_gui.exe
clickBrowse
and navigate to the file you just created.
Note: By default the program converts windows line endings to linux. If you want to convert mac line endings to linux click on the square box shown in the figure below
-
Click
Run program
. A Sublime Text window will appear -
type the code of your choice:
-
Close the window.
-
Repeat the same process to create the
list
file -
Reopen the
.sh
file withsublime_gui.exe
-
Type
Alt + 1
-
Convert to executable by typing in the terminal:
chmod +x make_dirs.sh
- Run the executable:
./make_dirs.sh