slash-cli

A CLI for slash

Usage no npm install needed!

<script type="module">
  import slashCli from 'https://cdn.skypack.dev/slash-cli';
</script>

README

slash-cli

🔪 A CLI for sindresorhus/slash

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

Install

npm i -g slash

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 😒