Skip to content

A simple app that takes whatever is in your clipboard and replaces any double slashes with single forward slashes. So something like: "C:\\Users\\olliv\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\libstd.natvis" would become: "C:/Users/olliv/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/etc/libstd.natvis"

License

Notifications You must be signed in to change notification settings

ItsCubeTime/clipboardRemoveDoubleSlashesFromPath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

clipboard Remove Double Slashes From Path

A simple app that takes whatever is in your clipboard and replaces any double slashes with single forward slashes. So something like: C:\\Users\\olliv\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\libstd.natvis would become: C:/Users/olliv/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/etc/libstd.natvis

Tested on:

  • Win11 Version 10.0.22000.1335
  • Python 3.10.2

If you dont have a Python3 interpreter installed (python.org), theres a bundled executable for Windows available in releases.

Usecase & demo: https://youtu.be/14XHJsrkO2c

About

A simple app that takes whatever is in your clipboard and replaces any double slashes with single forward slashes. So something like: "C:\\Users\\olliv\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\libstd.natvis" would become: "C:/Users/olliv/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/etc/libstd.natvis"

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages