Anders
Anders
I'm currently on vacation, so I'll not really be able to code properly until I'm back at the end of the month. > Could you give an example of how...
Short of sending a PR, a pseudo code suggestion for how the filtering might be implemented would be cool. I have something of an idea on how to do it,...
Yes. It would be, note that I have written a spec/summary in the first comment if this issue. I'm updating it until everything is clear.
I think @iron8core's solution with a scoring mechanism is a neat solution, but I am wondering whether it wouldn't be simpler to just rank the filters in absolute terms. `os`,...
@mrmachine > We appear to be heading deeper and deeper into the rabbit hole now. Some of the examples above are nearly incomprehensible to anyone who is not intimately familiar...
Yeah, totally. Go right ahead. I'll review and merge :-)
Oh, you'll probably have a bit more of a challenge implementing it this time around. I had to factor the listing of submodule files out into an executable script because...
Agreed to everything. I'd go for the tab. Or instead maybe just remove the spaces in the left column?
You'd just separate by the first space, so `up to date` becomes `uptodate`. Then you can use `cut -d' ' -f2-` to get the filename and `cut -d' ' -f1`...
Hm, interesting feature. That'd be quite useful. The file arguments would be relative to `$HOME` right? What should the syntax of the output look like? Just like `link` or more...