项目作者: Mohamed-Ibrahim-01

项目描述 :
A command line tool for wsl terimal to convert between windows and wsl path
高级语言: C++
项目地址: git://github.com/Mohamed-Ibrahim-01/owslpath.git
创建时间: 2021-01-22T00:55:31Z
项目社区:https://github.com/Mohamed-Ibrahim-01/owslpath

开源协议:

下载


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 .

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

Usage

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

Languages and Tools 🛠



cplusplus


linux

License

MIT