Dylan Northrup

Results 9 comments of Dylan Northrup

A big issue for me with aliases/functions is they don't work with `watch` (or similar tools). Having a config file or ENV variable that allows me to tune the parameters...

> * If we did add support for a config file, or environment variables, then it might be good to have a flag to disable that functionality, so that scripts...

In case you weren't aware, here are a couple of recent posts from [SteamRE/SteamKit#561](https://github.com/SteamRE/SteamKit/issues/561): * [Matrix Steam bridge](https://github.com/icewind1991/mx-puppet-steam) * [Information about the SteamChatRoomClient protocol/objects/methods](https://github.com/DoctorMcKay/node-steam-user/wiki/SteamChatRoomClient) that may be what's used by...

> The use of less key bindings will prevent future additions. Not providing less/vim keybindings will limit adoption of `ov`. I happened on this page trying to find configs with...

First, thanks for your timely response and for `ov`. Both are much appreciated! Second, Please don't misunderstand. I would never suggest you copy over every `less`/`vim` keybinding. But for the...

Experiencing the same issue. ![image](https://user-images.githubusercontent.com/65966559/235365416-56e0bd90-a5a6-4976-9cd9-f8fb2f4feb6d.png) And here's the script, output, and system/software details: ``` workstation> cat a.sh #!/usr/bin/zsh printf "== Inside subshell\n" a="$(exa --color=always --grid)" printf "%s\n" "$a" printf "%s\n"...

![image](https://github.com/ogham/exa/assets/65966559/45c130dc-a7ee-4bf1-9306-4b4977b5f2f2) Doing compare and contrast of `exa` and `eza` for completeness' sake. Here's the updated script contents. The rest of the data is the same as my previous comment. ```...

> I see that this feature branch was never merged into master. I would respectfully suggest that you do so, and cut a release. A lot of people use watch/viddy...

Any progress on this issue? My security folks give serious side eye for `full_control` but are much more tolerant for `read_write`. Being able to avoid their side eye is a...