Commit Graph

  • 7b5b02d9f1 Extract function for parsing an ignore file Benjamin Sago 2017-09-28 18:42:42 +0100
  • 1f23f3f0cc Don’t ignore .gitignore errors Benjamin Sago 2017-09-28 17:46:30 +0100
  • 3d3ee8fd66 Typo fix Benjamin Sago 2017-09-28 16:14:36 +0100
  • 827aa8bfc3 Ignore files matched in .gitignore Benjamin Sago 2017-09-28 16:13:47 +0100
  • b95446d834 Thread an ignore cache through the program Benjamin Sago 2017-09-28 09:09:57 +0100
  • 07443e87ba Add a --git-ignore option that doesn’t do anything Benjamin Sago 2017-09-27 13:46:36 +0100
  • 2b099d8ba0 Fix up tests to have nested ignored files Benjamin Sago 2017-09-27 13:03:21 +0100
  • 7339b753fb vagrant: Update apt before installing Benjamin Sago 2017-09-27 12:36:31 +0100
  • b85f8f249b Merge pull request #279 from tbodt/patch-1 Benjamin Sago 2017-09-28 17:25:32 +0100
  • 734579576a Merge pull request #292 from ogham/exa/master Benjamin Sago 2017-09-21 16:23:13 +0100
  • eda3e56e4c Add .bk extension to is_temp. Clar Charr 2017-09-17 23:08:25 -0400
  • 6988bfb35c Add make test to Makefile Mahmoud Al-Qudsi 2017-09-16 14:44:14 -0500
  • ad02241ac2 Merge branch 'master' into optional_args Mahmoud Al-Qudsi 2017-09-16 14:28:24 -0500
  • 4819c4721b Fix compile error with --no-default-features Benjamin Sago 2017-09-14 11:33:24 +0100
  • f55bd6de53 Merge branch 'it’s-that-time-again' Benjamin Sago 2017-09-14 11:12:34 +0100
  • c475cccce4 Flip the new/old order, and add suggestion for -lt Benjamin Sago 2017-09-14 09:18:17 +0100
  • a8bf990674 Tie value suggestions to their arguments Benjamin Sago 2017-09-14 01:22:37 +0100
  • 36cf5df044 Add support for optional argument/flag with optional value Mahmoud Al-Qudsi 2017-09-13 18:48:59 -0500
  • 1824313cda Put misfire.rs in a nicer order Benjamin Sago 2017-09-13 23:49:30 +0100
  • 43bbf00478 Show a warning when running ‘exa -ltr’ Benjamin Sago 2017-09-13 23:47:19 +0100
  • 0fefc78cbb Add more modified date aliases Benjamin Sago 2017-09-13 23:26:06 +0100
  • 19b7780755 Fix typo in error message Benjamin Sago 2017-09-13 22:37:51 +0100
  • 68e70bf036 Reword this comment Benjamin Sago 2017-09-13 20:45:41 +0100
  • aa2e3a5d9e Merge branch 'ls-colors-finally' Benjamin Sago 2017-09-13 10:12:08 +0100
  • dc45332d7b Implement file name colouring in {exa,ls}_colors Benjamin Sago 2017-09-13 08:51:57 +0100
  • b86074d63b Rename Style to Styles to avoid a name clash Benjamin Sago 2017-09-13 08:44:59 +0100
  • f99d3417ea Update README.md Theodore Dubois 2017-09-04 14:42:17 -0700
  • 28b4b672d4 Move FileStyle to the same options file as Colours Benjamin Sago 2017-09-03 19:50:40 +0100
  • 4507edd734 256 colour support in ls_colors Benjamin Sago 2017-09-03 17:05:38 +0100
  • bad794ab9d Versions bump Benjamin Sago 2017-09-03 17:03:30 +0100
  • 265f93f7cd Merge branch 'late-git-discovery' Benjamin Sago 2017-09-02 21:22:24 +0100
  • c60ea36a31 Allow --git --tree, too Benjamin Sago 2017-09-02 12:13:41 +0100
  • 9cda05df20 Only display Git column for directories with repos Benjamin Sago 2017-09-02 00:04:22 +0100
  • 558b13880b Don’t pass Dirs to the Table Benjamin Sago 2017-09-01 22:52:13 +0100
  • f3c7fa500f Fix TableOptions Debug Benjamin Sago 2017-09-01 22:48:42 +0100
  • 45a807a14f Redo Git implementation to allow --git --recurse Benjamin Sago 2017-09-01 19:13:47 +0100
  • 3d4ddf8af6 Group Git repositories by their workdir Benjamin Sago 2017-08-28 23:45:15 +0100
  • 62075fe984 Code and logging fix-ups Benjamin Sago 2017-08-28 18:40:52 +0100
  • cfc05eef00 Add test for nested Git repository Benjamin Sago 2017-08-28 18:24:20 +0100
  • 040dbb2414 Use a global Git cache Benjamin Sago 2017-08-28 18:11:38 +0100
  • 55aaecb74d Improve Git test coverage Benjamin Sago 2017-08-28 15:10:29 +0100
  • be70fbdf98 Add test for multiple Git repositories Benjamin Sago 2017-08-27 00:33:02 +0100
  • d86fc4286b \t and \s+$ Benjamin Sago 2017-08-26 23:53:47 +0100
  • 075fe802b4 Merge branch 'exa-colors' Benjamin Sago 2017-08-26 23:45:54 +0100
  • b13b37ed29 Add exa_colors support to the Vagrant VM Benjamin Sago 2017-08-26 23:44:29 +0100
  • f6b7b7f298 Add exa_colors to make exa themable Benjamin Sago 2017-08-26 23:17:07 +0100
  • 504a0dd6b7 Stop collecting ls_colors into a hashmap Benjamin Sago 2017-08-26 22:33:16 +0100
  • dd838c2dc1 Move Colours and LSColors to their own module Benjamin Sago 2017-08-26 21:40:37 +0100
  • 945fa1e83d Isolate and document the environment variables Benjamin Sago 2017-08-26 21:19:06 +0100
  • bf8ff3675b Move Vars into its own module Benjamin Sago 2017-08-26 20:48:51 +0100
  • bfb8a5a573 Extract trait above file name colours Benjamin Sago 2017-08-26 20:43:47 +0100
  • e5e23e23c7 Use the file type colour trait methods Benjamin Sago 2017-08-26 15:29:39 +0100
  • 4cab5b6b94 Don’t re-clone the git2-rs repo Benjamin Sago 2017-08-26 15:13:19 +0100
  • adfee28fb9 Merge branch 'ls-colors' Benjamin Sago 2017-08-26 14:56:24 +0100
  • 276d18cf7c Give block and character devices different colours Benjamin Sago 2017-08-26 14:30:33 +0100
  • 44cee6b60c Add unnecessary hacker theme Benjamin Sago 2017-08-26 14:05:08 +0100
  • bd8e9d819c Add more ls_colors colours Benjamin Sago 2017-08-26 14:04:49 +0100
  • d517e9e12b Split FileTypes into types and kinds Benjamin Sago 2017-08-25 17:50:22 +0100
  • fb3395883e Start actually parsing ls_colors Benjamin Sago 2017-08-25 17:43:36 +0100
  • 59edc3b6ea These tests don’t need a type Benjamin Sago 2017-08-25 09:07:28 +0100
  • 974ddc0e63 Tests for turning colours on/off Benjamin Sago 2017-08-25 09:03:47 +0100
  • a581c871ed Split the colours tests in two Benjamin Sago 2017-08-25 08:53:35 +0100
  • 4907565baf Move colour options to their own file Benjamin Sago 2017-08-24 23:38:26 +0100
  • 30f3c6eb00 Strict mode and tests for colour scale Benjamin Sago 2017-08-23 11:45:29 +0100
  • 8b0e483c0f More ls_colors parsing Benjamin Sago 2017-08-22 18:06:42 +0100
  • 5e0003784d Start writing ls_colors parser Benjamin Sago 2017-08-20 22:59:22 +0100
  • b2201b72d5 A tree only needs the tree style Benjamin Sago 2017-08-20 21:39:52 +0100
  • 9b24649d68 Reverse what knows how to render a cell Benjamin Sago 2017-08-20 20:29:23 +0100
  • 3405db1f4b Use my patched verson of git2-rs Benjamin Sago 2017-08-20 20:04:59 +0100
  • 414b347ae5 Formalise exa-packaging script Benjamin Sago 2017-08-20 18:19:58 +0100
  • 0b30864f10 \t Benjamin Sago 2017-08-20 18:14:40 +0100
  • 57c647fee5 Default to sorting case-insensitively Benjamin Sago 2017-08-20 17:33:39 +0100
  • d716bb72c9 Say where the target directory is too Benjamin Sago 2017-08-19 23:36:25 +0100
  • cb9c0d3aa5 Fail xtests fast if the exa binary doesn’t exist Benjamin Sago 2017-08-19 23:27:26 +0100
  • 69fbf8b6c0 Quieten the test output Benjamin Sago 2017-08-19 23:25:51 +0100
  • 965bc9e37a Print the parsed options to the debug log Benjamin Sago 2017-08-19 22:39:34 +0100
  • d980f3ef85 Make the prompt bold Benjamin Sago 2017-08-19 22:37:52 +0100
  • 4c16f50565 Fix an error being displayed weirdly Benjamin Sago 2017-08-19 22:17:53 +0100
  • 02350c5a2a Merge branch 'a-better-ssh-experience' Benjamin Sago 2017-08-19 22:00:58 +0100
  • c2779403a7 And again for LS_COLORS Benjamin Sago 2017-08-19 21:58:59 +0100
  • b2cbb909e1 Do the same for strict mode Benjamin Sago 2017-08-19 21:20:14 +0100
  • 886398eda9 Make debug mode switch-on-and-offable Benjamin Sago 2017-08-19 21:13:44 +0100
  • 6eb3face43 Include a fancy custom prompt Benjamin Sago 2017-08-19 20:23:37 +0100
  • 1c2e34f649 Add some more helper scripts Benjamin Sago 2017-08-19 17:59:52 +0100
  • 9e4ac8cae9 Add global aliases for cargo and xtests Benjamin Sago 2017-08-19 16:03:08 +0100
  • e0727a150b Merge branch 'loggin'' Benjamin Sago 2017-08-19 15:10:34 +0100
  • 80e3d6fcaf Test for debug mode Benjamin Sago 2017-08-19 13:57:56 +0100
  • 1081762657 Basically, log before doing fs operations Benjamin Sago 2017-08-19 13:53:33 +0100
  • 014e179abf One more Benjamin Sago 2017-08-19 12:22:17 +0100
  • 6fbb0b8626 More logging things that shouldn’t happen Benjamin Sago 2017-08-19 11:15:17 +0100
  • a5e177afe5 Now we can log OS error 95 Benjamin Sago 2017-08-19 11:03:53 +0100
  • 377260d88c Start logging at opportune moments Benjamin Sago 2017-08-19 10:06:07 +0100
  • e933fa6a88 Merge branch 'row-threshold' Benjamin Sago 2017-08-13 11:16:11 +0100
  • bcf5213cc8 Tie the row threshold to EXA_GRID_ROWS Benjamin Sago 2017-08-13 11:15:40 +0100
  • 6740faa781 env vars should be referenced, not copied Benjamin Sago 2017-08-13 11:14:58 +0100
  • dfa7e7bab6 Add snap support for ease of deployment Will DeBerry 2017-08-03 22:41:37 -0400
  • 33e83accd0 match-to-if-let Benjamin Sago 2017-08-12 22:51:45 +0100
  • da00e2fda2 Thread the row threshold through grid_details Benjamin Sago 2017-08-12 22:49:16 +0100
  • a6ed42105d By lines, I meant details Benjamin Sago 2017-08-12 20:19:30 +0100
  • 513ec51358 Have grid-details turn into lines if it won’t fit Benjamin Sago 2017-08-12 14:21:34 +0100