Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from ogham:master #1

Open
wants to merge 497 commits into
base: master
Choose a base branch
from
Open

[pull] master from ogham:master #1

wants to merge 497 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 10, 2019

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Oct 10, 2019
@pull pull bot added the merge-conflict Resolve conflicts manually label Feb 19, 2020
ogham and others added 27 commits October 24, 2020 19:51
The flags --git and --git-ignore are caught early during options parsing, so no more checking for git feature is done elsewhere.

Since --git-ignore depends on git too since recently, remove it from help when git feature is disabled.

Extended attributes now don’t artificially depends on git feature being enabled.
This is only visible when selecting both icon and file name, as most terminal emulators then invert background and foreground color.

It also workaround a Konsole bug: https://bugs.kde.org/show_bug.cgi?id=422776
The number of necessary columns was computed by producing a grid in different sizes and see if all columns were used. However, if there was two files and we tried to fit them in a 3-column grid, it would produces three headers and all three columns would be used; when trying a 4-column grid, the two supplementary headers would fill the third column and the fourth would be empty; so 3 columns would be used.

Now, when the grid fits into the terminal and the number of columns is exactly the number of files to display, it returns immediately instead of trying bigger grids.

Fixes GH-436.
* Add Alpine Linux into Installation in Readme

Co-authored-by: Mélanie Chauvel <perso@hack-libre.org>
Co-authored-by: Mélanie Chauvel <perso@hack-libre.org>
This option is only avaialable in -l.
There's test for rendering, but no test for option parsing.
(I don't understand that section of code.)
Tyrubias and others added 25 commits February 24, 2023 18:29
Upgrade both Rust version and edition (and fix some lints)
Jupyter notebooks are often in the same folder as plain Python files. Having a different icon would be useful. Since there is no Jupyter Notebook icon in Nerd fonts, I chose an icon of a notebook.
- looks like a copy&paste error of -g/--group
fix fish completion for -i/--inode option
Moving actions to dtolnay's version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Projects
None yet