An open API service indexing awesome lists of open source software.

https://github.com/srwi/pathte

Path-aware pasting in Windows
https://github.com/srwi/pathte

Last synced: 5 months ago
JSON representation

Path-aware pasting in Windows

Awesome Lists containing this project

README

          

# Pathte

Have you ever pasted a file path into a terminal, only to find it's in the wrong format? Worry no more!

Pathte is a handy Windows utility that effortlessly converts file paths between Windows, Unix, and WSL formats as you paste. Enhance your workflow with Pathte by detecting file paths in your clipboard and instantly converting them to the desired format, making your pasting experience smoother and more efficient.


Pathte Demo

## How It Works

When you press Ctrl+V to paste, Pathte checks if your clipboard contains a valid file path. If so, a popup menu appears with the available format options. You can then press V to cycle through the formats, and release Ctrl to paste the path in your selected format:

| Format | Example |
|---------------|---------------------------|
| Windows | `C:\folder\file.txt` |
| Unix-like | `C:/folder/file.txt` |
| WSL | `/mnt/c/folder/file.txt` |

Whenever there is _no_ file path in your clipboard, Pathte will act like it's not even there.

## License

This project is licensed under the [MIT](https://github.com/srwi/pathte/blob/master/LICENSE) License.