bashmarks
bashmarks copied to clipboard
Added support for whitespace in paths.
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.