Tavian Barnes

Results 46 issues of Tavian Barnes

- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf - [x] I have searched through the existing issues ##...

## Example 1 ``` $ bfs -type f -type d bfs: warning: bfs -type f -type d bfs: warning: ~~~~~~~ bfs: warning: This expression is always false. ``` This part...

enhancement

Findutils offers - [ ] findutils-default - [ ] awk - [ ] egrep - [x] ed - [x] emacs - [ ] gnu-awk - [x] grep - [ ]...

help wanted
compatibility

Once https://lkml.org/lkml/2021/1/23/76 or something like it lands, we can use it to do async openat()/readdir(). This is likely to be a better approach than https://github.com/tavianator/bfs/issues/46. It does mean we'll need...

enhancement

As suggested by @merwok: https://github.com/tavianator/bfs/issues/8#issuecomment-361097431, we should implement a `-vcsignore` action. Related to #30 since conditionally respecting .gitignore would be very weird, it should be an on/off thing regardless of...

enhancement

`-s` will sort by name, but it would be nice to sort by other attributes like type, inode number, etc. The main difficulty is that at the time we sort,...

enhancement

FreeBSD uses a different, simpler format for coloring files: https://www.freebsd.org/cgi/man.cgi?ls#ENVIRONMENT

enhancement

`clone()` can be much faster than `fork()`. There are some subtleties though: http://ewontfix.com/7/

enhancement

GNU find feature I forgot about, something to do with SELinux.

compatibility