Results 35 comments of Atk

Yeah that's fine if it needs to be `async` I can work with that. Thanks for your response!

It's not a problem at all! You take all the time you need, it's not a blocking issue for me :)

Hi there! Thanks for the PR Could you please add a test to [this function](https://github.com/mfaerevaag/wd/blob/eaf39c0b8a0b3b99fa5f0904612f2230c5f20634/test/tests.sh#L266-L278) for your fix? Just to check the output isn't incorrectly truncated

Thanks for adding this, I'll consolidate the patches and merge this later

Hey Kyle, thanks for the PR! Is this the only instance in the program that has a GNU-specific implementation do you know, or are there others we need to be...

Looks like the issue may be being caused by how the warp point is formatted when it's saved - it's not matching anything when it's being looked up [here](https://github.com/mfaerevaag/wd/blob/5db678c9c3d70c1577ac0237df89b07b6e9feede/wd.sh#L298). From...

Alternatively, adding an `echo "$points"` after [`points` is loaded](https://github.com/mfaerevaag/wd/blob/5db678c9c3d70c1577ac0237df89b07b6e9feede/wd.sh#L396-L406) may show the same information

> Comparing '\~/projects/zshorg' -> '\~/projects/zshorg' This is why I never found the issue, because the things were literally equal (to my puny human eyes), thank you for finding this!

Closing as fixed until we hear otherwise, I'll cut a v0.5.2 release shortly. Thank you very much tomterl!

This is now a thing! Work in progress, but the core of the functionality is there :smile: See the PR above