Commit Graph

  • c261b41578
    trying to fix failing system_wide_config.rs tests Oliver looney 2023-12-31 22:44:17 +0000
  • 6f1cc80d68
    Merge branch 'master' into 2783-setting-terminal-title Oliver Looney 2023-12-31 22:25:25 +0000
  • 3b0ade9cb8
    slightly changed set terminal command to match docs & broke print line into multiple variables Oliver looney 2023-12-31 22:24:44 +0000
  • 57016f4e04
    small refactoring of set terminal title function Oliver looney 2023-12-31 22:15:00 +0000
  • 497342fabb Bump cmd-help syntax to latest Víctor González Prieto 2023-12-29 17:52:06 +0100
  • e3e22d4404 follow the format of changelog cgmossa 2023-12-29 15:28:55 +0100
  • c1c424a237 cargo update to update lockfile cgmossa 2023-12-29 15:28:34 +0100
  • abf25b7f1f update changelog cgmossa 2023-12-29 15:22:30 +0100
  • ae57f69732 upgrade plist to 1.6 cgmossa 2023-12-29 15:20:27 +0100
  • bf56cd90f0 Eliminate dependency on syn v1 by updating git-version David Tolnay 2023-12-28 20:24:52 -0800
  • ed96534bff
    Eliminate dependency on syn v1 by updating git-version David Tolnay 2023-12-28 20:24:52 -0800
  • 0acb979e9e Pull in fix for unsafe-libyaml security advisory David Tolnay 2023-12-26 14:02:43 -0800
  • bbd6f846a9
    Pull in fix for unsafe-libyaml security advisory David Tolnay 2023-12-26 14:02:43 -0800
  • d7503bfc09
    Merge branch 'master' into 2783-setting-terminal-title Oliver Looney 2023-12-27 16:14:04 +0000
  • b89dc15be1 Use proper Architecture for Debian packages built for musl Martin Nordholts 2023-12-25 16:20:12 +0100
  • 3f3c3f5061 Use proper Architecture for Debian packages built for musl Martin Nordholts 2023-12-25 16:20:12 +0100
  • 15ab4478c9
    Reduce unnecessary build deps cyqsimon 2023-12-22 19:29:54 +0800
  • 5b4ce684a1
    ran cargo fmt Oliver looney 2023-12-18 17:47:09 +0000
  • 0027055a83
    fixed system_wide_config.rs tests Oliver looney 2023-12-18 17:44:52 +0000
  • 321b3ec81b
    updated CHANGELOG.md Oliver looney 2023-12-18 17:38:11 +0000
  • 1679460f42
    updated CHANGELOG.md Oliver looney 2023-12-18 17:32:08 +0000
  • 907af9e35f
    updated tests since terminal title is set conditionally Oliver looney 2023-12-18 17:27:51 +0000
  • 12b74dfb4e
    terminal title is only set when pager is being used Oliver looney 2023-12-18 16:59:12 +0000
  • fd84e4f49f
    fixed all but two failing tests. Last two tests are erroring because of IO circle detected error Oliver looney 2023-12-11 19:09:48 +0000
  • f0a6fe216d
    Benchmark prototype cyqsimon 2023-12-11 10:38:59 +0800
  • d792dc5804
    Move rusty-fork to dev-dependencies cyqsimon 2023-11-27 10:35:37 +0800
  • 8a08025091
    Disable builtin_mappings_are_lazily_evaluated for ARM builds cyqsimon 2023-11-07 22:05:38 +0800
  • 586c804b1e
    Add test: builtin_mappings_are_lazily_evaluated cyqsimon 2023-11-06 12:57:15 +0800
  • e30161ac3c
    Add test: builtin_mappings_matcher_only_compile_once cyqsimon 2023-11-06 11:18:20 +0800
  • 3865908439
    Add test: custom_mappings_precedence cyqsimon 2023-11-06 10:55:22 +0800
  • 9474b4cf8b
    Rename & sort syntax mapping tests cyqsimon 2023-11-06 10:54:52 +0800
  • b48bda21a3
    Add test: all_fixed_builtin_mappings_can_compile cyqsimon 2023-11-06 10:48:28 +0800
  • daf33709a0
    Additional sanity check for matcher parser cyqsimon 2023-11-06 10:43:39 +0800
  • 36073a3d95
    Document another rule ignore condition cyqsimon 2023-11-05 22:46:53 +0800
  • 12fa2cb1eb
    - is not a legal character in variable name cyqsimon 2023-11-05 22:30:47 +0800
  • 1f10d846a3
    Fix tests cyqsimon 2023-11-05 19:21:00 +0800
  • 22531eab90
    Port all mappings to new system cyqsimon 2023-11-05 18:45:53 +0800
  • 0c1b80faab
    Impl per-target syntax mappings cyqsimon 2023-11-05 12:22:26 +0800
  • 2c9bf229e1
    Add doc comment for BUILTIN_MAPPINGS cyqsimon 2023-11-05 10:39:44 +0800
  • 822e81bb24
    Suppress clippy warning for MappingTarget in build script cyqsimon 2023-11-05 10:34:28 +0800
  • ad628c0471
    Fix iterator lifetime incompatibility cyqsimon 2023-11-05 10:12:49 +0800
  • f483d2df42
    Lazily compile GlobMatchers cyqsimon 2023-11-05 02:46:32 +0800
  • 4ad3002543
    s/Lazy<GlobMatcher>/Lazy<Option<GlobMatcher>>/ cyqsimon 2023-11-05 01:49:01 +0800
  • cfd622d6e1
    Migrate SyntaxMapping impl to new system cyqsimon 2023-11-05 01:41:39 +0800
  • 1c7c9a6b6d
    Split syntax_mapping/builtin.rs cyqsimon 2023-11-05 01:29:21 +0800
  • 0c93ca80f4
    Guard against duplicate matchers in build script cyqsimon 2023-11-05 01:18:08 +0800
  • de6d418d42
    Remove BuiltinMatcher enum cyqsimon 2023-11-05 00:08:05 +0800
  • c016b462c0
    STATIC_RULES => BUILTIN_MAPPINGS cyqsimon 2023-11-04 21:47:13 +0800
  • 7e1fbcfe95
    Fix visibility for SyntaxMapping::get_syntax_for cyqsimon 2023-11-04 21:42:17 +0800
  • 4815b6155e
    Write changelog cyqsimon 2023-11-04 21:18:07 +0800
  • 075b5b288a
    Matcher parser errors when empty cyqsimon 2023-11-04 20:23:33 +0800
  • 7cfd1e0d78
    Rerun build script only when necessary cyqsimon 2023-11-02 23:59:20 +0800
  • 9f7d70f642
    Use regex for matcher parsing cyqsimon 2023-11-02 23:16:04 +0800
  • 0fea82cff9
    Minor improvement of variable naming accuracy cyqsimon 2023-11-02 20:35:58 +0800
  • 64840fbbae
    join_segments -> build_glob_string cyqsimon 2023-11-02 20:21:07 +0800
  • 827b3eca2f
    Add unset *.conf example cyqsimon 2023-11-02 19:59:18 +0800
  • 9478d2dfe8
    Isolate variables at compile time cyqsimon 2023-11-02 19:53:04 +0800
  • d24501ab5e
    include! generated mappings in source cyqsimon 2023-11-02 16:48:35 +0800
  • 9f4259721a
    Fix codegen type declaration cyqsimon 2023-11-02 16:42:41 +0800
  • 77e491161c
    Ensure lexicographical ordering cyqsimon 2023-11-02 16:36:25 +0800
  • 97780f987e
    MappingDefModel::into_mapping_list returns MappingList cyqsimon 2023-11-02 16:33:56 +0800
  • d1bc0ef0d4
    Build script codegen initial impl cyqsimon 2023-11-02 16:27:26 +0800
  • 52f94b4623
    Clarify syntax selection algorithm behaviour cyqsimon 2023-10-31 15:10:33 +0800
  • 37fd050100
    Describe filename ordering more accurately cyqsimon 2023-10-31 14:47:35 +0800
  • 83286975ff
    Add ordering prefix to git-config example cyqsimon 2023-10-31 11:45:26 +0800
  • f705fcb984
    Add global git-config example cyqsimon 2023-10-31 11:26:36 +0800
  • 9ca1f20f43
    Add specification draft cyqsimon 2023-10-31 11:26:09 +0800
  • 6ad800e43a
    tidied commits Oliver looney 2023-12-10 17:24:49 +0000
  • 069318b139
    fixed formatting of terminal title Oliver looney 2023-12-10 17:20:42 +0000
  • b9b554248d
    successfully setting the terminal title to bat's input's names Oliver looney 2023-12-10 17:17:19 +0000
  • 4863d428dd
    title is being reset on quit, so no need to restore terminal title Oliver looney 2023-12-10 16:44:47 +0000
  • 2e103ee6b3
    able to set terminal title to hardcoded value Oliver looney 2023-12-10 16:39:34 +0000
  • c4af3eeece
    Try to detect the current theme based on the terminal background color Ayke van Laethem 2023-07-28 14:29:57 +0200
  • 7b80406b0f fuzz: Add fuzzing additions to changelog Nathaniel Brough 2023-12-05 09:57:52 -0800
  • 3ff4368ca9 fuzz: Add simple fuzz harness Nathaniel Brough 2023-12-05 09:34:57 -0800
  • 28990bc451
    fix: display color when NO_COLOR is an empty string (#2767) Lena 2023-12-02 12:43:55 +0100
  • b56c86bf7b
    Merge branch 'master' into fix-no-color Martin Nordholts 2023-12-02 12:33:59 +0100
  • 748e2a681f Add columns=3 to repology badge cyqsimon 2023-11-13 09:47:25 +0800
  • 57346e827a Add columns=3 to repology badge cyqsimon 2023-11-13 09:47:25 +0800
  • bfa0b5241f
    Update Arch Linux package URL in README files (#2779) Broono Lu 2023-12-01 20:26:35 +0000
  • f320ee8702
    Merge branch 'master' into patch-1 Martin Nordholts 2023-12-01 21:01:09 +0100
  • 4af4bfc0f1 fixed syntax typo in russian readme Oliver looney 2023-12-01 17:22:54 +0000
  • c12249b328
    fix: display color when NO_COLOR is an empty string Lena 2023-11-04 14:06:43 +0100
  • 1b3c6746a3
    fixed syntax typo in russian readme Oliver looney 2023-12-01 17:22:54 +0000
  • 7367dbdcb4
    Merge branch 'master' into patch-1 Martin Nordholts 2023-12-01 12:18:40 +0100
  • 51203ff750
    Use GitHub API to get correct PR submitter (#2791) cyqsimon 2023-12-01 19:18:10 +0800
  • 2d80f5911c
    Merge branch 'master' into changelog-author-detect-fix Martin Nordholts 2023-12-01 12:10:07 +0100
  • e09f0772a7
    Write changelog cyqsimon 2023-12-01 18:51:10 +0800
  • 4c2da4627f
    Use GitHub API to get correct PR submitter cyqsimon 2023-12-01 18:47:08 +0800
  • 96cef9a24e
    Bump assets/themes/zenburn from 43dc527 to e627f1c (#2790) dependabot[bot] 2023-12-01 10:38:36 +0000
  • 5face71505
    Bump assets/themes/zenburn from 43dc527 to e627f1c dependabot[bot] 2023-12-01 10:29:00 +0000
  • d3c57c6769
    Merge branch 'master' into patch-1 Martin Nordholts 2023-12-01 11:13:23 +0100
  • b43d31b75a Improvements and fixes to zsh completion Oliver Kiddle 2023-11-12 14:26:56 +0100
  • 0870874fb1
    Merge branch 'master' into zsh-completion Martin Nordholts 2023-12-01 10:36:28 +0100
  • ad3ff26960
    Bump serde from 1.0.190 to 1.0.193 (#2788) dependabot[bot] 2023-12-01 04:15:35 +0000
  • d138105be7
    Bump serde from 1.0.190 to 1.0.193 dependabot[bot] 2023-12-01 04:02:06 +0000
  • 86b40993c3
    Bump grep-cli from 0.1.9 to 0.1.10 (#2789) dependabot[bot] 2023-12-01 04:01:10 +0000
  • 9f9875bf15
    Bump globset from 0.4.13 to 0.4.14 dependabot[bot] 2023-12-01 03:45:17 +0000
  • cc387ae9ee
    Bump grep-cli from 0.1.9 to 0.1.10 dependabot[bot] 2023-12-01 03:44:43 +0000
  • 31bed250ba
    Bump clap from 4.4.6 to 4.4.10 (#2786) dependabot[bot] 2023-12-01 03:44:01 +0000