Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.18 KB

Slash Fix

A CLI tool that automatically normalizes file paths by converting backslashes to forward slashes and copies the fixed path to your clipboard.

⬇️ Installation

This tool aims to be useful globally, not associated with a specific project. So I recommend installing it with -g flag

npm install -g slash-fix

⚙️ Usage

Important

The given path MUST be inside quotes ONLY if you are using bash

npx slash-fix fixer "path\to\some\file"

📊 Example Output

Output Image

🧩 Use Cases

There is only one use-case which I aim to handle with this tool.

Sometimes I need to copy a relative or full path and use it as input to some other tool or process. All path from the file-explorer in windows have the following structure path\to\some\file\somewhere so I just paste it and manually replace the \ with /.

This tool takes care of that. That's it 👌

Important

If you have any other case where this toll would be useful, please let me know how I can improve it.

🤝 How to contribute?

See CONTRIBUTING.md file.