Commit graph

525 commits

Author SHA1 Message Date
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
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
nabakolu
ff08f444fe Added spaces instead of tabs 2020-06-03 10:36:25 +05:30
nabakolu
0f11c0e3fc added music icon for opus filetype 2020-06-03 10:36:25 +05:30
dvvvvvv
1474d6daa4 use as_deref instead as_ref().map(||...) 2020-05-31 16:46:54 +05:30
dvvvvvv
8e709f0ad9 Revert "use as_derf() instead of .map(~as_str())"
This function has been available since Rust 1.40.
2020-05-31 16:46:54 +05:30
dvvvvvv
366f0c3084 use as_derf() instead of .map(~as_str()) 2020-05-31 16:46:54 +05:30
dvvvvvv
9315eec59c cargo fmt 2020-05-31 16:46:54 +05:30
dvvvvvv
ace04d6b39 use name as file name when file name None 2020-05-31 16:46:54 +05:30
dvvvvvv
f39162dba9 revoke current path name 2020-05-31 16:46:54 +05:30
dvvvvvv
42e092b04a make not using canonical path when make parent path 2020-05-31 16:46:54 +05:30
dvvvvvv
a74f0be1c7 remove unused imports 2020-05-31 16:46:54 +05:30
dvvvvvv
7e773d9f5c cargo fmt 2020-05-31 16:46:54 +05:30
dvvvvvv
70aea2947b remove canonicalize in relative_name function and add None Display Option 2020-05-31 16:46:54 +05:30
dvvvvvv
00e4f04eec add path import to windows utility 2020-05-31 16:46:54 +05:30
dvvvvvv
e01238c09d change parameter of windows file permission utility function 2020-05-31 16:46:54 +05:30
dvvvvvv
218a867570 print . when path is same with base path 2020-05-31 16:46:54 +05:30
dvvvvvv
c404020e17 replace icon concat with format 2020-05-31 16:46:54 +05:30
dvvvvvv
08133b4ebb remove redundent edits 2020-05-31 16:46:54 +05:30
dvvvvvv
3141278c65 add relative path function 2020-05-31 16:46:54 +05:30
dvvvvvv
746a929ebf remove current/parent display option 2020-05-31 16:46:54 +05:30
dvvvvvv
708a6f5dc1 create display option of name 2020-05-31 16:46:54 +05:30
dvvvvvv
79adfff370 remove name property from Name struct 2020-05-31 16:46:54 +05:30
Jay
2107785d14 add wmv/wma icons and some playlist icons 2020-05-31 14:46:08 +05:30
dvvvvvv
517c6b6e72 remove closure 2020-05-31 14:08:19 +05:30
Hugo Osvaldo Barrera
fb931b5c9e One lock icon to rule them all 2020-05-03 12:16:34 +02:00
Hugo Osvaldo Barrera
0784b6bda1 Fix the icon for "ini"
ini files are config files (they're a standard in the Python world,
though definitely not exclusive to it).

For some reason, the previous mapping was a Windows logo, though,
ironically, much of the tooling that uses this file format is
*nix-specific.

