bashmarks icon indicating copy to clipboard operation
bashmarks copied to clipboard

Added support for whitespace in paths.

Open Zolomon opened this issue 13 years ago • 0 comments

Saving paths with whitespace in them would be substringed/trimmed after the first space.

For example: "~/foo/bar/chocolate cookies from hell" would be saved as "$HOME/foo/bar/chocolate". Don't know if my solution is the best, but it works.

Zolomon avatar May 21 '11 15:05 Zolomon