Commit Graph

95 Commits

Author SHA1 Message Date
Benjamin Sago 57c647fee5 Default to sorting case-insensitively
This was touched on in #209 where I got the docs wrong compared to the actual implementation, but after thinking about it, I’d like to switch it round. (The --sort=Name and --sort=name difference has also been switched.) See the big ol’ comment for my reasons.

Because this changes core functionality, it broke many, many tests. You can see that this doesn’t change the -star- tests because the shell, rather than exa, orders the globbed files.

I kept on forgetting which way round Sensitive and Insensitive went, so I named them after the effect they have.
2017-08-20 17:33:39 +01:00
Benjamin Sago ad8c3c4323 Specify minimum compiler version
Now I just need to remember to update it. Was suggested in #197.
2017-08-05 20:31:39 +01:00
Benjamin Sago 6afde85e18 Document --time-style, and completions 2017-07-06 00:52:27 +01:00
Benjamin Sago f61e3853c1 Document sorting by type 2017-06-29 14:57:43 +01:00
Benjamin Sago 7e302718fe Update the docs where it counts 2017-06-29 13:24:55 +01:00
Benjamin Sago e2f73927c7 Make all the option descriptions the same
The old option descriptions were all written at different times, and needed some consistency. This makes everything consistent between the help text, README, man page, and shell completions, and fixes some mistakes made when writing them.

This also adds the missing options to the man page, fixing #175.
2017-05-06 23:00:45 +01:00
Benjamin Sago e5ab15f09c I fixed the build problem! version 0.5.0 2017-04-11 08:11:37 +01:00
Ben S 0ffb331976 Wire up the colour-scale option 2016-10-30 16:42:33 +00:00
Ben S 93f8ad27dc Remember to add ignore-glob to the help 2016-10-30 14:47:38 +00:00
Benjamin Sago 54067bf765 Replace the testcases script with a Vagrant VM
See the README section for more details. Basically, with this way, we can store a bunch of existing valid exa outputs, change a VM's environment to match our values, then check that exa still works by comparing outputs.
2016-10-07 19:31:03 +01:00
Benjamin Sago 50c0c36b6b Update homepage link 2016-05-24 09:03:16 +01:00
Tomas Sedovic 737069eab9 Document using `cargo install` in README
Cargo now lets people install binaries by running `cargo install`. This
can be more convenient than cloning and building exa manually.
2016-01-07 07:58:14 +01:00
Ben S f3e6a99676 Update screenshots
GitHub's new, wider view makes two screenshots side-to-side look nicer than one.
2015-11-23 19:48:30 +00:00
Ben S 5cd1d6a13c Update readme with latest option set 2015-11-19 13:21:49 +00:00
Florian Gilcher 30e4eb8b06 Fixup README version constraint 2015-11-04 16:27:51 +01:00
Florian Gilcher c32ebdb904 Remove the other reference to nightly 2015-11-04 16:02:47 +01:00
Florian Gilcher 5556c6a40b Update README 2015-11-04 11:12:20 +01:00
Ben S 1bebab78d0 Upgrade Rust version necessary 2015-10-30 10:40:56 +00:00
Ben S cfc8df12b6 Update the version of Rust that's required 2015-10-02 01:04:07 +01:00
Ben S 8c6ea845bc The beta isn't the only Rust around! 2015-05-20 17:59:00 +01:00
Ben S 7587f046b0 Organise options into columns 2015-05-07 16:53:20 +01:00
Ben S eee49ecefe Add missing options to README
Fixes #58, technically.
2015-04-10 22:18:44 +01:00
Ben S 8d066994e7 Beta warning 2015-04-03 23:19:06 +02:00
Pascal Hertleif 0359f19ca4 Mention `--git` in Readme 2015-03-10 19:06:03 +01:00
David Celis 714b9c1fbe Add simple Makefile to build and install exa
This patch adds a Makefile that will build and install exa along with
its recently added manual page. This provides a little bit of a nicer
installation path while we wait for Cargo to, hopefully, provide its own
built-in installation method for packages that contain binaries.

Signed-off-by: David Celis <me@davidcel.is>
2015-02-24 10:48:39 -05:00
Steven Allen 444a1e08ea Instruct users to build the release version (it's a little faster). 2015-02-22 20:02:42 -05:00
Ben S a4e17193d9 Add sort-by-date options
These were completely missing because I forgot about them... I added sorting functionality before I added date functionality, but it turns out I didn't even need the datetime library to do this!

However, this implementation feels incomplete. If you sort by the accessed date, it still displays the modified date, so the dates still look out of order. If I were to change the date column for the user, though, then there would still be no header to signify that the column has changed. I'm not sure how to proceed with this, but this is still missing functionality, so in it goes.
2015-02-22 00:40:46 +00:00
Ben S 16346731ab Add link to README 2015-02-21 21:35:31 +00:00
Ben S 0d7de0a2fa Add --tree to README 2015-02-09 16:49:31 +00:00
Ben S a777794f65 Change time option's description 2015-02-09 16:36:51 +00:00
Ben S 6d4b30d531 Code changes in preparation for recursion 2015-01-31 16:10:40 +00:00
Ben S f6cbfc7276 Support Git by default 2015-01-27 16:03:26 +00:00
Ben S a871a448be Add --bytes to not use prefixes at all 2014-12-18 07:04:31 +00:00
Ben S 09845ccf20 Upgrade to latest version of ansi_term 2014-12-12 15:15:35 +00:00
Ben S bcaf54d7dd Add a flag to print directories as files
Also, re-use the stat result from directory-checking.
2014-11-25 01:27:26 +00:00
Ben S e2f9a80ca5 Add none and inode sort options 2014-07-22 21:27:36 +01:00
Ben S 44a9819417 Add --oneline option
Also, rename old 'lines' view to 'details' which makes more sense
2014-07-22 20:47:30 +01:00
Ben S 90099f28cf Upgrade to latest Rust nightly
- change to_string() on numbers to to_str()
2014-07-10 22:20:52 +01:00
Ben S 240cbf7b41 Add --across parameter 2014-07-07 19:18:09 +01:00
Ben S 728f9f1804 Add grid view by default
This makes it more like ls. The --long (-l) argument has been added to get at the old behaviour, and the --links argument is now on -H. I can't crib this behaviour from ls because it shows it by default.

TODO: The terminal size is currently assumed to be 80, and it uses the string length, rather than the width.
2014-07-06 17:33:40 +01:00
Ben S 3643994e4b Mention Rust 0.11 and Cargo in the README 2014-07-02 22:24:25 +01:00
Ben S c6a8fadac0 Second try at Travis+Cargo fixes 2014-07-01 20:34:35 +01:00
Ben S a8465fed45 Move to Cargo 2014-06-28 17:24:20 +01:00
Ben S e9ad6d79ca Add options to readme 2014-06-28 12:20:50 +01:00
Ben S f65d170b48 Add a readme 2014-05-22 13:55:11 +01:00