Keith Hall
da4defad07
Merge branch 'master' into master
2024-11-13 21:59:48 +02:00
Keith Hall
9bed8adb16
Merge pull request #3095 from mhelsley/mhelsley-fix-lessopen
...
Fix lessopen feature
2024-11-13 21:58:02 +02:00
Keith Hall
2e836e9822
Merge branch 'master' into mhelsley-fix-lessopen
2024-11-13 21:42:36 +02:00
Keith Hall
07554b0c1d
Merge pull request #3098 from adamperkowski/bat_config_dir_docs
...
📔 docs: mention `BAT_CONFIG_DIR` in the README
2024-11-13 21:37:40 +02:00
Keith Hall
022574314f
Merge branch 'master' into bat_config_dir_docs
2024-11-13 21:25:59 +02:00
Keith Hall
8a4701f93f
Merge pull request #2896 from bash/dark-light
...
Choose Theme Based on The Terminal's Color Scheme
2024-11-13 21:10:50 +02:00
Keith Hall
08047a6a2e
Merge branch 'master' into dark-light
2024-11-13 20:54:57 +02:00
Adam Perkowski
2caeaef14b
📔 docs: mention BAT_CONFIG_DIR
in the README
2024-11-13 20:53:45 +02:00
Keith Hall
d00e05643f
Merge pull request #3103 from Ugzuzg/citation-mapping
...
Add syntax mapping for CITATION.cff
2024-11-13 20:41:44 +02:00
Keith Hall
60693db73f
Merge branch 'master' into dark-light
2024-11-13 20:33:37 +02:00
volklord
15f2553a3d
bat.zsh.in: Remove duplicate word
...
Remove the duplicate word `disable disable`
2024-11-13 20:30:04 +02:00
Keith Hall
dbe352d8b8
Merge branch 'master' into citation-mapping
2024-11-13 20:25:26 +02:00
Keith Hall
517ddd8e00
Merge pull request #3115 from pratik-m/add-pipe-delimter-to-csv-syntax
...
Adding pipe delimeter support for csv files
2024-11-13 20:24:20 +02:00
Pratik Munot
558b487c91
Merge branch 'master' into add-pipe-delimter-to-csv-syntax
2024-11-11 20:41:52 -08:00
David Peter
f8f12a7db5
Update sponsorship information
2024-11-10 20:02:58 +01:00
Pratik Munot
d725443116
Merge branch 'master' into add-pipe-delimter-to-csv-syntax
2024-11-02 22:41:52 -07:00
dependabot[bot]
dbaa0a6d9e
Bump grep-cli from 0.1.10 to 0.1.11 ( #3120 )
...
Bumps [grep-cli](https://github.com/BurntSushi/ripgrep ) from 0.1.10 to 0.1.11.
- [Release notes](https://github.com/BurntSushi/ripgrep/releases )
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md )
- [Commits](https://github.com/BurntSushi/ripgrep/compare/grep-cli-0.1.10...0.1.11 )
---
updated-dependencies:
- dependency-name: grep-cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-01 05:02:22 +00:00
dependabot[bot]
6b2c5645d2
Bump toml from 0.8.9 to 0.8.19 ( #3121 )
...
Bumps [toml](https://github.com/toml-rs/toml ) from 0.8.9 to 0.8.19.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.9...toml-v0.8.19 )
---
updated-dependencies:
- dependency-name: toml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-01 04:46:28 +00:00
dependabot[bot]
e7bef716c9
Bump encoding_rs from 0.8.34 to 0.8.35 ( #3119 )
...
Bumps [encoding_rs](https://github.com/hsivonen/encoding_rs ) from 0.8.34 to 0.8.35.
- [Commits](https://github.com/hsivonen/encoding_rs/compare/v0.8.34...v0.8.35 )
---
updated-dependencies:
- dependency-name: encoding_rs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-01 04:23:23 +00:00
dependabot[bot]
c627526f8c
Bump clircle from 0.5.0 to 0.6.0 ( #3117 )
...
Bumps [clircle](https://github.com/niklasmohrin/clircle ) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/niklasmohrin/clircle/releases )
- [Commits](https://github.com/niklasmohrin/clircle/compare/v0.5.0...v0.6.0 )
---
updated-dependencies:
- dependency-name: clircle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-01 03:57:52 +00:00
Keith Hall
95cb705ac0
Merge pull request #2947 from jacg/debdiff
...
Make .debdiff imply .diff using syntax_mapping toml
2024-10-31 08:13:35 +02:00
Jacek Generowicz
0a8bfc52a6
Move from unix-family to common
2024-10-31 08:03:45 +02:00
Jacek Generowicz
d0ae2e6826
Add CHANGELOG entry for .debdiff => diff
2024-10-31 08:03:45 +02:00
Jacek Generowicz
9090fb75e0
Make .debdiff imply .diff using syntax_mapping toml
...
Closes #2940
2024-10-31 08:03:45 +02:00
Keith Hall
50fa25db60
Merge pull request #2961 from cyqsimon/pacman-conf
...
Add syntax mapping for `/etc/pacman.conf`
2024-10-31 05:20:09 +02:00
Keith Hall
bd3c49d234
Merge remote-tracking branch 'origin/master' into pacman-conf
2024-10-31 05:08:46 +02:00
Keith Hall
ce7a3d9f7d
Merge pull request #3108 from einfachIrgendwer0815/fix/2731_plain_override
...
Fix override of --plain and --paging
2024-10-31 05:07:23 +02:00
einfachIrgendwer0815
3b71837174
Merge branch 'master' into fix/2731_plain_override
2024-10-30 13:06:13 +01:00
Keith Hall
2be3a14a7e
Merge pull request #2976 from einfachIrgendwer0815/feature/binary_as_text
...
Allow printing binary content by treating it the same as text
2024-10-30 13:55:21 +02:00
einfachIrgendwer0815
8d82402d74
Merge branch 'master' into feature/binary_as_text
2024-10-30 12:46:11 +01:00
Pratik Munot
1942d40863
changelog updates
2024-10-29 22:36:43 -07:00
Pratik Munot
5042844342
Adding pipe delimeter support for csv files
2024-10-29 21:34:47 -07:00
Fabio Valentini
649fb05c58
Bump nix from 0.26.4 to 0.29
2024-10-25 09:16:21 +02:00
Keith Hall
937c59fca9
Merge pull request #3049 from cyqsimon/kubernetes
...
Add syntax mapping for kubernetes config files
2024-10-21 23:10:22 +03:00
Keith Hall
a80d5ea9f7
Merge branch 'master' into pacman-conf
2024-10-21 23:02:56 +03:00
Keith Hall
c11a7d9e41
Merge branch 'master' into kubernetes
2024-10-21 23:01:30 +03:00
einfachIrgendwer0815
ac082ab64b
Update changelog
2024-10-18 12:44:53 +02:00
einfachIrgendwer0815
c9fd0f3cf0
Add partial override of -pp and --paging
2024-10-18 12:13:41 +02:00
einfachIrgendwer0815
e667415def
Add tests against issue #2731
2024-10-18 12:13:41 +02:00
einfachIrgendwer0815
fd6c7637e4
Partially revert "Make -pp override --paging and vice versa when passed as a later argument. ( #2660 )"
...
This partially reverts commit e2bf85e749d87459e3fced697af5cd9cc96eeb8c.
2024-10-18 11:46:51 +02:00
Jarasłaŭ Viktorčyk
9a816c9c68
Add syntax mapping for CITATION.cff
2024-10-13 11:47:31 +02:00
Matt Helsley
431344ba67
Merge branch 'master' into mhelsley-fix-lessopen
2024-10-06 21:52:34 -07:00
Keith Hall
eca6b8a376
Merge pull request #3075 from einfachIrgendwer0815/fix/3073_list_themes
...
Don't output default theme info to piped stdout
2024-10-06 22:27:18 +03:00
Keith Hall
b01ed8d773
Merge branch 'master' into fix/3073_list_themes
2024-10-06 22:08:00 +03:00
Matt Helsley
3e5f4266ce
Fix lessopen feature
...
RawOsString API changed in os_str_bytes 7.0.0 and bat no longer builds
with the lessopen feature because:
- ::from_string() is deprecated and says to use new().
The documentation says that new(), like from_string() no longer
needs to copy the string.
- ::assert_from_raw_vec() is no longer merely deprecated and now
requires selecting the "conversions" feature of os_str_bytes.
Replaces PR#2938
2024-10-03 16:32:23 -07:00
dependabot[bot]
61c9f312c9
Bump flate2 from 1.0.30 to 1.0.34 ( #3093 )
...
Bumps [flate2](https://github.com/rust-lang/flate2-rs ) from 1.0.30 to 1.0.34.
- [Release notes](https://github.com/rust-lang/flate2-rs/releases )
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.30...1.0.34 )
---
updated-dependencies:
- dependency-name: flate2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-01 03:36:57 +00:00
dependabot[bot]
c59dad0cae
Bump git2 from 0.18.3 to 0.19.0 ( #3092 )
...
Bumps [git2](https://github.com/rust-lang/git2-rs ) from 0.18.3 to 0.19.0.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.18.3...git2-0.19.0 )
---
updated-dependencies:
- dependency-name: git2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-01 03:19:34 +00:00
dependabot[bot]
16a79d38c2
Bump once_cell from 1.19.0 to 1.20.1 ( #3091 )
...
Bumps [once_cell](https://github.com/matklad/once_cell ) from 1.19.0 to 1.20.1.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md )
- [Commits](https://github.com/matklad/once_cell/compare/v1.19.0...v1.20.1 )
---
updated-dependencies:
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-01 03:02:02 +00:00
dependabot[bot]
9d635627dc
Bump globset from 0.4.14 to 0.4.15 ( #3090 )
...
Bumps [globset](https://github.com/BurntSushi/ripgrep ) from 0.4.14 to 0.4.15.
- [Release notes](https://github.com/BurntSushi/ripgrep/releases )
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md )
- [Commits](https://github.com/BurntSushi/ripgrep/compare/globset-0.4.14...ignore-0.4.15 )
---
updated-dependencies:
- dependency-name: globset
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-01 02:40:45 +00:00
einfachIrgendwer0815
bc69ffb0f0
Map *.mkd
files to Markdown
syntax ( #3061 )
2024-09-26 21:06:07 +02:00