Commit graph

544 commits

Author SHA1 Message Date
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
0dba1fd33b Update Cargo.lock after rebase 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
Gavin Panella
5ca44beaf9 Basic integration tests, to demonstrate one possible approach. 2019-10-11 15:08:11 +02:00
Seth Junot
58a503505d Selected icons for special Unix file types 2019-09-03 20:56:01 +05:30
Abin Simon
038d2c1537 remove (see benchmark) in readme 2019-09-03 17:05:26 +02:00
Abin Simon
510f91e801 let lscolors apply default colors if LS_COLORS not defined 2019-09-03 16:35:14 +02:00
Pierre Peltier
896a7f7729 Remove the benchmarks section inside the README 2019-09-03 10:32:35 +05:30
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
Pierre Peltier
aa40bd2821
Release 0.16.0 2019-08-02 15:53:12 +02:00
Pierre Peltier
80950e33c9
Update the changelog 2019-08-02 15:51:12 +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
Igor Gnatenko
de17b6bf64 Add installation instructions for Fedora 2019-07-22 11:20:08 +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
Travis Northcutt
433ead289e Add font instructions link to readme 2019-06-15 16:29:47 +02:00
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 Paulmyer
d300d197f0 remove gometalinter.json 2019-06-07 11:13:03 +02:00
Abin Simon
b1b78a208b add *-unknown-linux-musl to travis 2019-06-05 17:43:55 +02:00
Pierre Peltier
6d155cb9ed
Create FUNDING.yml 2019-06-04 15:55:47 +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