zwPapEr
16f1b1ce7c
sort: ✨ add version sort
...
fix https://github.com/Peltoche/lsd/issues/394
2020-09-19 15:37:47 +05:30
Abin Simon
08a55f90d3
use last sort flag for sort
...
Previously the order was predefined in the binary based on all the ones
that we had. Now we can use the last sort arg passed as the index to
sort.
2020-09-18 19:49:04 +05:30
Allen Hsu
b6378b0ca1
Add support for extension sort.
2020-09-18 19:30:33 +05:30
Abin Simon
c2cbd575dc
post release updates to changelog
2020-09-12 15:29:16 +05:30
Allen Hsu
85bee8ba86
Use vec of function pointers over sorting closure.
2020-09-12 15:19:12 +05:30
Allen Hsu
ae11a29ae1
Refactor dirlike into FileType.
2020-09-12 15:19:12 +05:30
Allen Hsu
e7b46aa291
Cache sorter on Core.
2020-09-12 15:19:12 +05:30
Allen Hsu
874d07f89d
Create closure to do sorting.
2020-09-12 15:19:12 +05:30
Abin Simon
2603261a4a
Release 0.18.0
2020-08-29 19:13:13 +05:30
Abin Simon
5b52dfcd51
udpate changelog
2020-08-29 18:15:18 +05:30
Abin Simon
5c128780f1
fix long listing for symlinkd dirs
2020-08-29 17:13:35 +05:30
Abin Simon
cffda506f1
show contents for symlink folders( fix #345 )
2020-08-29 17:13:35 +05:30
zwPapEr
87d1520763
🎨 delete install via snap, add badges
...
snap is not more maintained:
https://github.com/Peltoche/lsd/issues/79
https://github.com/Peltoche/lsd/issues/392
2020-08-26 16:29:04 +05:30
Abin Simon
e09bcc2b77
add tests for no symlink on grid
2020-08-21 23:40:44 +05:30
Abin Simon
d9b7a5599d
do not expand sylink in grid display
2020-08-21 23:40:44 +05:30
zwPapEr
faea1c0051
arg: ✨ add support for dereference
2020-08-21 23:27:12 +05:30
Abin Simon
8e1662d5e9
Update bug_report.md
2020-08-16 23:00:07 +05:30
Robert-André Mauchin
3b0518f36a
Bump users to 0.10.*
2020-08-14 12:04:43 +02:00
Abin Simon
3512ca668f
spcial char test only needd for unix
2020-08-08 14:31:32 +05:30
Abin Simon
a7df288df2
add tests for special chars in filename
2020-08-08 14:31:32 +05:30
Abin Simon
5d6392c995
escape special chars in filename
2020-08-08 14:31:32 +05:30
Abin Simon
bef4ad22a6
add test for short size render
2020-08-08 13:17:27 +05:30
Abin Simon
20a6a09695
fix regression causing size short to have space
2020-08-08 13:17:27 +05:30
Jay
549f559305
implement for windows too
2020-08-08 13:02:16 +05:30
Jay
07efe8faa7
change windows struct def
2020-08-08 13:02:16 +05:30
Jay
98d5c844ee
fix travis warnings
2020-08-08 13:02:16 +05:30
Jay
dc548c2d66
update comments
2020-08-08 13:02:16 +05:30
Jay
05c0888979
update symlink test and repeat test for dirs too
2020-08-08 13:02:16 +05:30
Jay
b15258006e
add test for dir symlink
2020-08-08 13:02:16 +05:30
Jay
b923b02e08
fix file version
2020-08-08 13:02:16 +05:30
Jay
5ac0a626d6
bump cargo-tarpaulin
2020-08-08 13:02:16 +05:30
Jay
bcb76a036a
update windows FileType
2020-08-08 13:02:16 +05:30
Jay
f3bbf686dc
upadte comments
2020-08-08 13:02:16 +05:30
Jay
2b384ed1df
refactor symlink check into FileType
2020-08-08 13:02:16 +05:30
Jay
0f8b558493
minor refactor of return value
2020-08-08 13:02:16 +05:30
Jay
3def8d0238
fix icon mistake
2020-08-08 13:02:16 +05:30
Jay
5d608e8493
change yaml icon to indicate data like json and avro
2020-08-08 13:02:16 +05:30
Jay
15736d1c7d
fix symlink test
2020-08-08 13:02:16 +05:30
Jay
673374ecab
change symlink file to match symlink dir (octicons)
2020-08-08 13:02:16 +05:30
Jay
9b1243f2b0
change to actual symlink icon
2020-08-08 13:02:16 +05:30
Jay
52a8ec70f9
unnecessary dots
2020-08-08 13:02:16 +05:30
Jay
618a83383a
sort symlinks appropriatelt with dirs/files
2020-08-08 13:02:16 +05:30
Jay
95c8234e12
implement for windows too
2020-08-08 13:02:16 +05:30
Jay
bb23164d3b
change windows struct def
2020-08-08 13:02:16 +05:30
Jay
736e9b7564
tidy comments
2020-08-08 13:02:16 +05:30
Jay
460b8459ca
fix panic on broken symlinks; display as file
2020-08-08 13:02:16 +05:30
Jay
8b869ba2ce
detect if symlink is_dir and show different icon:
2020-08-08 13:02:16 +05:30
turtlebasket
d8ad5ecec0
Add installation instructions for Windows via Scoop
2020-08-02 19:17:14 +05:30
Pingger Shikkoken
e3ed9fa6df
Added missing "can" to the text.
...
The commit messages are more text, than the actual changes ... And even then I made a typo in the code, that I need to fix with this commit ... Stupid me.
2020-08-02 18:42:06 +05:30
Pingger Shikkoken
313369a00c
Improve help for '--ignore-glob" argument
...
Adds the text ". More than one be specified by repeating the argument" to the help of the "--ignore-glob" argument.
(Should be considered, since I needed to dig into the code to find out how this argument works for multiple ignores)
2020-08-02 18:42:06 +05:30