1. 25 8月, 2015 1 次提交
    • B
      Make Dir return an Iterator of files, not Vec · 5d0bd371
      Ben S 提交于
      This is part of work to make the flow of files more iterator-able, rather than going in and out of vectors. Here, a Dir returns an iterator of files, rather than a pre-filled vector.
      
      For now, this removes the ability for error messages to be displayed. Will be added in later though!
      5d0bd371
  2. 04 8月, 2015 1 次提交
    • B
      Fix bug where Git repos were always queried · d547c3f5
      Ben S 提交于
      This is very slow (see #28) at the moment, so there's an option to switch off repo discovery. However, they were still always being queried. Now, if there's no Git option in the flags, it won't try to discover a repo.
      d547c3f5
  3. 03 8月, 2015 2 次提交
    • B
      Allow --tree without --long · e1f4ea92
      Ben S 提交于
      This kind of abuses the details view by giving it no columns when the Columns value is None (it's now Optional).
      e1f4ea92
    • B
      Slim down symlink arrow · ebbac61c
      Ben S 提交于
      Fixes #74. There's one argument for changing the arrow, and none against!
      ebbac61c
  4. 02 8月, 2015 2 次提交
    • B
      Use new slice_splits functions · 21ee2fbb
      Ben S 提交于
      These replace `init()` and `tail()` which are deprecated in favour of these.
      
      In fact, it's a good thing they're deprecated, because part of the path_prefix code involved working around a call to init() that would panic otherwise - doing the same check with an `Option` is much more ergonomic.
      21ee2fbb
    • B
      Merge pull request #73 from lilydjwg/master · b6af699b
      Ben S 提交于
      Use the "install" program to install
      b6af699b
  5. 31 7月, 2015 1 次提交
  6. 30 7月, 2015 1 次提交
  7. 16 7月, 2015 1 次提交
    • B
      Updates for term-grid · d710151e
      Ben S 提交于
      The separator_width field in the term_grid crate was replaced with a filling field.
      d710151e
  8. 10 7月, 2015 1 次提交
  9. 09 7月, 2015 1 次提交
  10. 29 6月, 2015 8 次提交
  11. 28 6月, 2015 3 次提交
    • B
      Adapt the long grid view to the console width · 08f3514d
      Ben S 提交于
      08f3514d
    • B
      Add --grid --long option · ccdf9ff4
      Ben S 提交于
      This commit adds --grid, which, when used with --long, will split the details into multiple columns. Currently this is just 2 columns, but in the future it will be based on the width of the terminal.
      
      In order to do this, I had to do two things:
      
      1. Add a `links` parameter to the filename function, which disables the printing of the arrow and link target in the details view. When this is active, the columns get way too large, and it becomes not worth it.
      2. Change the `print_table` function from actually printing the table to stdout to returning a list of `Cells` based on the table. This list then gets its width measured to calculate the width of the resulting table.
      ccdf9ff4
    • B
      Versions bump · 766279b8
      Ben S 提交于
      766279b8
  12. 23 6月, 2015 1 次提交
  13. 21 6月, 2015 1 次提交
  14. 18 6月, 2015 2 次提交
  15. 17 6月, 2015 3 次提交
  16. 09 6月, 2015 3 次提交
  17. 07 6月, 2015 3 次提交
  18. 05 6月, 2015 4 次提交
  19. 04 6月, 2015 1 次提交