markus-bauer

Results 12 issues of markus-bauer

#### Runtime Environment ranger version: ranger-master v1.9.3-428-g0b77fb8a Python version: 3.9.7 (default, Sep 10 2021, 14:59:43) [GCC 11.2.0] Locale: de_DE.UTF-8 #### Issue I think the backwards search of scout (or at...

bug

#### Current Behavior Pressing the Tab key on a `scout` command followed by some input cycles through the matching results. But it does nothing when there's no input. This can...

enhancement

#### Runtime Environment ranger version: ranger-master v1.9.3-492-g391f061c #### Current Behavior When using flat, the vcs backend doesn't show the status of files correctly. ![2022-05-15_12-04](https://user-images.githubusercontent.com/23356070/168471925-a5db670c-1361-4948-bc40-99534af0127e.png) `container/directory.py` is not correct. #### Steps...

I think I discovered a bug in multipane. It looks like rebuild does not remove and destroy all children. https://github.com/ranger/ranger/blob/391f061cb0b0cfa8266c0651f2a6d948f22e01dd/ranger/gui/widgets/view_multipane.py#L42-L56 Here's a simple way to test it without a debugger:...

### Problem This issue came out of https://github.com/crossterm-rs/crossterm/issues/635. Let's say you're reading events using poll and are only interested in mouse clicks. At the moment any mouse movement will send...

## Background I was using Print to display the characters of a string one by one, instead of printing the entire string at once. This made me realize that using...

From what I understand, rfile tries to determine the mime type from the file extensions using python's mimetypes library. If that method fails, rifle uses the external "file" program, which...

enhancement

It looks like it's currently not possible to output the standard 3/4 bit colors with crossterm. I just assumed that crossterm's named colors map to those colors, but they actually...

I'm going to refer to `file` (https://www.darwinsys.com/file/) as a reference. See also: https://en.wikipedia.org/wiki/File_(command)#Specification I'm using infer like this: ```rust infer::get_from_path(path_to_a_file); ``` ## Issues 1) Directories produce an error, whereas `file`...

Can you please derive Debug for public structs like SkimMatcher, SkimMatcherV2, and related structs. Thanks.