Schweber

Results 50 comments of Schweber

I'm now on nushell 0.91. and broot 1.36.0 and the problem remains. These are the lines from the log where the `cd` is called and fails: ``` 08:11:14.642 [INFO] broot::app::app:...

`broot` is not to blame, sorry. I had defined the alias in nushell config like this: ``` def a [] { br -gis } ``` This launched `broot` with the...

Yes, thank you for the explaination. I'll close this issue and make a PR to amend the documentation.

@Canop could you please comment on that? This would be really nice, if it's not too much trouble to integrate it.

Is it possible to pin the latest master of `abscissa` and use this version as a stopgap until a "real" release is made?

Oh sorry, i overlooked this issue. Thank you for your quick response!

Thank you! This is off topic but i'm so glad that i discovered tdrop. I always wanted to be able to hide and show applications with a keyboard shortcut and...

I just saw that you added the autohide feature in the new release, thank you for that. Would it be possible to make the bar unhide when switching workspaces (with...

> That isn't a feature I'd want to add directly into the bar as it's very specific & implementation would vary for every compositor. Hmm, doesn't the bar in the...

Sure, that would work. However, i don't understand the reasoning behind using $SHELL in the first place: With `mimi` being a `bash` script, why not hardcode `bash` or set `bash`...