summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2024-01-29added set_terminal_title arg to clap_app.rs to fix ci errorsOliver looney
2024-01-27removed set_terminal_title arg from clap_app.rs since other boolean args aren...Oliver looney
2024-01-27terminal title is only set if user opts in with --set_terminal_title flagOliver looney
2024-01-27added a flag to config for setting terminal titleOliver looney
2024-01-21Attempt to fix integration testFilip Razek
2024-01-21Run cargo fmtFilip Razek
2024-01-21fix: Wrap file name in headerFilip Razek
2024-01-19Merge branch 'master' into syntax-mapping-refactorcyqsimon
2024-01-18Add note on subdirectory's irrelevance to orderingcyqsimon
2024-01-18Reverse precedence of syntax mappings specified on CLIcyqsimon
2024-01-17Make the error handler `FnMut`rhysd
2023-12-31slightly changed set terminal command to match docs & broke print line into m...Oliver looney
2023-12-31small refactoring of set terminal title functionOliver looney
2023-12-18terminal title is only set when pager is being usedOliver looney
2023-12-11Benchmark prototypecyqsimon
2023-12-11Disable `builtin_mappings_are_lazily_evaluated` for ARM buildscyqsimon
2023-12-11Add test: `builtin_mappings_are_lazily_evaluated`cyqsimon
2023-12-11Add test: `builtin_mappings_matcher_only_compile_once`cyqsimon
2023-12-11Add test: `custom_mappings_precedence`cyqsimon
2023-12-11Rename & sort syntax mapping testscyqsimon
2023-12-11Add test: `all_fixed_builtin_mappings_can_compile`cyqsimon
2023-12-11Document another rule ignore conditioncyqsimon
2023-12-11Fix testscyqsimon
2023-12-11Port all mappings to new systemcyqsimon
2023-12-11Impl per-target syntax mappingscyqsimon
2023-12-11Fix iterator lifetime incompatibilitycyqsimon
2023-12-11Lazily compile `GlobMatcher`scyqsimon
2023-12-11`s/Lazy<GlobMatcher>/Lazy<Option<GlobMatcher>>/`cyqsimon
2023-12-11Migrate `SyntaxMapping` impl to new systemcyqsimon
2023-12-11Split `syntax_mapping/builtin.rs`cyqsimon
2023-12-11Remove `BuiltinMatcher` enumcyqsimon
2023-12-11Fix visibility for `SyntaxMapping::get_syntax_for`cyqsimon
2023-12-11Minor improvement of variable naming accuracycyqsimon
2023-12-11`join_segments` -> `build_glob_string`cyqsimon
2023-12-11Add unset `*.conf` examplecyqsimon
2023-12-11Isolate variables at compile timecyqsimon
2023-12-11`include!` generated mappings in sourcecyqsimon
2023-12-11Clarify syntax selection algorithm behaviourcyqsimon
2023-12-11Describe filename ordering more accuratelycyqsimon
2023-12-11Add ordering prefix to git-config examplecyqsimon
2023-12-11Add global git-config examplecyqsimon
2023-12-11Add specification draftcyqsimon
2023-12-10tidied commitsOliver looney
2023-12-10fixed formatting of terminal titleOliver looney
2023-12-10successfully setting the terminal title to bat's input's namesOliver looney
2023-12-10title is being reset on quit, so no need to restore terminal titleOliver looney
2023-12-10able to set terminal title to hardcoded valueOliver looney
2023-12-02fix: display color when NO_COLOR is an empty string (#2767)Lena
2023-10-20Add unicode/caret replacements for all control characters (#2712)einfachIrgendwer0815
2023-10-05Replace our own macros to write buffers with standard macrosrhysd