Using a more generic icon for this.
2020-05-03 12:16:34 +02:00
Hugo Osvaldo Barrera
57b971515b Add a specific icons for poetry.lock
This file is a lockfile for poetry, a python dependency manager. It's
kinda like what cargo is to rust, but for python.
2020-05-03 12:16:34 +02:00
Andrew Chin
47d21ba4af Remove unneeded import to make clippy happy 2020-04-29 09:25:18 +05:30
zwPapEr
04129e8624 *: 🎨 add newline to each print error 2020-04-07 12:25:11 +05:30
zwPapEr
a017a3d054 fix err description deprecated 2020-04-07 12:25:11 +05:30
zwPapEr
645be4a668 delete fs canonicalize for show broken softlink without error
fix https://github.com/Peltoche/lsd/issues/72
2020-04-07 12:25:11 +05:30
jpda
ad25edcd7e added csharp, sln and razor icons 2020-01-22 19:18:06 +05:30
zwPapEr
d30f375078 revert the match to if else for blocks 2020-01-11 14:17:44 +05:30
zwPapEr
4e50ea2b55 inode: 🎨 update the inode help msg 2020-01-11 14:17:44 +05:30
zwPapEr
7ca7290e23 args/inode: 🔨 inode work with long 2020-01-11 14:17:44 +05:30
zwPapEr
11d10caf0f args: add inode(i) args for showing inode,name 2020-01-11 14:17:44 +05:30
zwPapEr
1af45a10e8 inode: 🎨 use option for inode, and two color for valid or not 2020-01-11 14:17:44 +05:30
zwPapEr
d9b68ccd10 test: 🔨 fix test after delete default, add inode windows test 2020-01-11 14:17:44 +05:30
zwPapEr
37a97353a1 inode: 🔨 using - for not supported windows inode 2020-01-11 14:17:44 +05:30
zwPapEr
da2e2081e3 test: 🎨 fix clippy style and tests, add an inode test
inode: 🔨 only get inode on unix, return 0 for windows
2020-01-11 14:17:44 +05:30
zwPapEr
0ebb39d60c impl showing inode by setting blocks
working on https://github.com/Peltoche/lsd/issues/276
2020-01-11 14:17:44 +05:30
Pierre Peltier
87e87d87cd Do not panic if the pipes a closed before all the output is written 2020-01-07 16:40:58 +01:00
dvvvvvv
f1fed05413 squeeze if-branches in date validation method 2019-12-16 16:41:50 +05:30
dvvvvvv
58d44a6450 change string literal into char literal 2019-12-16 16:41:50 +05:30
dvvvvvv
e6ee773277 add date validation message 2019-12-16 16:41:50 +05:30
dvvvvvv
50cf660567 change test parse to validation function 2019-12-16 16:41:50 +05:30
dvvvvvv
698bc2ef3b add date formatting validation 2019-12-16 16:41:50 +05:30
dvvvvvv
c4c9ee01f4 add date formatting feature 2019-12-16 16:41:50 +05:30
Pierre Peltier
200c5d2c68 Fix the spacing rules between the grid and online layout 2019-12-06 11:35:03 +05:30
Pierre Peltier
f344f42bfe Fix the tests and avoid a regression 2019-12-06 11:35:03 +05:30
Pierre Peltier
80ab697fb9 Fix the spacing, following the @meain recomandations 2019-12-06 11:35:03 +05:30
Pierre Peltier
d031c4b192 Revert the two space separator 2019-12-06 11:35:03 +05:30
Pierre Peltier
75f413ae8a Fix the tests about the name format 2019-12-06 11:35:03 +05:30
Pierre Peltier
53ad81f006 Fix the name and icon spacing 2019-12-06 11:35:03 +05:30
Pierre Peltier
7c0bdb6b6a Fix the display tree with the -l flag 2019-12-06 11:35:03 +05:30
Pierre Peltier
e4342f86d1 Remove the SizeUnit padding calculation
This padding calculation is not more required because the right padding
is handled by the term_grid package.

