Andrey Listopadov
Andrey Listopadov
@para100 I've added `reduce` and `reduced` in d902303 Now you can do `(reduce #(.. $1 $2) [1 2 3])` and other stuff you would normally need `accumulate` to. I think...
I'm not sure how to properly fix this, if anyone has ideas, I'll gladly accept a pull request.
No, plug.kak doesn't have any way of handling this. This was suggested in #14 but never implemented. Probably the ideal way would be to use reverse-domain grouping, e.g. to put...
> Yes, this needs to be fully thought out (which is why I've asked about v2 — it may not be wise to invest too much effort in v1). Wait,...
> However, more simply, it might also be possible to have a `dir` parameter to `plug`, which gets passed to `git clone`. Not sure what other changes this would entail....
Another, probably a bit extreme solution, would be to fork the needed repo, set up mirroring, and rename the fork :smile:
FYI I've started working on this on the [reverse-domain-grouping](https://github.com/andreyorst/plug.kak/tree/reverse-domain-grouping) branch
No, this will not be toggle-able. The internal structure of the `plugins` directory should not be exposed to the user, as it is just an implementation detail, and the fact...
> As I mentioned above, every URL functions, _as-is_, as a filesystem path... Yes, but it is quite cumbersome to maintain. Also while `git@github:foo/bar.git` is a valid path, it's not...
Nice idea. Also, can be tied with a `doc` switch for `plug` command to specify documentation files or directory to parse and provide a list of files if there's more...