Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 649 Bytes

File metadata and controls

29 lines (19 loc) · 649 Bytes

slash-cli Build Status

🔪 A CLI for sindresorhus/slash

Transform those pesky backslashes into universal forward slashes inside of your shell.

Install

npm i -g slash-cli

Usage

> slash -h
    Usage:
      > slash path\\to\\my\\file
      path/to/my/file

Motivation

Slash solves backslash problems in my code, but I end up with those pesky backslashes in my clipboard too often 😒
This is the fix.