Ayooluwa Isaiah
Ayooluwa Isaiah
@f0sh This is the correct behaviour. F2 interprets `102`, `103`, `44. Guide`, and `45. Guide` as the filenames (`{f}`). Everything after the last dot in the name is interpreted as...
This is a bug. I will reproduce and fix it accordingly, thanks!
@seb26 Absolutely, this makes sense and will be easy to add. I'll do my best to get to it soon :)
@seb26 You can already specify one or more working directories after all options: ``` f2 FLAGS [OPTIONS] [PATHS TO FILES AND DIRECTORIES...] ``` In your case, this will be: ```...
@Pound-Hash Thanks, I'll look into it
@Pound-Hash Please use the new `--exclude-dir` option (see latest nightly release)
I wonder how it compares to this: https://github.com/maruel/natural
@mohamedmehdigara Did you install it yet? https://github.com/cosmtrek/air
What is the output of: ``` go env | grep "GOBIN" ```