Revisions of eza

Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 26)
- Update to 0.15.3:
  Bug Fixes:
  * Changed quote in --almost-all completion
  * Reformat help.rs
  * Allow unused macro rule arms
  Documentation:
  * Improve CONTRIBUTING.md, README.md
  * Improve README.md
  * Introduce INSTALL.md
  Features:
  * Create EZA_ICONS_AUTO environment variable
  * Create EZA_ICONS_AUTO environment variable
  * Demo gif and gif generation recipe
  * Add ocaml icon filetypes
  * Add PRQL
  * Add --color-scale
buildservice-autocommit accepted request 1122243 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 25)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 24)
- Update to 0.15.2:
  * Correct width when --no-quotes is used
  * Clippy lint and add option to grid-details
  * --smart-group only worked for current user
  * Add Typst to the recognized files
buildservice-autocommit accepted request 1120605 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 23)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 22)
- Update to 0.15.1:
  * Fmt, windows, and nix fixes
  * Reverted autofmt changes
  * Don’t display target’s size if we’re not dereferencing
  * Updated match indents
  * Changed flag name
  * Only store top-level recursive dir size
  * Changed windows methods
  * Underscored unused windows variables
  * Added device for filesystem to hashmap
  * Display offset for filenames with spaces
  * Fix clippy warnings
  * Fix doc-tests on RecursiveSize
  * Fix dead_code warnings on Windows
  * Added flag to readme
  * Added flag to man
  * Fix doc-tests formatting and address other documentation review requests
  * Added recursive directory parser
  * Added flag to completions
  * Add a new filetype for source code files
  * Add a new icons for source code files and other files
  * Support for displaying blocksize on directories
- Drop fix-offset-for-filenames-with-spaces.patch
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 1120389 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 21)
- Add fix-offset-for-filenames-with-spaces.patch. Fixes ugly offset
buildservice-autocommit accepted request 1118996 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 20)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 19)
- Update to 0.15.0:
  * Reenable debug symbols in debug builds
  * Clippy lint
  * Merge conflict with main
  * Correct color option spellings
  * Add option --smart-group
  * Add completions, man for --smart-group
  * Add icons=always,auto,never. dont display icons in a tty|piped
  * Fix auto value for colors and icons + documentation
  * [breaking] Remove --no-icons in favor of --icons=always,auto,never
    default is auto
buildservice-autocommit accepted request 1117588 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 18)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 17)
- Update to 0.14.2:
  * Comment out redundant static musl build
  * Refactor sed command to build manpages
  * Update additional completions for help, almost-all, dereference
  * Fix zsh completions
  * Add missing options to man page and CLI --help info
  * Add missing nu shell completions
  * Adding the EZA_OVERRIDE_GIT env var
buildservice-autocommit accepted request 1116297 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 16)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 15)
- Update to 0.14.1:
  * Replace left-over exa in fish completion
  * Diabling static linked binaries due to segfault
  * Make os error 13 fail loud
  * Adjust change width calculations for hyperlink and classify
  * Root group not painted as expected when eza used by root
  * Add basic nushell completion file
buildservice-autocommit accepted request 1114898 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 14)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 1114841 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 13)
- Update to 0.14.0:
  * BREAKING CHANGES:
    + "un" does no longer set color for root user use "uR" instead
    + "gn" does no longer set color for root group use "gR" instead
    + This is a change in behaviour from before, and so we
      have marked it as breaking. In practice, it probably won't break
      anything except if you're doing something really weird.
  * We now have --time-style, for date like time formatting
  * Add quotations around filenames with spaces. exa pr#1165
  * Added statically linked binaries
  * Add header to colors-explanation page
  * Some new icons
buildservice-autocommit accepted request 1113490 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 12)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 11)
- Update to 0.13.1:
  Bug Fixes:
  * Typo this -> that
  * Error for missed semicolon
  * More than 3 bools in a struct
  * Major and minor device on MacOS
  * Linux uses u32 for major/minor device numbers
  * Respect spec on Windows and make it for with Konsole
  * Don’t show color when color is disabled
  * Enable rustfmt by removing .rustfmt.toml which disables it
  * Replace rustfmt::skip on expressions because experimental
  * Remove unnecessary rustfmt::skip's in windows code
  * Add src/options/flags.rs to rustfmt.excludes
  * Left-over merge conflict in src/output/table
  Documentation:
  * Update README.md
  * Update --mounts option to include MacOS
  * Documenting --only-files
  Features:
  * Listing files only using '--only-files' flag
    Add EXA_COLOR bindings for un-themed items
  * Add EZA_ environment variables with fallback to EXA_
  * Add rustfmt check to unit-tests workflow
  Miscellaneous Tasks:
  * Add completion for --only-fies (zsh,fish)
buildservice-autocommit accepted request 1112066 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 10)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 9)
- Update to 0.13.0:
  Features:
  * Add completion files in deb packaging script
  * Adds filtering for Windows hidden files
  * Support --mount option on Mac
  * Lazy loading of a files extended attributes and absolute path
  Bug Fixes:
  * Crate can't contain broken symlink
  * Remove executable flag from fish completion file
  * Use proc_mounts only on linux
  * Hotfix harmful documentation
  * Fix hyperlinks on Windows
  * Nix flake check also builds the package
  * [breaking] Change number_huge and unit_huge to match the man page short codes
buildservice-autocommit accepted request 1111515 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 8)
baserev update by copy to link target
Displaying revisions 61 - 80 of 86
openSUSE Build Service is sponsored by