Change History (3)
comment:1 by , 3 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 3 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 3 months ago
Changes:
- Add option --opt-toggle which turns on the ability to toggle options such as -a, -p, etc. Useful to add to an alias for turning an option off when using said alias. (Christoph Anton Mitterer)
- Add --hyperlink option to print OSC 8 terminal hyperlinks for files. Also adds the --scheme and --authority options to modify the schema and hostname/ authority of the links. (Nicolai Dagestad) OSC 8 Terminal hyperlinks:
https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
- Maybe finally fix JSON error reporting when unable to open a directory and a full tree is required, such as when using --du. (Alchemyst@github)
- Fix small rounding error in human readable size (-h) output, where 9.99K is rounded to 10.0K rather than 10K (Ivan Ivanovich)
- Fix the totals report for sizes when --du option is used. The directory size total was correct, but the final report was an accumulation of all the directory totals rather than just the top most directory total. (Alchemyst@github)
- Add .gitignore file to distribution for those wanting that. (Kenta Arai)
- Add 'none' as a valid --sort option (i.e. -U).
- Add ability to cross compile for Android (freemedom@github)
- List charsets again if --charsets is not given an argument.
- Allow --help and usage to use ANSI bold and italic if colorization is enabled.
- General code cleanups
Note:
See TracTickets
for help on using tickets.
Fixed at 96acde2836dcdfbe70989c3a7a3b771fb517b567.