mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-22 12:05:11 +00:00
Merge pull request #1082 from TygrisIQ/master
updated links with markdown highlighting and always use https
This commit is contained in:
commit
3ca40915ae
@ -162,7 +162,7 @@ pub enum Size {
|
|||||||
/// data is rarely useful — I can’t think of a time when I’ve seen it and
|
/// data is rarely useful — I can’t think of a time when I’ve seen it and
|
||||||
/// learnt something. So we discard it and just output “-” instead.
|
/// learnt something. So we discard it and just output “-” instead.
|
||||||
///
|
///
|
||||||
/// See this answer for more: http://unix.stackexchange.com/a/68266
|
/// See this answer for more: <https://unix.stackexchange.com/a/68266>
|
||||||
None,
|
None,
|
||||||
|
|
||||||
/// This file is a block or character device, so instead of a size, print
|
/// This file is a block or character device, so instead of a size, print
|
||||||
|
@ -146,7 +146,7 @@ pub enum SortField {
|
|||||||
/// slows the whole operation down, so many systems will only update the
|
/// slows the whole operation down, so many systems will only update the
|
||||||
/// timestamp in certain circumstances. This has become common enough that
|
/// timestamp in certain circumstances. This has become common enough that
|
||||||
/// it’s now expected behaviour!
|
/// it’s now expected behaviour!
|
||||||
/// http://unix.stackexchange.com/a/8842
|
/// <https://unix.stackexchange.com/a/8842>
|
||||||
AccessedDate,
|
AccessedDate,
|
||||||
|
|
||||||
/// The time the file was changed (the “ctime”).
|
/// The time the file was changed (the “ctime”).
|
||||||
@ -155,7 +155,7 @@ pub enum SortField {
|
|||||||
/// changed — its permissions, owners, or link count.
|
/// changed — its permissions, owners, or link count.
|
||||||
///
|
///
|
||||||
/// In original Unix, this was, however, meant as creation time.
|
/// In original Unix, this was, however, meant as creation time.
|
||||||
/// https://www.bell-labs.com/usr/dmr/www/cacm.html
|
/// <https://www.bell-labs.com/usr/dmr/www/cacm.html>
|
||||||
ChangedDate,
|
ChangedDate,
|
||||||
|
|
||||||
/// The time the file was created (the “btime” or “birthtime”).
|
/// The time the file was created (the “btime” or “birthtime”).
|
||||||
|
@ -16,7 +16,7 @@ pub static COLUMNS: &str = "COLUMNS";
|
|||||||
pub static TIME_STYLE: &str = "TIME_STYLE";
|
pub static TIME_STYLE: &str = "TIME_STYLE";
|
||||||
|
|
||||||
/// Environment variable used to disable colors.
|
/// Environment variable used to disable colors.
|
||||||
/// See: https://no-color.org/
|
/// See: <https://no-color.org/>
|
||||||
pub static NO_COLOR: &str = "NO_COLOR";
|
pub static NO_COLOR: &str = "NO_COLOR";
|
||||||
|
|
||||||
// exa-specific variables
|
// exa-specific variables
|
||||||
|
Loading…
Reference in New Issue
Block a user