Commit Graph

  • cf38f90aa9 Sweep deprecated warnings under the rug Ben S 2015-03-07 23:01:39 +0000
  • 99f9a75a24 Versions bump Ben S 2015-03-07 23:01:18 +0000
  • d2df70ef41 Merge pull request #45 from byteprelude/master Ben S 2015-03-06 23:15:15 +0000
  • 9f9b8ca33e clean up consumer to make code more readable bp 2015-03-03 22:57:48 -0500
  • d9a0458a39 fix bug where a failed stat would cause the consumer thread to hang bp 2015-03-03 22:41:30 -0500
  • 53a723b4ba making Exa.load() stat files in parallel bp 2015-03-03 21:48:36 -0500
  • 67f60e614b Add --version command (and bump version) v0.2.0 Ben S 2015-03-02 14:54:38 +0000
  • 369a421359 Temporary workaround for Path in libgit2-rs Ben S 2015-03-02 03:18:26 +0000
  • 9e7c80bcd0 Upgrade to latest Rust Ben S 2015-03-02 01:59:43 +0000
  • 6b3d812af5 Use development version of libgit2-rs Ben S 2015-03-02 01:58:23 +0000
  • 027ca60d90 current_dir -> getcwd Ben S 2015-03-01 13:49:51 +0000
  • f6276dfb9d Merge pull request #38 from tuftedocelot/master Ben S 2015-02-26 19:45:51 +0000
  • a830d49d85 add man page to PKGBUILD tuftedocelot 2015-02-26 13:28:52 -0600
  • ff1f6d0087 Add --group-directories-first option Ben S 2015-02-26 14:05:26 +0000
  • 982352009f Merge branch 'cleanup' Ben S 2015-02-26 08:33:40 +0000
  • 8615f44076 Spew comments everywhere Ben S 2015-02-26 08:27:29 +0000
  • 571be76454 The Row struct's fields don't need to be pub Ben S 2015-02-26 07:42:58 +0000
  • 8139cfedea Fewer warnings when testing Ben S 2015-02-26 07:42:37 +0000
  • f9f1c991cb details: filter is only used when recursing Ben S 2015-02-26 07:26:04 +0000
  • abf7bf7a3e We don't use plugin anymore Ben S 2015-02-26 07:18:18 +0000
  • 134f9fc252 Refactor details view Ben S 2015-02-26 07:18:08 +0000
  • e86369ba1b Update PKGBUILD to current version in AUR tuftedocelot 2015-02-25 12:26:13 -0600
  • 085b71cf07 Add PKGBUILD to contrib tuftedocelot 2015-02-25 12:22:58 -0600
  • 3e6cce5b5c Merge pull request #35 from davidcelis/makefile Ben S 2015-02-24 16:26:11 +0000
  • 9974d4d5a2 Merge branch 'max-depth' Ben S 2015-02-24 16:20:04 +0000
  • 93b17a6308 Add extra special error for --level Ben S 2015-02-24 16:19:56 +0000
  • 17657100b4 Fix bug where the wrong level was used for . dir Ben S 2015-02-24 16:08:22 +0000
  • cbc3640ced Remove debugging print Ben S 2015-02-24 16:07:31 +0000
  • f505bdc869 Add --level option to limit tree and recursion Ben S 2015-02-24 16:05:25 +0000
  • 714b9c1fbe Add simple Makefile to build and install exa David Celis 2015-02-24 10:48:39 -0500
  • 0cb721a644 Merge pull request #31 from davidcelis/man-page Ben S 2015-02-24 11:53:18 +0000
  • ef58c30bc7 Merge pull request #34 from jgilchrist/master Ben S 2015-02-24 11:46:57 +0000
  • 96cab9cd05 Fix a missing '/' in symlink targets Jonny Gilchrist 2015-02-24 03:28:34 +0000
  • def48dc6b9 Add a man page entry for exa David Celis 2015-02-23 13:42:23 -0500
  • ea1b3caefa Allow --tree without --recurse Ben S 2015-02-23 16:08:51 +0000
  • ce23c63d75 Merge branch 'nwin:add-xattr-linux' Ben S 2015-02-23 14:52:07 +0000
  • 38a785426b Fix overflowing UIDs and GIDs Ben S 2015-02-23 13:37:59 +0000
  • 1da1142a7e Fix panic when previewing symlink to ., .., or / Ben S 2015-02-23 11:32:35 +0000
  • 586c7dd30b Make the naming of variables more obvious. nwin 2015-02-23 10:00:58 +0100
  • 1ab1f3f320 Add xattr support for linux nwin 2015-02-23 09:48:26 +0100
  • f44711cfd0 Fixed tests. nwin 2015-02-23 08:30:58 +0100
  • 51b35e795e Merge pull request #23 from Stebalien/cargo-release Ben S 2015-02-23 01:09:32 +0000
  • 88b86b6123 Enable lto in release versions. Steven Allen 2015-02-22 20:05:21 -0500
  • 444a1e08ea Instruct users to build the release version (it's a little faster). Steven Allen 2015-02-22 20:02:42 -0500
  • e21dc9af2a Merge pull request #21 from coyotebush/git-paths Ben S 2015-02-23 00:46:36 +0000
  • ee20c5d8bb Fix --sort=ext Corey Ford 2015-02-21 21:37:59 -0800
  • ae39d0f8a7 Merge pull request #19 from Stebalien/replace-as_slice Ben S 2015-02-22 23:50:38 +0000
  • bd8e73b212 Merge pull request #17 from nwin/fix-column-alignment Ben S 2015-02-22 23:48:30 +0000
  • beaf8789ce true -> false nwin 2015-02-23 00:08:44 +0100
  • 6e19563879 Improve matching of Git status entries to files Corey Ford 2015-02-22 14:25:08 -0800
  • 0082563e47 Using the same alignment as ls. nwin 2015-02-22 18:50:52 +0100
  • 8ac16fad8a Using convenience method and using extended clusters as recommended. nwin 2015-02-22 18:36:11 +0100
  • 2b5406842f Get rid of explicit as_slice() calls. Steven Allen 2015-02-22 12:11:33 -0500
  • df909272a1 Count the number of grapheme clusters to determine the cell length. nwin 2015-02-22 17:21:57 +0100
  • 4fd832aa5b Better error handling nwin 2015-02-22 14:06:18 +0100
  • 3d587c4533 Rename attr to xattr nwin 2015-02-22 13:55:13 +0100
  • 227ddc9a0c Fix other platforms than macos. nwin 2015-02-22 13:44:55 +0100
  • a3460cf031 remove debug print nwin 2015-02-22 13:34:24 +0100
  • 37d79da201 Merge commit '53387122de3851df5e1e38ad2fedc01404568ada' into add-ext-attributes nwin 2015-02-22 13:28:12 +0100
  • 48b6123165 Implement display of extended attributes nwin 2015-02-22 13:26:52 +0100
  • 376e417c3f Replace &String with &str nwin 2015-02-22 13:26:20 +0100
  • 53387122de Merge pull request #10 from coyotebush/unicode-grid Ben S 2015-02-22 11:35:58 +0000
  • 43e8061996 Use file_name_width in grid Corey Ford 2015-02-21 19:22:53 -0800
  • a4e17193d9 Add sort-by-date options Ben S 2015-02-22 00:40:41 +0000
  • d73b0a8ab5 Merge pull request #6 from mikefaille/master Ben S 2015-02-21 23:46:52 +0000
  • f8768e7c01 Mandate --recurse with --tree Ben S 2015-02-21 23:43:40 +0000
  • 2701c20a36 FIX bitflags depedency Michael Faille 2015-02-21 17:59:38 -0500
  • 363d52dbb0 Code cleanups in filetype detection v0.1.0 Ben S 2015-02-21 22:00:59 +0000
  • 16346731ab Add link to README Ben S 2015-02-21 21:35:31 +0000
  • b2ed264ba4 Upgrade to latest Rust Ben S 2015-02-21 13:54:35 +0000
  • e15f72f049 Versions bump Ben S 2015-02-21 13:51:44 +0000
  • 900081e9c1 Versions bump Ben S 2015-02-17 07:50:52 +0000
  • 03a05b7020 Detab Ben S 2015-02-13 21:24:29 +0000
  • d180a5f5e4 Use ansi_term's awesome new continuation colours Ben S 2015-02-13 21:24:10 +0000
  • 113df66408 Merge branch 'localisation' Ben S 2015-02-13 12:41:08 +0000
  • ec51867a53 Upgrade to latest Rust Ben S 2015-02-12 22:33:01 +0000
  • 2906b8676a Translate month names into the user's locale Ben S 2015-02-10 18:14:56 +0000
  • e39a20a5d4 Use locale-defined decimal separator Ben S 2015-02-10 16:42:25 +0000
  • 84b18e5521 Add thousands seps to links and blocks columns Ben S 2015-02-10 16:21:19 +0000
  • 21ac16f808 Format file size in bytes with the user's locale Ben S 2015-02-10 16:08:10 +0000
  • f3c3a02e98 Make --tree require --long Ben S 2015-02-10 12:08:01 +0000
  • 809af4e133 Merge branch 'timestamps' Ben S 2015-02-10 11:43:57 +0000
  • 9dbca5f12a Use specified version of datetime Ben S 2015-02-09 23:51:26 +0000
  • 131dd606da Fix Travis tests Ben S 2015-02-09 21:46:34 +0000
  • 924416d8fb Actually use the public datetime crate... Ben S 2015-02-09 19:40:49 +0000
  • 8b520edf3d Only display the year if it's last year Ben S 2015-02-09 18:14:05 +0000
  • bc7492e7e6 Add hour and minute to timestamps Ben S 2015-02-09 17:55:55 +0000
  • bf815afa8e Use short month names to make them line up Ben S 2015-02-09 17:37:02 +0000
  • 1e48539380 Add shorthand options for displaying timestamps Ben S 2015-02-09 17:20:42 +0000
  • 4a6555b9a9 Forbid --time without --long option, too Ben S 2015-02-09 16:55:00 +0000
  • 0d7de0a2fa Add --tree to README Ben S 2015-02-09 16:49:31 +0000
  • a777794f65 Change time option's description Ben S 2015-02-09 16:36:51 +0000
  • 0d25a90ef1 Initial work on date/time columns for files Ben S 2015-02-09 16:33:27 +0000
  • 5a64b51b27 Actually show the header all the time Ben S 2015-02-08 14:23:54 +0000
  • cf1f1f3ec5 Get latest versions of libc and getopts Ben S 2015-02-08 14:23:37 +0000
  • 3289b82e2f Bump versions! Ben S 2015-02-06 13:59:16 +0000
  • 055854d839 Upgrade to latest Rust Ben S 2015-02-05 15:25:59 +0000
  • 42ae7b3d33 Refactor the code after tree view changes Ben S 2015-02-05 14:39:56 +0000
  • 5f2acf570c Use the new IntoIterator trait Ben S 2015-02-04 16:03:39 +0000
  • 2be30f36f2 Make transform_files stateful Ben S 2015-02-04 15:47:52 +0000