summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-09-07Update clippy configuration and pin nightly on TravisSebastian Wiesner
2018-09-02Ignore errors from enabling ANSI codesSebastian Wiesner
2018-09-02Enable ANSI colours on Windows 10Sebastian Wiesner
2018-09-02Use ansi_term crate for stylesSebastian Wiesner
2018-08-26Use dyn trait objectsSebastian Wiesner
2018-08-25Make clippy stop complainSebastian Wiesner
2018-08-25Add flag to print detected terminalSebastian Wiesner
2018-08-25Make iterm2 and terminology optionalSebastian Wiesner
2018-08-25Redesign terminal supportSebastian Wiesner
2018-08-25Extract errors into dedicated moduleSebastian Wiesner
2018-08-25Extract base terminal typesSebastian Wiesner
2018-08-25Rename old terminal enumSebastian Wiesner
2018-08-24Allow unused variable to fix max_size warningSebastian Wiesner
2018-08-24Fix typo in conditionSebastian Wiesner
2018-08-24Do not enable terminology on WindowsSebastian Wiesner
2018-08-24Build on WindowsSebastian Wiesner
2018-08-19Fix clippy warningSebastian Wiesner
2018-08-15Update formatting for current stableSebastian Wiesner
2018-05-28Reformat with rust 1.26Sebastian Wiesner
2018-04-24Use writeln instead of writeSebastian Wiesner
2018-02-15Publicly expose the `TerminalWrite` traitSebastian Thiel
2018-02-15Fix typo in function docsIgor Šarčević
2018-02-09Render SVG images in iterm2Sebastian Wiesner
2018-02-07Extend public docs a bitSebastian Wiesner
2018-02-07Test mimetype detectionSebastian Wiesner
2018-02-07Test reading a remote resourceSebastian Wiesner
2018-02-07Turn non-200 responses into errorsSebastian Wiesner
2018-02-07Test resourcesSebastian Wiesner
2018-02-07Expose a librarySebastian Wiesner
2018-02-07Only show pixel images in iTerm2Sebastian Wiesner
2018-02-07Fetch HTTP(S) images for iterm2Sebastian Wiesner
2018-02-07Simplify access checkSebastian Wiesner
2018-02-07Fix formattingSebastian Wiesner
2018-02-07Enable colours in --helpSebastian Wiesner
2018-02-07Use failure to stack errorsSebastian Wiesner
2018-02-07Add --local flag to inhibit remote imagesSebastian Wiesner
2018-02-02Remove redundant closuresSebastian Wiesner
2018-02-02Fix names of methods with move semanticsSebastian Wiesner
2018-02-02Use safer conversionsSebastian Wiesner
2018-02-02Use write_all to ensure that everything gets writtenSebastian Wiesner
2018-02-02Drop termionSebastian Wiesner
2018-02-02Write ANSI styles ourselvesSebastian Wiesner
2018-02-02Enable remote images in Terminology againSebastian Wiesner
2018-01-31Add inline images to TerminologySebastian Wiesner
2018-01-28Simplify dereferenceSebastian Wiesner
2018-01-28Merge terminal and format structsSebastian Wiesner
2018-01-28Introduce "resources"Sebastian Wiesner
2018-01-28Merge identical match armsSebastian Wiesner
2018-01-28Expose the full terminal size in ContextSebastian Wiesner
2018-01-28Extend documentation about terminalsSebastian Wiesner