1. 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
  2. 31 7月, 2015 1 次提交
  3. 30 7月, 2015 1 次提交
  4. 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
  5. 10 7月, 2015 1 次提交
  6. 09 7月, 2015 1 次提交
  7. 29 6月, 2015 8 次提交
  8. 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
  9. 23 6月, 2015 1 次提交
  10. 21 6月, 2015 1 次提交
  11. 18 6月, 2015 2 次提交
  12. 17 6月, 2015 3 次提交
  13. 09 6月, 2015 3 次提交
  14. 07 6月, 2015 3 次提交
  15. 05 6月, 2015 4 次提交
  16. 04 6月, 2015 1 次提交
  17. 30 5月, 2015 1 次提交
  18. 29 5月, 2015 2 次提交
  19. 26 5月, 2015 1 次提交