summaryrefslogtreecommitdiffstats
path: root/src/output
AgeCommit message (Expand)Author
2015-09-21Upgrade to latest version of datetime crateBen S
2015-09-15Dismiss some compile-time warningsBenjamin Sago
2015-09-03Details view comments and tidy-upsBen S
2015-09-02Parallelise the details view!Ben S
2015-08-26Restore xattrs to their long view columnBen S
2015-08-26Use the correct ASCII for rows with errors/attrsBen S
2015-08-26Scan for nested files on-demand, not all the timeBen S
2015-08-26Print xattrs in tree view like we do errorsBen S
2015-08-25Coalesce platform-specific xattr modulesBen S
2015-08-25Fix bug where errors' tree parts ended earlyBen S
2015-08-25Display errors inline in the treeBen S
2015-08-25Comment correctionsBen S
2015-08-25Make the cells optional for display Rows.Ben S
2015-08-25Make Dir return an Iterator of files, not VecBen S
2015-08-03Allow --tree without --longBen S
2015-08-03Slim down symlink arrowBen S
2015-07-15Updates for term-gridBen S
2015-06-29Extract some methodsBen S
2015-06-29Allow using --across with --long --gridBen S
2015-06-28Fix bug where unfilled displays were being checkedBen S
2015-06-28Cache the rendered cellsBen S
2015-06-28Go top-to-bottom, not left-to-rightBen S
2015-06-28Adapt the long grid view to the console widthBen S
2015-06-28Add --grid --long optionBen S
2015-06-23Use term_grid crate for grid formattingBen S
2015-06-08Various unimportant style changesBen S
2015-06-04Display dates with the host's timezoneBen S
2015-05-29Fix failing test codeBen S
2015-05-16Generify Table to be used in tests once againBen S
2015-05-16Add some more comments and spacingsBen S
2015-05-16Remove space when no file has extended attributesBen S
2015-05-12Move Git render_char to its own methodBen S
2015-05-12Fix Git colours to be actually correctBen S
2015-05-12Move File fields to their own moduleBen S
2015-05-12Minor whitespace changesBen S
2015-05-12The locals struct is no longer necessaryBen S
2015-05-12Remove year field on timestamp columnBen S
2015-05-12Move size_format into render_size methodBen S
2015-05-12Remove redundant importsBen S
2015-05-12Move renderers from traits to Table objectBen S
2015-05-11Fix size numbers boldingBen S
2015-05-11Make executable files' 'x's underlined againBen S
2015-05-11Add the file type column back inBen S
2015-05-11Turn File into simply a data sourceBen S
2015-05-10Finally, do the same for the Git column.Ben S
2015-05-10Update most of the other columns to use coloursBen S
2015-05-09Add colours module, and disable them sometimesBen S
2015-05-07Remove some unused functionsBen S
2015-04-09updated to latest rust nightlyCristian Kubis
2015-04-04Upgrade to latest RustBenjamin Sago