I hope be able to remove the left padding once I had push some changes
into the term_grid package.
2019-12-06 11:35:03 +05:30
Pierre Peltier
7ead8aec4e Remove the --prefix-indent flag
This flag is not more possible with the term_grid layout tool
2019-12-06 11:35:03 +05:30
Pierre Peltier
27f8fd3c6f Run clippy 2019-12-06 11:35:03 +05:30
Pierre Peltier
c7236ea04b Remove the "name-with-symlink" flag 2019-12-06 11:35:03 +05:30
Pierre Peltier
524ce6ba71 Fix the tests 2019-12-06 11:35:03 +05:30
Pierre Peltier
6064fc3b65 Handle the no-symlink flag 2019-12-06 11:35:03 +05:30
Pierre Peltier
41fd5a5b2a Use the term_grid package for the output of tree 2019-12-06 11:35:03 +05:30
Pierre Peltier
6ca2bd948d Merge the display functions 2019-12-06 11:35:03 +05:30
Pierre Peltier
f6c3e68463 Remove some unused stuff 2019-12-06 11:35:03 +05:30
Pierre Peltier
5b51b6cb94 Use the term_grid for the one line layout 2019-12-06 11:35:03 +05:30
Pierre Peltier
03adf997cc Remove the short/long output and use only the blocks 2019-12-06 11:35:03 +05:30
Pierre Peltier
2ee9f8b46a Fix the size tests 2019-12-06 11:35:03 +05:30
Pierre Peltier
8b8c776eaa Remove the not more used PadingRules struct 2019-12-06 11:35:03 +05:30
Pierre Peltier
8d9bcc3910 Avoid the meta vector copy 2019-12-06 11:35:03 +05:30
Pierre Peltier
61e2e88d8e Handle the block padding in a generic way 2019-12-06 11:35:03 +05:30
Pierre Peltier
f3481ceef6 Split the rendering of size parts 2019-12-06 11:35:03 +05:30
Pierre Peltier
3eaf763745 Split the size value and the size unit
This will allow to handle all the block in a generic way
2019-12-06 11:35:03 +05:30
abazylewicz
76aa327bb7 Depth args parsing compatible with Rust 1.31 2019-12-05 11:43:01 +05:30
abazylewicz
939e9008bb Allow usage of multiple 'depth' arguments 2019-12-05 11:43:01 +05:30
Roy Ivy III
3b5f1c0903 refactor ~ fix cargo clippy complaints 2019-12-04 11:09:11 +01:00
Roy Ivy III
a3b162202a refactor/polish ~ fix cargo fmt complaints 2019-12-04 11:09:11 +01:00
Cedric Staniewski
9c3db9b838 Display correct permissions for files with setuid or setgid attributes 2019-11-14 15:13:42 +01:00
optikfluffel
c4d5f5ea0b add Elm Icon for .elm files 2019-11-01 15:25:10 +05:30
JiNova
225b642b13 added elixir icon (ex, exs files) 2019-10-28 14:10:36 +05:30
Sumit Sahrawat
c0fc2380d9 Clarify help message string 2019-10-23 10:46:03 +02:00
Sumit Sahrawat
990eb6146d Resolve PR comments 2019-10-23 10:46:03 +02:00
Sumit Sahrawat
b5e13f25c7 Match ignore-glob(s) against name instead of path 2019-10-23 10:46:03 +02:00
Sumit Sahrawat
148c78d418 Fix #275: Implement -I/--ignore-glob 2019-10-23 10:46:03 +02:00
Seth Junot
58a503505d Selected icons for special Unix file types 2019-09-03 20:56:01 +05:30
Abin Simon
510f91e801 let lscolors apply default colors if LS_COLORS not defined 2019-09-03 16:35:14 +02:00
Aaron Lichtman
9086628855 Remove TODO 2019-09-02 15:04:03 +02:00
Aaron Lichtman
b19e54e3ab Change flag to --prefix-indent 2019-09-02 15:04:03 +02:00
Aaron Lichtman
66eb8532c2 Add indent flag.
Fix #22. For some reason this breaks file icon rendering?
2019-09-02 15:04:03 +02:00
Abin Simon
ffcadc1332 fix regression for flag -a from #245 2019-07-31 16:18:35 +02:00
Sen Jiang
939aba8c61 Add .gitattributes and .gitmodules 2019-07-31 15:12:37 +05:30
Peltoche
a1876912a7 Remove a regression buf removing the icons when the tty is available
This bug was add with dd10a6e543
2019-07-25 15:00:57 +02:00
thammin
af2fc02a79 Should get meta by using given path.
This prevent symlinks to be resolved.
2019-07-22 11:00:09 +02:00
Philipp Mildenberger
d8ea949690 changed the constructors in the tests for Size to the 'new' method 2019-07-17 10:27:59 +00:00
Philipp Mildenberger
744efce1b8 added a total-size flag, that calculates the total size of directories recursively 2019-07-17 10:27:59 +00:00
Philipp Mildenberger
3facd44840 refactored 'Size' to only contain bytes. The unit is calculated only when needed. Added a new --size option 'bytes' to display the filesize in bytes (without unit) this is the default of ls 2019-07-17 10:27:59 +00:00
Sag0Sag0
cb1de67261 Fix platforms specific stuff 2019-06-21 16:33:59 +02:00
Sag0Sag0
79ebe268f2 Fix typo 2019-06-21 16:33:59 +02:00
Sag0Sag0
dd10a6e543 Fixed to not include icons when running on tty 2019-06-21 16:33:59 +02:00
thammin
ca81a3e4b8 Take into account the DirOrderFlag when doing size sorting 2019-06-21 11:25:13 +05:30
Abin Simon
f1275b0e60 fix all spacing issues 2019-06-18 14:44:39 +02:00
thammin
7177c187da should return 0 length when not showing indicator 2019-06-18 14:25:06 +05:30
thammin
c3a9f9c62e fix name padding to include indicator's length 2019-06-18 14:25:06 +05:30
Igor Gnatenko
dfdf8a19b4 chore: Switch from tempdir to tempfile
Former is deprecated.

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2019-06-10 16:31:12 +02:00
Abin Simon
e74b416bca remove last space from result vec 2019-06-09 13:02:05 +02:00
Abin Simon
2642544210 fix display for --tree with --long 2019-06-09 13:02:05 +02:00
Abin Simon
119ddb3aa4 fix padding of name and symlink
Will fix the issue where even the padding would have the background
color.
2019-06-09 13:02:05 +02:00
Abin Simon
e145697b4e add --no-symlink option 2019-06-09 13:02:05 +02:00
Abin Simon
4767ef8c11 fix tests 2019-06-09 13:02:05 +02:00
Abin Simon
bc05fa5f3a cleanup old code 2019-06-09 13:02:05 +02:00
Abin Simon
cf9d0794da invert name and namewithsymlink 2019-06-09 13:02:05 +02:00
Abin Simon
517445d768 fix dispaly with symlink 2019-06-09 13:02:05 +02:00
Abin Simon
8cbdde30e1 do not keep filetype as a seperate option 2019-06-09 13:02:05 +02:00
Abin Simon
61b8f5d7fd have most of it working 2019-06-09 13:02:05 +02:00
Abin Simon
86d4fb8215 fix name spacing 2019-06-09 13:02:05 +02:00
Abin Simon
1e6b2c6e67 fix tests for flags as ref 2019-06-09 13:02:05 +02:00
Abin Simon
dd5e8733f2 enable only certain blocks using --blocks 2019-06-09 13:02:05 +02:00
Thomas Magalhaes
3cb41aff69 core: code-cleanup: cleaner handling of tree layout boolean 2019-05-29 13:54:30 +05:30
Thomas Magalhaes
a4f6b4bc18 flags: allow to mix --long and --tree
Refs: #185
Closes: #204
2019-05-29 13:54:30 +05:30
Gavin Panella
edfee423a3 Fix listing of user-given arguments. 2019-05-24 17:58:09 +02:00
Glen Holcomb
89b3ca552f Fixes Cargo.lock icon 2019-05-24 11:44:13 +02:00
Helmut Januschka
265a18bb21 * add --sizesort/-S and sort by filesize
* modify display/fetch to also show folder size (they have sizes)
2019-05-21 14:40:16 +02:00
Roy Ivy III
32e0444b6f add portable command line wildcard support 2019-05-21 13:24:06 +02:00
Roy Ivy III
3a2a19fcb6 fix ANSI color for Windows 10 2019-05-21 13:24:06 +02:00
Gavin Panella
016e1a0e0d Don't call read_dir() twice on the same path. 2019-05-21 12:08:10 +02:00
Gavin Panella
75648b79b0 Change Meta::from_path_recursive into recurse_into(&self). 2019-05-21 12:08:10 +02:00
Gavin Panella
303e254611 Make many structs cloneable. 2019-05-21 12:08:10 +02:00
Gavin Panella
3d8e9c1b78 Populate meta_list only with what we want to display. 2019-05-21 12:08:10 +02:00
Gavin Panella
28623cf6bd Avoid filtering the metas in the display output code. 2019-05-21 12:08:10 +02:00
Gavin Panella
20e469e804 Use another Display value, as suggested by @meain. 2019-05-21 12:08:10 +02:00
Gavin Panella
65b6acc58e Accept -d/--directory-only option. 2019-05-21 12:08:10 +02:00
Atanas Yankov
79416127c8 Print errors to stderr 2019-05-17 20:26:41 +02:00
Atul Bhosale
f619dc07d6 Format code using 'cargo fmt' 2019-05-17 19:59:19 +02:00
Daniel
c4505e61f8 Changed to Self keyword to satisfy clippy 2019-04-10 15:23:16 +02:00
Daniel
6569a5162e Ported icon tests to Windows 2019-04-10 15:23:16 +02:00
Daniel
f56d9188b3 Ported name tests to Windows 2019-04-10 15:23:16 +02:00
Daniel
36f7b35025 Ported date tests to Windows 2019-04-10 15:23:16 +02:00
Daniel
625f4924f8 Ported filetype tests to Windows 2019-04-10 15:23:16 +02:00
Daniel
39b73daadf Tweaked sort test to work on Windows
Windows doesn't have `touch`, but it does have Powershell, which can
also change timestamps. The relevant command is:

