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
- Host: GitHub
- URL: https://github.com/srwi/pathte
- Owner: srwi
- License: mit
- Created: 2024-10-31T23:08:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-27T22:07:48.000Z (about 1 year ago)
- Last Synced: 2025-10-28T06:38:28.758Z (9 months ago)
- Language: Rust
- Size: 614 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.
## 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.