bat/src
Shreyansh Chouhan 53d0c1deca Can read files named "cache" now, cache subcommand working too (#275)
Now if a cache file exists in the current directory, and the user passes
no arguments to the cache command, the cache file would be displayed.
If however the user uses cache command with arguments, the cache command
would be executed as normal regardless of whether the file cache exists
in the current directory or not.

Though now there won't be an error message displayed if the user uses the cache sub command without arguments in any directory that contains a file named cache.
2018-09-05 23:22:12 +02:00
..
app.rs Can read files named "cache" now, cache subcommand working too (#275) 2018-09-05 23:22:12 +02:00
assets.rs Include theme_preview file in binary 2018-08-28 20:24:13 +02:00
controller.rs Move theme_preview file to constant 2018-08-28 22:16:42 +02:00
decorations.rs Refactoring, introduce Printer trait 2018-08-23 19:44:14 +02:00
diff.rs Fix for Rust 1.26 2018-08-31 23:57:27 +02:00
line_range.rs Fixes mut issue 2018-08-28 20:24:13 +02:00
main.rs Can read files named "cache" now, cache subcommand working too (#275) 2018-09-05 23:22:12 +02:00
output.rs Support "(/usr)/bin/less" as PAGER too 2018-09-05 21:10:11 +02:00
printer.rs Include theme_preview file in binary 2018-08-28 20:24:13 +02:00
style.rs Fixes mut issue 2018-08-28 20:24:13 +02:00
terminal.rs Major refactoring and cleanup 2018-08-22 22:29:12 +02:00