Mark Vander Stel

Results 161 comments of Mark Vander Stel

Ah, that is a fair point. Good to note that _usually_ they are lowercase (https://unix.stackexchange.com/a/212972/421569), but not always, and there are multiple that we want to check. So yes, probably...

This is a good idea, and should be quite simple to implement.

Interesting idea. I would find this useful. I would be cautious though about attributing specific codes to specific strings. As many of the linked answers and comments have pointed out,...

This looks nice. I am (usually) not a fan of multi-line prompts, but this one is pretty clean. I probably just like it because it is quite similar to default...

Good idea, I would find this useful. I do not know how to gather this information though. The only way we have currently to count detached sessions is to ask...

> This probably would need the user to indicate the network interface of choice. I'm not a fan of this. I shot down a similar method for battery detection, because...

It's a good idea. Doesn't work on Zsh (probably just needs a small tweak), and needs `HISTTIMEFORMAT="" history` to work everywhere on Bash. Only problem is speed. Calling 7 binaries...

In general looks good, but I think it should be split into 2 PRs, one for the dev env changes, and one for adding CMake. Or at least two commits.

[Release Candidate v2.0.0-rc.1](https://github.com/nojhan/liquidprompt/releases/tag/v2.0.0-rc.1) is now out, which means that the rework is complete. This has merge conflicts that need to be fixed. Part of v2.0 was to support multiple path...

I came up with an implementation for Linux. It doesn't use any forks or calls, and only loads one file, `/proc/meminfo`. ```bash mempresure() { # return: percentage of memory free...