ariasuni
|
ec46fbf392
chore: update to Rust edition 2024
|
1 week ago |
ariasuni
|
fc0ba14922
feat(cli): use Clap instead of manual cli args parsing
|
11 months ago |
Sandro-Alessio Gierens
|
67970d6346
style: fix various clippy warnings for rust 1.86
|
9 months ago |
Christina Sørensen
|
fe82442933
style: update formatting
|
9 months ago |
Christina Sørensen
|
718d0f7898
refactor: clippy lints
|
9 months ago |
ariasuni
|
dc6075474f
fix(hyperlink): escape spaces in file path to make them work correctly
|
10 months ago |
Patrick Sean Klein
|
172590380a
fix: do not print parent filename with --absolute=on
|
1 year ago |
Christina Sørensen
|
cfd745d6f0
refactor: relicense to EUPL-1.2
|
1 year ago |
PThorpe92
|
bbc6b76f1d
fix: remove non_alpha from percent encoding to fix hyprlinks
|
1 year ago |
XhstormR
|
5957488638
fix: convert empty space to %20 when render hyperlinks
|
1 year ago |
Sandro-Alessio Gierens
|
17982a89ab
style(output): fix clippy issue in FileName.paint
|
1 year ago |
Sandro-Alessio Gierens
|
5ff6693b55
feat: rename UiStyles.icon_override to icons and add Style field
|
1 year ago |
Sandro-Alessio Gierens
|
80aa4702ef
feat(output): handle icon overrides in FileName.paint
|
1 year ago |
Sandro-Alessio Gierens
|
ddfddb16fb
feat(output): add icon_override function to FileNameColours trait
|
1 year ago |
Sandro-Alessio Gierens
|
c612262294
refactor(output): simplify icon style setting in FileName.paint
|
2 years ago |
Sandro-Alessio Gierens
|
7790788609
feat(output): adjust FileName.paint to consider possible icon color
|
2 years ago |
Sandro-Alessio Gierens
|
569d7750ec
feat(output): add icon function to FileNameColours trait
|
2 years ago |
MartinFillon
|
8afb5cc285
fix: checking for deref flag in file_name
|
1 year ago |
PThorpe92
|
3338685351
feat: switch out ansiterm crate for nu_ansi_term
|
2 years ago |
Tamino Bauknecht
|
084ed33a35
feat(flags): Add --absolute flag
|
2 years ago |
Terts Diepraam
|
defe8c9f8c
perf: do not pre-compute MountInfo to reduce readlink calls
|
2 years ago |
Terts Diepraam
|
c9527835ae
refactor: use #[default] attribute instead of custom impl for enums
|
2 years ago |
Guillermo Perez
|
367ff558a6
feat(flags)!: add --classify=always,auto,never
|
2 years ago |
Guillaume BOEHM
|
c7878911b7
fix: Offset widths in grid mode with utf8 filenames
|
2 years ago |
PThorpe92
|
45857f0cf0
feat: add icons=always,auto,never. dont display icons in a tty|piped
|
2 years ago |
Chris Gorski
|
d3926e7a1a
fix: adjust change width calculations for hyperlink and classify
|
2 years ago |
sbatial
|
404faa64bf
refactor(file): do not match for numbers and remove single-use fn
|
2 years ago |
PThorpe92
|
1412841cfd
feat: add quotations around filenames with spaces. exa pr#1165
|
2 years ago |
Sandro-Alessio Gierens
|
186cc8e81b
fix: replace rustfmt::skip on expressions because experimental
|
2 years ago |
Sandro-Alessio Gierens
|
f555d42972
refactor: fix rustfmt issues and place skips where needed
|
2 years ago |