Benjamin Sago
fd3a3d13b7
Merge branch 'add-nix-icon' of https://github.com/zachcoyle/exa into zachcoyle-add-nix-icon
...
# Conflicts:
# src/output/icons.rs
2020-10-08 22:56:16 +01:00
Benjamin Sago
6f20f195a7
Merge pull request #726 from 0x3333/master
...
Fixes #719 . Change August to Aug.
2020-10-08 22:38:25 +01:00
Benjamin Sago
8b852cb201
Merge pull request #725 from kbravh/tz-variable-patch
...
Update determine_time_zone function to check TZ
2020-10-08 22:37:00 +01:00
Benjamin Sago
d03e39c367
Merge branch 'master' of https://github.com/JavaCafe01/exa into JavaCafe01-master
...
Change a bunch of the existing shell-related icons to the new Unicode escape.
# Conflicts:
# src/output/icons.rs
2020-10-08 22:30:20 +01:00
Benjamin Sago
1ee8fab7de
Merge branch 'master' of https://github.com/DiegoMagdaleno/exa into DiegoMagdaleno-master
...
# Conflicts:
# src/output/icons.rs
2020-10-08 22:23:18 +01:00
Benjamin Sago
dbbc4e465b
Merge pull request #704 from LarsHaalck/master
...
Add --octal-permissions argument
2020-10-08 22:14:38 +01:00
Benjamin Sago
cba2070924
Merge pull request #678 from olshevskiy87/display_git_status_conflicted
...
git-feature: display if a file is updated but unmerged (conflicted)
2020-10-08 22:10:33 +01:00
Benjamin Sago
12e45ac41c
Merge branch 'master' of https://github.com/danielbayley/exa into danielbayley-master
...
# Conflicts:
# src/output/icons.rs
2020-10-08 22:00:36 +01:00
Benjamin Sago
d901bb289c
Merge pull request #654 from ariasuni/cleaning
...
Clean code a bit and fix typos in code documentation
2020-10-08 21:49:20 +01:00
Benjamin Sago
1fe06a7682
Merge pull request #653 from ariasuni/fix-gitignore-option
...
Use git2 instead of parsing .gitignore for --git-ignore
2020-10-08 21:46:10 +01:00
Zach Coyle
3b1d770f8a
Add Nix Icon
2020-09-26 23:36:24 -04:00
Karey Higuera
5be0286749
deconstruct the TZ environment variable instead of unwrapping
2020-09-03 08:49:51 -04:00
Tercio Gaudencio Filho
3fe35b571f
Change August to Aug. Fix issue #719 .
2020-08-28 15:05:57 -03:00
Karey Higuera
e8d69fc5e8
Update determine_time_zone function to check TZ
...
Instead of defaulting immediately to /etc/filename for the timezone, we can first check whether the TZ environment variable is set. If so, we can pull the corresponding timezone file from /usr/share/zoneinfo. Closes #453 .
2020-08-26 19:31:48 -04:00
Gokul Swaminathan
43a4fcb27a
Updated filetype icons
...
Added icon for filetype `.sh`
2020-08-14 01:11:44 -07:00
Diego Magdaleno
4085010b36
Add Swift Programming Language icon
2020-08-08 10:12:07 -05:00
Lars Haalck
16046d57de
Add --octal-permissions argument
...
Using --octal_permissions will insert another column before the existing
permissions where permissions are encoded using octal values as
requested in #316
2020-07-24 13:47:34 +02:00
Dmitriy Olshevskiy
45eade9a59
git-feature: display if a file is updated but unmerged (conflicted)
2020-05-29 17:23:22 +03:00
ariasuni
dba3f37b0a
Fix Clippy lints
2020-05-24 21:43:55 +02:00
Thomas Hurst
acb7c49abf
Improve handling of unavailable timestamps.
...
Previously if a timestamp was unavailable, it defaulted to the epoch.
Prior to this it defaulted to a zero duration.
Switch to an Option<SystemTime> and move the handling of unavailable
timestamps to rendering.
2020-05-19 02:31:15 +00:00
Thomas Hurst
e54e1f53c8
Make logic a little clearer
2020-05-18 23:23:30 +00:00
Thomas Hurst
d2d2e7325f
Correct handling of pre-epoch timestamps
...
Fix an off-by-one on the seconds when subseconds are present, and
correct display of nenoseconds, which are of course inverted due to the
internal value being negative.
2020-05-18 21:25:07 +00:00
Thomas Hurst
bc830b9158
Handle timestamps before UNIX_EPOCH ( #658 )
...
Instead of returning a Duration since the epoch from file metadata,
which cannot represent times before it, return the SystemTime directly.
Move conversion closer to where it's needed, and perform it infallibly.
2020-05-18 21:03:44 +00:00
Daniel Bayley
f018e093c7
Improve default file icon
2020-05-04 00:06:41 +01:00
ariasuni
046af5cdd1
Use git2 instead of parsing .gitignore for --git-ignore
...
Fix #636
2020-04-19 05:52:35 +02:00
Benjamin Sago
490d9680c2
Merge branch 'fix-handling-maybe-unsupported-time-metadata' of https://github.com/ariasuni/exa into ariasuni-fix-handling-maybe-unsupported-time-metadata
...
# Conflicts:
# src/fs/file.rs
# src/options/filter.rs
# src/options/view.rs
2020-01-19 16:46:51 +00:00
Benjamin Sago
c46dfc8836
Merge pull request #619 from aeonzh/master
...
Better icons spacing
2020-01-19 16:17:13 +00:00
Benjamin Sago
eaece8cc7a
Merge branch 'master' into customize-size-scale-colours
2020-01-19 09:57:58 +00:00
Benjamin Sago
352afd40c3
Merge pull request #598 from FliegendeWurst/s-none-sorting
...
Optimize file table creation, fixes #484 as a side-effect
2020-01-19 09:32:17 +00:00
Benjamin Sago
416818fda2
Merge pull request #597 from FliegendeWurst/bugfixes
...
Two small bugfixes
2020-01-19 00:55:58 +00:00
Benjamin Sago
3d82fc7683
Merge pull request #587 from brown121407/master
...
Fix "trait objects without an explicit `dyn` are deprecated"
2020-01-19 00:50:32 +00:00
Benjamin Sago
1f167dda41
Merge pull request #577 from 0rvar/feature/suppress-columns
...
Add support for suppressing table columns
2020-01-19 00:41:27 +00:00
Benjamin Sago
5521f2d4ab
Merge pull request #560 from horosgrisa/master
...
Add some icons for files
2020-01-19 00:40:13 +00:00
Benjamin Sago
404ed20fd3
Merge pull request #552 from j-tai/icons-1-col
...
Display icons when file names are too long for grid
2020-01-19 00:20:18 +00:00
Benjamin Sago
e198cac3a7
Merge pull request #509 from emgelb/master
...
Convert default formatting so single-digit hour times are 0-padded
2020-01-19 00:05:07 +00:00
Zheng He Hu
128fadd8bf
Add better icons spacing
2019-12-29 02:52:18 +01:00
ariasuni
a636d08f8b
Fix handling of potentially unsupported time metadata
...
- Checking on a directory doesn’t tell us if supported elsewhere
(some filesystems, like tmpfs, don’t support created time)
- We want to be able to display a column even if some subfiles or
subdirectories don’t support it
So now if unsupported a time of zero is used, and displayed as `-`
2019-12-20 05:37:29 +01:00
Maarten de Vries
3ef6195ffd
Allow customizing size scale colours.
...
Also adjust the selection of the colour depending on the scale used.
* With decimal prefixes colours change on powers of 1000.
* With binary or no prefixes colours change on powers of 1024.
2019-11-17 16:49:51 +01:00
FliegendeWurst
bbd6db3687
Optimize file table creation, fixes #484 as a side-effect
2019-10-12 13:27:59 +02:00
FliegendeWurst
b5b731071c
Escape the delete character in filenames
2019-10-12 11:42:12 +02:00
Alexandru-Sergiu Marton
f6071e9c46
Fix "trait objects without an explicit dyn
are deprecated"
2019-10-01 18:55:09 +03:00
Orvar Segerström
925f5173c1
Add support for suppressing table columns
2019-08-29 14:34:30 +02:00
Grigorii Horos
f4f83f4d37
Add some icons for files
2019-08-04 05:40:28 +03:00
Grigorii Horos
f9540ead5b
Align file
2019-08-04 01:14:52 +03:00
Grigorii Horos
e45fb7a0a7
Add some icons for files
2019-08-04 00:22:42 +03:00
Grigorii Horos
0d3023657b
Add some icons for files
2019-08-03 23:41:52 +03:00
James Tai
dd9dffff8c
Display icons when file names are too long for grid
...
Fixes ogham/exa#548
2019-07-30 18:33:12 -07:00
Bond_009
f599c7ce93
Update to Rust 2018
2019-07-19 20:40:21 +02:00
Benjamin Sago
9497b30b33
Merge branch 'glyphs' of https://github.com/asoderman/exa into asoderman-glyphs
...
# Conflicts:
# src/options/flags.rs
# src/options/view.rs
# src/output/grid.rs
2019-07-15 03:54:31 +01:00
Benjamin Sago
081bce0479
Merge branch 'fix-warnings-and-rust-2018' of https://github.com/ariasuni/exa into ariasuni-fix-warnings-and-rust-2018
...
# Conflicts:
# src/fs/dir.rs
2019-07-15 03:42:33 +01:00