isamert / jaro

a highly customizable xdg-open alternative
GNU General Public License v3.0
67 stars 3 forks source link

select-alternative-with doesn't work on rewrite branch at all #7

Open llyyr opened 2 years ago

llyyr commented 2 years ago

when passing an URI

ERROR: In procedure string-delete:
In procedure string-delete: Wrong type argument in position 2 (expecting string): #\"

when passing a local path

ERROR: In procedure string-split:
In procedure string-split: Wrong type argument in position 1 (expecting string): #f

My apologies if it's just unfinished and not meant to be used yet

isamert commented 2 years ago

Yep, it's expected as it's still WIP but I appreciate the bug report, feel free to open issues for other bugs you encounter on the rewrite branch. It's quite close to be done but I can not really find time to wrap it up as my life got a bit complicated for the last couple of months.

isamert commented 2 years ago

Leaving this issue open so that I don't forget to fix it before releasing the rewrite branch.