$(Get-Item name).lastwritetime=$(Get-Date "MM/DD/YYYY")
2019-04-10 15:23:16 +02:00
Daniel
82bd588a05 Fixed warnings on Windows 2019-04-10 15:23:16 +02:00
Daniel
289e906478 Added basic FileType::new() implementation
Nothing fancy; it just avoids using the Unix FileTypeExt. Device files,
sockets, and pipes aren't a part of the regular file tree on Windows, so
it makes sense to ignore them for now.
2019-04-10 15:23:16 +02:00
Daniel
9316300adf Implemented get_file_data
Also added a few supporting functions.

Every unsafe block (and there are many) has a list of assumptions that
must be true. Most of them are easy to verify: for example, almost all
pointers indicate something in the *sd_ptr buffer, which lives until the
very end. The rest of the pointers are to something Rust allocated, so
they'll also live to the end of the function.
2019-04-10 15:23:16 +02:00
Daniel
95c7679985 Added utilities for working win Windows API calls 2019-04-10 15:23:16 +02:00
Daniel
038f318ad3 Tests compile on Windows
Just shut off a bunch of test sections. Probably most can remain as long
as some of them get broken out into separate unix-only test sections.
2019-04-10 15:23:16 +02:00
Daniel
0f2f3ca12a Added Owner::new() constructor
This allows the Owner to be constructed from the raw strings by the
Windows code.
2019-04-10 15:23:16 +02:00
Daniel
63b2955d3f Added winapi dependency 2019-04-10 15:23:16 +02:00
Daniel
6a022c01bf Compiles on Windows with new windows_utils module
windows_utils will be responsible for safely wrapping WinAPI calls. This
should result in minimal changes to the interfaces of the existing
modules: all that is needed is new (very simple) constructors.
2019-04-10 15:23:16 +02:00
João Costa
0dbc3b3a62 Make the --tree flag respect the --group-dirs value 2019-04-07 20:33:42 +02:00
H. Emre ARI
fa77894e61 change match to if for display enum 2019-04-01 20:42:04 +02:00
H. Emre ARI
9abab3fb65 add Display enum 2019-04-01 20:42:04 +02:00
H. Emre ARI
e33cde9248 fix wrong names 2019-04-01 20:42:04 +02:00
H. Emre ARI
ecec3ec9e5 add overrides_with to -a and -A flag 2019-04-01 20:42:04 +02:00
H. Emre ARI
d8eaecd30a add almost-all flag 2019-04-01 20:42:04 +02:00
H. Emre ARI
4485087759 fix crash when given file doesn't exist 2019-04-01 20:42:04 +02:00
H. Emre ARI
b0c75f47cf add almost-all flag 2019-04-01 20:42:04 +02:00
H. Emre ARI
709c139dd4 remove if-else check from mod and almost-all flag from flags 2019-04-01 20:42:04 +02:00
H. Emre ARI
cda15d1714 fix lsd -lh .. crash 2019-04-01 20:42:04 +02:00
H. Emre ARI
d35afe5d66 fix typo 2019-04-01 20:42:04 +02:00
H. Emre ARI
429fa52838 fix issue about --all option when displaying . and .. 2019-04-01 20:42:04 +02:00
H. Emre ARI
e5f3a27ce2 show current and parent directory issue#112 2019-04-01 20:42:04 +02:00
Abin Simon
fa6146cc5c change size option 'small' to 'short' 2019-03-30 16:27:15 +01:00
Abin Simon
e6de6d54f0 add a new way to style size 2019-03-29 17:11:48 +01:00
Abin Simon
854ed96594 change from two spaces to one 2019-03-29 11:30:37 +05:30
Abin Simon
0d20479c0f stick to user colors for permissions 2019-03-29 11:30:37 +05:30
Abin Simon
2426efd5b0 bugfix: only one value for multi value options in clap 2019-03-27 14:10:38 +01:00
Matthias Beyer
bd25db9a04 Add "manual" clap alias for -A
This is requested as a feature, but because clap does not support
"short" aliases, we have to create another clap argument for this.

