makes icon indicating copy to clipboard operation
makes copied to clipboard

source filtering capacity

Open blaggacao opened this issue 3 years ago • 2 comments

I want you to suggest having a look at the source filtering capacity that comes with https://github.com/NixOS/nixpkgs/pull/112083 for making it available in makes.

I think it will be of good use especially for the linters & such.

/cc @roberth

blaggacao avatar Sep 07 '21 22:09 blaggacao

Yes, I think we can create nice file/folder pickers out of it,

The most complex case we've needed so far is picking all files with a given extension in a folder,

It's already embeded in the framework (projectPathsMatching). We are missing docs though, thanks for pointing this out!

kamadorueda avatar Sep 08 '21 20:09 kamadorueda

Here is another shoulder of a giant: https://github.com/numtide/nix-filter

blaggacao avatar Sep 20 '21 13:09 blaggacao