nodingneu
nodingneu
How did you get it show milliseconds?
They've done it in client-side JS. I can't see it being too complicated.
How come none of you had to `brew install pulseaudio` ? I got this error after `cargo install songrec`: ``` error: linking with `cc` failed: exit status: 1 = note:...
@marin-m thank you. I couldn't understand what the `-F` switch means though, based on the README. I tried to not add gui, pulseaudio, or mpris, by passing `-F gui,pulse,mpris`, but...
I misunderstood what `-F` is based on the readme. I tried to not add gui, pulseaudio, or mpris, by passing `-F gui,pulse,mpris`, but compilation still failed because "ld: library not...
This is such a good idea
@ericbn I think it's rare to have two directories of same name but different case as siblings. Just provide a switch to force case-sensitivity, I'm certain that smart case matching...
I'd prefer fuzzy search to the current default. Same with `v`, I think fuzzy search would be a better option there too.
Oh just change `[ "$1" ] || list=1` to `[ "$1" ] || edit=0` in the source file
When I made #18 I didn't see that this already existed. So, +1 from me.