Not the best possible way to implement this (because the best way would
be to patch clap itself to allow short aliases) but the fastest one.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-03-15 14:16:39 +05:30
Abin Simon
3477b6e723 refactor how width is computed for colored strings 2019-03-12 12:01:19 +01:00
Peltoche
c6dcf2ed0f Fall back on epoch if the modification time is invalid
This allow to avoid a panic each time it try to read a broken file.
2019-03-12 10:00:39 +01:00
Abin Simon
c9b3550f61 fix spacing issue on colors 2019-03-11 18:01:36 +01:00
Peltoche
27d57b2b86 Handle all the color code format for the visible width calculation 2019-03-11 18:01:36 +01:00
Sebastian Zivota
e05b389986 Added Layout enum 2019-03-11 13:25:30 +01:00
Abin Simon
deea0df83d do not pass tense explicitly 2019-03-06 15:12:29 +01:00
Daniel Thomsen
0498ebd46c Add -h arg for ls compatibility 2019-03-06 09:53:29 +01:00
Ryan O'Beirne
9ec57c47b2 Use package description in clap 2019-02-26 13:14:45 +01:00
Abin Simon
67bf8d742e Update tests to work with LSCOLORS update
Added another enum value to Theme `NoLscolors`.
As of right now it only helps with tests, but maybe useful for something
in future.

