Skip to content

A command line tool for wsl terimal to convert between windows and wsl path

Notifications You must be signed in to change notification settings

Mohamed-Ibrahim-01/owslpath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

owslpath ⚡

About 💬

Open wslpath (owslpath) is a simple command line tool for wsl terminal to convert between windows and WSL Windows Subsystem for Linux path.

Installation

You can install it any way you want , but this a method you can use .

git clone https://github.com/Mohamed-Ibrahim-01/owslpath.git
cd owslpath
g++ -o owslpath owslpath.cpp
mkdir ~/.scripts/ # if it wasn't already created
mv owslpath ~/.scripts
# then add this alias in ~/.bash_aliases
alias owslpath="~/.scripts/./owslpath"

Usage

#if you add the alias use it like that
owslpath '<WindowsPath>'
#or just use it like that
~/.scripts/./owslpath '<WindowsPath>'

Languages and Tools 🛠

cplusplus linux

License

MIT

About

A command line tool for wsl terimal to convert between windows and wsl path

Topics

Resources

Stars

Watchers

Forks

Languages