Andy Kluger

Results 140 issues of Andy Kluger

Description ----------- A plugin/repo's submodules are not always needed for regular use, and in those cases, refraining from cloning them can save the user some space and bandwidth. A new...

**Describe the bug** If a user follows the installation instructions, but has neither `findutils` nor `busybox` (which each provide `xargs`), installation hangs at an infinite loop. **To Reproduce** ```console $...

This works: ```console $ silicon -o debug.png -l sh --theme Coldark-Dark

Fixes #199 (Adds Solidity syntax support) The `sync_from_bat.py` script now pins the bat version used, and that version was installed on the host running the script, for the bat cache...

```console $ yapf --version yapf 0.30.0 $ cat .style.yapf ``` ```ini [style] each_dict_entry_on_separate_line=True force_multiline_dict=True split_all_top_level_comma_separated_values=True ``` ```console $ cat test.py ``` ```py COLOR_GROUPS = { 'Meta-switches': magenta, 'Switches': yellow, 'Subcommands':...

Related to #2 -- here's some trouble I have with the ordering of events: - I have autoenv files which run functions defined in my `~/.zshrc` - I am in...

Every time I use the regex search, I want to do it case-insensitively. So I type `/term/i`. This works, of course, but it means I don't benefit from accurate live-filtering...

enhancement

I'm creating an issue for this question, as requested at https://github.com/Canop/broot/issues/152#issuecomment-1185176610. --- I have a general/common broot config file (`conf.hjson`), and then some smaller configs that I'd like to apply...

bug

While the terminal app I use supports the kitty image protocol, I am *always* in tmux, which decidedly will never support it. ~There is however a fork of tmux for...

enhancement

**Did a discussion occur before?** [A bit.](https://miaou.dystroy.org/3490?broot#15075667) **Is your feature request related to a problem? Please describe.** Sometimes I enter a directory that I wish to deeply search, and it...