Christina Sørensen
b51098d344
Merge branch 'main' into pr-1164
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-29 13:15:16 +02:00
Christina Sørensen
f0a153f4ca
fix: use stderr on no timezone info
...
(exa PR) 981: Don't show an error on stdout when there is no timezone info
2023-07-29 12:49:48 +02:00
Christina Sørensen
0f9b3bf71a
fix: use eprintln instead
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-29 12:47:56 +02:00
Christina Sørensen
24f74a1c8f
fix: typo
...
(exa PR) 1099: fix some typos
2023-07-29 12:45:27 +02:00
Christina Sørensen
e8eb52a993
Merge branch 'main' into pr-855
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-29 11:47:59 +02:00
Christina Sørensen
03ef6a5b86
Merge branch 'main' into pr-797
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-29 11:29:13 +02:00
Christian Göttsche
afeac47c13
Add option to show security attribute and improve extended support
...
Add a command line option -Z/--context to show the security context of
objects, similar to ls(1).
Show the actual extended attribute values on -@/--extended, instead of
just their length.
In case of a symbolic link, show the extended attributes of the symbolic
link itself, not the target. This matches the behavior of ls(1) and is
more intuitive.
Closes : #254
2023-03-27 21:29:00 +02:00
Christian Göttsche
05a19a7303
Silence unused function on non Windows platforms
2023-03-01 20:46:28 +01:00
Victor Song
8d03922e3b
Addressed PR comments
2023-02-24 18:45:27 -05:00
Victor Song
eba3646b83
Grab bag of miscellaneous fixes
2023-02-24 18:29:37 -05:00
Victor Song
72b2119a34
Simplify boolean assertions in tests
2023-02-24 18:29:37 -05:00
Victor Song
bbea87db91
Avoid redundant closures when calling methods
2023-02-24 18:29:37 -05:00
Victor Song
1dc14eaff1
Avoid manually implementing repeat() with iterators
2023-02-24 18:29:37 -05:00
Victor Song
d24ca084a3
Use single char pattern for better performance
2023-02-24 18:29:37 -05:00
Victor Song
433a9a52d3
Use mutable slice instead of creating new Vec in filters
2023-02-24 18:29:37 -05:00
Victor Song
7c1878f0e4
Fix borrowing code smells
2023-02-24 18:29:37 -05:00
Victor Song
1f409793ae
Use pointer::cast instead of as pointer casts
2023-02-24 18:29:37 -05:00
Victor Song
19601267cf
Convert from bool to u8 using From trait
2023-02-24 18:29:37 -05:00
Victor Song
7595289698
Use unsigned_abs instead of casting from i64 to u64
2023-02-24 18:29:37 -05:00
Victor Song
2917062466
Nest OR patterns in match arms
2023-02-24 18:29:37 -05:00
Victor Song
1b844a8dfa
Change pub_enum_variant_names lint to enum_variant_names
2023-02-24 18:29:37 -05:00
Victor Song
cd715a6e00
Safely derive Eq whenever we derive PartialEq
2023-02-24 18:29:37 -05:00
Tanguy Kervran
4064ceb573
Add -o shorcut to --octal-permissions
2023-02-23 23:57:54 +01:00
Mélanie Chauvel
f3ca1fe6f7
Merge pull request #820 from skyline75489/chesterliu/dev/win-support
...
Initial support for Windows
2023-02-20 14:19:47 +01:00
alpn
ff0dd7fa82
Fix interface for #[cfg(not(feature = "git"))] mode
2022-10-09 16:23:43 -05:00
alpn
77035605ce
Add dedicated flags for displaying sub-directory git repo info, -—git-repos and -—git-repos-no-status
...
The latter skips git status lookup and thereby faster
2022-10-09 15:50:12 -05:00
alpn
33cef20c3e
Merge branch 'ogham:master' into master
2022-10-08 14:55:32 -05:00
cui fliter
bb0275ddff
fix some typos
...
Signed-off-by: cui fliter <imcusg@gmail.com>
2022-08-01 20:30:20 +08:00
Mélanie Chauvel
e385cd58da
Merge pull request #1088 from cab-1729/master
...
Added icon for img files
2022-07-18 18:25:02 +02:00
cab-1729
45b6413fd0
Added icon for img files
2022-07-17 16:22:20 +05:30
TygrisIQ
577ac91513
Merge branch 'ogham:master' into master
2022-07-17 09:40:16 +03:00
TygrisIQ
d40b7b1ff4
updated unix.stackexchange link from http to https
2022-07-17 09:39:30 +03:00
TygrisIQ
21758c81ea
Update fields.rs
...
changed unix.stackexchange.com from http to https
2022-07-17 09:35:14 +03:00
TygrisIQ
584b53bb17
updated links with markdown highlighting
2022-07-07 16:00:37 +03:00
TygrisIQ
a4b23055a8
updated links with markdown highlighting
2022-07-07 15:59:21 +03:00
TygrisIQ
863d96150d
updated the link with markdown link syntax
...
updated the link in the comment so it helps with generated docs
2022-07-07 15:18:04 +03:00
cab-1729
a65c52d821
Add files via upload
2022-06-26 21:40:00 +05:30
cab-1729
954462634a
Added icons for .pm similar to .pl
2022-06-17 16:44:39 +05:30
Mélanie Chauvel
8ad8b33573
Fix build on aarch64 and armv7
2022-05-08 03:19:09 +02:00
Chester Liu
6fb3740f24
Update src/fs/file.rs
2022-05-06 13:30:35 +08:00
Chester Liu
53cb75cf2b
Fix build on Windows
2022-05-06 13:29:10 +08:00
Chester Liu
d6732aea10
Merge branch 'master' into chesterliu/dev/win-support
2022-05-06 13:22:24 +08:00
Ryooooooga
6197006d5f
add Go module icons
2022-04-23 10:18:42 +09:00
Mélanie Chauvel
fc6a6d0b38
Merge pull request #1045 from sorairolake/format/cpio
...
Add cpio filetype
2022-03-22 15:17:15 +01:00
alpn
2f1f30e986
Merge branch 'ogham:master' into master
2022-03-21 08:35:25 -05:00
Shun Sakai
bced9841f4
Add JPEG 2000 filetype
2022-03-20 12:36:54 +09:00
Shun Sakai
f5bbfa7871
Add cpio filetype
2022-03-18 16:51:06 +09:00
Mélanie Chauvel
0659c36897
Merge pull request #1008 from jvaverka/patch-1
...
Update icons.rs
2022-03-17 19:36:25 +01:00
Mélanie Chauvel
a58a3313ea
Merge pull request #1013 from ricpelo/fix-icons
...
Uses same icon for lib, xml & xul files (fix #891 )
2022-03-17 19:29:14 +01:00
Philippe Eberli
fe64690063
Change icon for gradle files to Java ( #1017 )
...
* Change icon for gradle files to Java
Gradle files are for the whole Java ecosystem. Not just Android.
* Change the icon for jar & java to
Other java related files (class, jad, war) already use this.
2022-03-17 18:05:37 +01:00