Skip to content

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

License

Notifications You must be signed in to change notification settings

BioGUIwslLab/sublime_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sublime_gui

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

Installation

  1. Install the windows subsystem for linux
  2. Install dos2unix based on your linux distribution.
  3. Install Sublime Text on windows subsystem for linux.
  4. If you wanna run files through the terminal install terminus in Sublime Text.
  5. Make file extensions appear on windows
  6. Download the sublime_gui.exe from the bin folder.

Usage

  1. 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.

  2. Open sublime_gui.exe click Browse 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

  1. Click Run program. A Sublime Text window will appear

  2. type the code of your choice:

  1. Close the window.

  2. Repeat the same process to create the list file

  3. Reopen the .sh file with sublime_gui.exe

  4. Type Alt + 1

  5. Convert to executable by typing in the terminal:

chmod +x make_dirs.sh
  1. Run the executable:
./make_dirs.sh

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages