anthroid

Results 9 comments of anthroid

Just tested a little further. I suspected this is was because `as-tree` was getting cut off while writing to `stdout`, so I tested a few short cases: `ls ~ |...

Similar to how `exa` handles it as well: https://github.com/ogham/exa/blob/13b91cced4cab012413b25c9d3e30c63548639d0/src/main.rs#L75-L78 ```rust Err(e) if e.kind() == ErrorKind::BrokenPipe => { warn!("Broken pipe error: {}", e); exit(exits::SUCCESS); } ```

@andmarti1424 Yes, the binary, e.g. `/usr/bin/printf` when run in bash, as compared to the output when calling `printf()` in C.

If this is request is to provide a setting to disable the "smooth scrolling" animation that occurs when lines are output from the terminal, I agree that a setting to...

Maybe a 3-way option? ```ini Escape double-quoted output fields: Never|Always|Automatically ``` I can see how the '(list of columns)' part would be nice, but it might be cumbersome to have...

That sounds awesome and would certainly be a flexible way to control this behavior!

> What does this do for execution times? Nothing. Right now it doesn't return _any_ packages on Apple Silicon because the path glob is hard-coded to `/usr/local/Cellar/*`. By default, Homebrew...

Also, one other thing - The exact same command is run a few lines above this under Linux.

Could this be resolved by just hiding the main window or minimizing it to the tray when clicking the [X]? Maybe a setting to "Minimize main window to system tray",...