Justin Su
Justin Su
I use smart-case search in my IDE and throughout my terminal (e.g. fzf and ripgrep). The case-sensitivity helps to efficiently search through Git commits, without more complicated options like regex.
This is something that I miss from less every time I use the `/` search.
fish recently implemented https://github.com/fish-shell/fish-shell/issues/11580, which looks like it's shipping in fish 4.3. See https://github.com/oati/fish-shell/blob/190d367bc4fcb6a8a473d0812fe39b60db6b88d1/share/themes/default.theme for an example of how the theme files now contain both dark and light variants. Catppuccin...
I believe the `order/v8/inactive` endpoint disappeared recently and it now HTTP 404s.
Long options seem to be treated differently if there is a `=` between the option and its value: ```fish function foo --description 'test' end function foo --description='test' end ```
A comment at the start of a line is not detected if it follows a line ending with a backslash. ```fish echo foo \ # A wild comment appeared! bar...
For the URL https://www.google.com/search?q=%3Cinput%3E:
When building a custom version of the agent, I ran into a `NameError` because `requests` wasn't imported.
Fixes https://github.com/catppuccin/btop/issues/20