https://github.com/hasparus/slash-cli
🔪 A CLI for sindresorhus/slash
https://github.com/hasparus/slash-cli
Last synced: over 1 year ago
JSON representation
🔪 A CLI for sindresorhus/slash
- Host: GitHub
- URL: https://github.com/hasparus/slash-cli
- Owner: hasparus
- License: mit
- Created: 2019-04-11T17:53:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T08:10:18.000Z (about 4 years ago)
- Last Synced: 2024-10-19T05:18:17.821Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 250 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slash-cli [](https://travis-ci.org/hasparus/slash-cli)
#### 🔪 A CLI for [sindresorhus/slash](https://github.com/sindresorhus/slash)
Transform those pesky backslashes into universal forward slashes inside of your shell.
# Install
```sh
npm i -g slash-cli
```
# Usage
```sh
> 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.
---