Colouring based on LSCOLORS should be tested in the package so we should
be good.
2019-02-17 12:17:29 +01:00
Abin Simon
aba3e96a28 color files with lscolors 2019-02-17 12:17:29 +01:00
Abin Simon
e8015ebd3e switch to one line when not outputting to tty 2019-02-16 13:11:28 +01:00
Peltoche
e4882c5c99 Fix the module import paths 2019-02-16 11:34:33 +01:00
Sebastian Zivota
e1138bbec3 Refactored classic mode 2019-02-03 12:04:37 +01:00
Sebastian Zivota
1b7eec351c Added --classic flag 2019-02-03 12:04:37 +01:00
Peltoche
0fa68098e2 Improve the tree display 2019-01-23 23:09:34 +01:00
Peltoche
a17eb10656 Fix the permissions 2019-01-23 10:57:09 +01:00
Peltoche
6bdf9ca3c2 Fix a panic with multiple icon options 2019-01-22 19:36:12 +01:00
Peltoche
c4a99ed8f4
big refacto 2019-01-22 17:51:40 +01:00
Peltoche
581ff0920b Handle the errors into the core 2019-01-22 17:48:07 +01:00
Sebastian Zivota
70af39ed0a Added data to File and Dir variants of Elem, FileType enums
This obviates the need for separate variants for such things as
executableness and setuid.
2019-01-20 11:45:24 +01:00
Sebastian Zivota
0d215dca50 Added SetuidDir and SetuidFile variants to Elem and FileType
This allows us to display files and directories that have the uid
flag set with a red background.
2019-01-20 11:45:24 +01:00
Sebastian Zivota
5ad0fb1b21 Added unicode symbols in comments 2019-01-19 11:57:27 +01:00
Sebastian Zivota
5151446fcb Added default icons to Icons struct
Also added tests for unicode icon set
2019-01-19 11:57:27 +01:00
Sebastian Zivota
390f5e4280 Renamed theme flag to icon-theme and default option to fancy 2019-01-19 11:57:27 +01:00
Sebastian Zivota
bc3e47c6d7 Added --theme option to select icon theme
Possible values are `default` and `unicode`.
2019-01-19 11:57:27 +01:00
Sebastian Zivota
662f3ddf38 Added Unicode icon set
It's just an icon set with empty icon maps, so everything should
fall through to the default folder/file icons.
2019-01-19 11:57:27 +01:00
Peltoche
092c961ea7 Do not panic in case of broken pipe 2019-01-16 15:06:01 +01:00
Peltoche
92d018255a Add the directory-order flag 2019-01-12 16:42:05 +01:00
Peltoche
5f50be78e9 Fix the --icon=never in case of no tty 2019-01-12 12:13:29 +01:00
cat12079801
d8d91051ec delete "yarn.lock" from Icons::get_default_icons_by_extension() 2018-12-27 17:39:28 +01:00
cat12079801
389d46c3a6 use "if" instead of "match" 2018-12-27 17:39:28 +01:00
cat12079801
2c4e69c906 Icon in test code changed to Unicode code 2018-12-27 17:39:28 +01:00
cat12079801
972991d484 Add some tests for Icons::get 2018-12-27 17:39:28 +01:00
cat12079801
748b9c0368 Check directory first 2018-12-27 17:39:28 +01:00
cat12079801
c7c795856f Fix wrong indent 2018-12-27 17:39:28 +01:00
Pierre Peltier
92af678167 Update --depth help messages
Co-Authored-By: jorpic <jorpic@gmail.com>
2018-12-27 14:44:17 +01:00
Max Taldykin
c74b5d619e Add a depth parameter for the -R and --tree options 2018-12-27 14:44:17 +01:00
Peltoche
ac82815c19 Do not panic if the group name is not available 2018-12-27 13:08:58 +01:00
Peltoche
e30ac3827a Fix the get_visible_width with no color set 2018-12-20 17:23:36 +01:00
Kenta Kubo
a8162471bc Remove unused import 2018-12-20 14:01:03 +01:00
Kenta Kubo
c1a3ef81ac cargo fmt src/display.rs 2018-12-20 14:01:03 +01:00
Kenta Kubo
1ecbdeef46 Add tests for Display::get_visible_width 2018-12-20 14:01:03 +01:00
Kenta Kubo
fca6498d99 Use unicode-width crate to count width of filename 2018-12-20 14:01:03 +01:00
Peltoche
f162a677dd Fix the name ordering 2018-12-17 11:43:28 +01:00
boxdot
af9a24b490 Fix usage of touch in test. 2018-12-16 14:26:11 +01:00
boxdot
0eef7aea59 Make sure that mod time of file in the test is before dir created. 2018-12-16 14:26:11 +01:00
boxdot
9a83bda871 Review improvements + unittest of sorting. 2018-12-16 14:26:11 +01:00
boxdot
8e331ff566 Fix test. 2018-12-16 14:26:11 +01:00
boxdot
3514d79642 Add options to sort by time and to reverse sorting order. 2018-12-16 14:26:11 +01:00
Peltoche
cd586b330c
Remove a println 2018-12-15 09:29:02 +01:00
Peltoche
0c877b1cdb Fix a multi icon issue 2018-12-14 17:07:52 +01:00
Peltoche
d781e49c67 Add several icons 2018-12-14 17:07:52 +01:00
Peltoche
629c934c58 Make the clippy lints available for older compilers 2018-12-14 16:20:22 +01:00
Peltoche
be41956919 Fix the lint errors 2018-12-14 16:20:22 +01:00
Peltoche
8bc3686f66 Implement the Default trait to Flags 2018-12-14 14:32:18 +01:00
Peltoche
9173f8d36f Add tests for the Indicator struct 2018-12-14 14:32:18 +01:00
Peltoche
22b4f0f816 Add a test on relative date flag 2018-12-14 14:32:18 +01:00
Peltoche
377f0c950f Accept the same flag several times 2018-12-14 13:24:59 +01:00
Peltoche
f0a4fa125c Add the --icon flag 2018-12-13 16:08:01 +01:00
Abin Simon
f31afa8ab7 Add option to show relative date 2018-12-13 12:27:54 +01:00
Abin Simon
2548af1218 Use print instead of println to display output
Avoid the extra line being printed at the end
2018-12-13 10:52:56 +01:00
Peltoche
abf66f6d6f Fix some icons tests 2018-12-12 16:21:54 +01:00
Peltoche
fb0f6cdaad
Change the file icon for an empty one 2018-12-12 11:48:44 +01:00
Peltoche
1ef1904bd3 Add a custom color for all the special fils (char / pipe / block) 2018-12-12 11:46:50 +01:00
Peltoche
78f13841e8 Run cargo fmt 2018-12-12 11:46:50 +01:00
Unknown
917498022e Fixes 2018-12-12 10:27:19 +01:00
Unknown
29ee29eccc Fixed tests 2018-12-12 10:27:19 +01:00
Your Name
52ac556c08 Merge conflicts 2018-12-12 10:27:19 +01:00
Your Name
feb581c2d7 Move icon rendering logic to name 2018-12-12 10:27:19 +01:00