1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-08 22:32:26 +01:00

Commit Graph

  • 2339d78bf4 update snapshot tests Diva M 2021-10-15 16:43:38 -05:00
  • 3a3cd0acba changelog Diva M 2021-10-09 06:35:27 -05:00
  • ce4ddc0911 use saturating substraction to calculate Line ranges Diva M 2021-10-09 06:08:07 -05:00
  • aed4ea144f Sync README header across translations (#1905) i-ky 2021-10-17 22:15:23 +03:00
  • eea061c1d9 Add install instructions on OpenBSD Raf Czlonka 2021-10-15 23:53:32 +01:00
  • 10288e309e Add Русский link Ikko Ashimine 2021-10-10 15:30:37 +09:00
  • ebdb00d4fc add security vulnerabilities in ko doc mac.mini 2021-10-11 01:30:32 +09:00
  • 6fc7ebf37a Add missing style values in fish & zsh completions (#1890) NotWearingPants 2021-10-11 20:13:16 +03:00
  • 8f6a0cd9e2 update Korean readme USER 2021-10-10 11:20:06 +09:00
  • 994c21a5e1 syntax-tests: Make CpuInfo test actually work (#1887) Martin Nordholts 2021-10-06 06:50:11 +02:00
  • 554374667e Deny unsafe code in lib and bin Martin Nordholts 2021-10-03 16:50:29 +02:00
  • 043f3381b0 CICD: Make the 'cargo fmt' check a toplevel job (#1883) Martin Nordholts 2021-10-04 08:08:14 +02:00
  • d04a83de7b Add Racket syntax Georgy Komarov 2021-10-03 17:09:56 +03:00
  • b622a4d890 chore: add funtoo linux instructions invakid404 2021-10-01 20:03:30 +03:00
  • b551d28a2f List available Ubuntu packages more precisely. Ref: https://github.com/sharkdp/bat/pull/1865#issuecomment-931709001 Roneo.Org 2021-10-01 00:42:07 +02:00
  • e6caa04209 Minor rephrasing Roneo.Org 2021-09-30 22:47:59 +02:00
  • adadedeab1 Update the doc for Ubuntu and Debian Roneo.Org 2021-09-30 22:35:45 +02:00
  • a6cf5235aa Bump assert_cmd from 2.0.0 to 2.0.1 dependabot[bot] 2021-10-01 02:03:08 +00:00
  • 1477338106 Bump nix from 0.22.1 to 0.23.0 dependabot[bot] 2021-10-01 02:03:18 +00:00
  • 418fce5683 Bump MSRV to 1.46 Martin Nordholts 2021-10-02 12:14:06 +02:00
  • 7a15ba3796 Bump assets/syntaxes/02_Extra/Julia from 48639e1 to 1e55f32 dependabot[bot] 2021-10-02 10:20:41 +00:00
  • 0f002a5b06 Bump serde_yaml from 0.8.20 to 0.8.21 dependabot[bot] 2021-10-02 10:19:09 +00:00
  • 5344a32d34 Bump unicode-width from 0.1.8 to 0.1.9 dependabot[bot] 2021-10-02 09:54:21 +00:00
  • c9645693a4 Bump flate2 from 1.0.20 to 1.0.22 dependabot[bot] 2021-10-01 02:03:13 +00:00
  • f607263bdc Bump thiserror from 1.0.28 to 1.0.29 dependabot[bot] 2021-10-01 02:03:03 +00:00
  • f309d2fbd2 Bump serde from 1.0.127 to 1.0.130 dependabot[bot] 2021-10-01 02:02:58 +00:00
  • 47283f226a Add bash completion to deb package Kuan-Yi Li 2021-09-12 20:01:09 +08:00
  • aefc8fd824 src/printer.rs: Simplify Plain Text fallback code Martin Nordholts 2021-09-27 20:09:26 +02:00
  • 405a80f3ee HighlightingAssets: Turn get_syntax_for_path() into public API Martin Nordholts 2021-09-25 11:42:19 +02:00
  • ad98d35a48 HighlightingAssets: Implement get_syntax_for_file_name() with get_syntax_for_path() Martin Nordholts 2021-09-25 09:47:31 +02:00
  • b69ab219d7 HighlightingAssets: Extract get_syntax_for_path() method Martin Nordholts 2021-09-25 09:33:25 +02:00
  • dc8225f682 src/assets.rs: Extract helper method OpenedInput::path() Martin Nordholts 2021-09-26 10:00:40 +02:00
  • 9d9b266f54 build_assets.rs: Enable dump of syntax dependencies to Graphviz dot file Martin Nordholts 2021-09-22 09:30:42 +02:00
  • b9d01c1a61 build_assets.rs: Ignore explicit contexts when tracking dependencies Martin Nordholts 2021-09-22 09:27:47 +02:00
  • 122cae7902 build_assets.rs: Sort first to make dependencies.dedup() actually useful Martin Nordholts 2021-09-22 09:22:43 +02:00
  • 44a332c1c4 Parallelize syntax regression tests David Peter 2021-09-06 21:59:32 +02:00
  • 5143f3ad43 build_assets.rs: Add code to track dependents of each syntax Martin Nordholts 2021-09-20 20:36:17 +02:00
  • a6dc25a216 build_assets.rs: Make OtherSyntaxLookup come before SyntaxToDependencies Martin Nordholts 2021-09-20 20:35:30 +02:00
  • f04d2a9d6a build_assets.rs: Rename 'Dependency' to 'OtherSyntax' Martin Nordholts 2021-09-20 20:33:01 +02:00
  • eb3b3b9f8d src/printer.rs: Add HighlighterFromSet helper Martin Nordholts 2021-09-21 08:23:18 +02:00
  • 0994f3783f HighlightingAssets: Move common get_extension_syntax() code into find_syntax_by_extension() Martin Nordholts 2021-09-18 06:50:54 +02:00
  • 974dec38e3 HighlightingAssets: Inline find_syntax_by_file_name() and find_syntax_by_file_name_extension() Martin Nordholts 2021-09-15 21:37:58 +02:00
  • a0c363647f src/assets.rs: Use /// not // for COMPRESS_* consts Martin Nordholts 2021-09-16 19:37:10 +02:00
  • d989224a8a HighlightingAssets: Inline absolute_path Martin Nordholts 2021-09-16 17:02:18 +02:00
  • 82f439e715 HighlightingAssets: Simplify absolute_path with .map_or_else() Martin Nordholts 2021-09-16 17:02:09 +02:00
  • b034879eae HighlightingAssets: No need for both path and path_str Martin Nordholts 2021-09-16 17:02:01 +02:00
  • 9ed9a6fc3d Simplify HighlightingAssets::get_syntax() first_line logic (#1852) Martin Nordholts 2021-09-16 17:01:12 +02:00
  • e84b702309 Extract some private submodules from 'bat::assets' (#1850) Martin Nordholts 2021-09-15 07:59:33 +02:00
  • 6226eba52a HighlightingAssets: Add find_syntax_by_extension() helper Martin Nordholts 2021-09-13 17:38:54 +02:00
  • 9e0ea06435 HighlightingAssets: Add find_syntax_by_name() helper Martin Nordholts 2021-09-13 17:37:05 +02:00
  • 863d9cacd0 Add various other code refactorings Marcin Puc 2021-09-11 12:20:51 +02:00
  • 4baa346aae Use deref coercion to simplify some argument passing Marcin Puc 2021-09-10 21:58:46 +02:00
  • 7956485e37 Improve iterator usage Marcin Puc 2021-09-10 21:56:40 +02:00
  • 372e42f350 Reduce nesting in if blocks by short circuiting Marcin Puc 2021-09-10 21:52:09 +02:00
  • 9124271eaf Load independent and minimal syntax sets when using --language (#1787) Martin Nordholts 2021-09-09 20:52:33 +02:00
  • 156dec2737 Add context to .ino configuration Kevin John Mulligan 2021-09-07 12:00:44 +08:00
  • 27f046ec03 Consolidate environment variable lists David Peter 2021-09-06 21:37:02 +02:00
  • 74ae3dee91 Bump serde_yaml from 0.8.17 to 0.8.20 dependabot[bot] 2021-09-07 15:24:10 +00:00
  • 87978e7755 Make asset compression optional at compile time (#1825) Martin Nordholts 2021-09-07 17:21:48 +02:00
  • d935ea1cda Add regression testing for the custom assets functionality (#1829) Martin Nordholts 2021-09-07 17:01:15 +02:00
  • 9602195910 Bump assert_cmd from 1.0.8 to 2.0.0 dependabot[bot] 2021-09-03 16:07:54 +00:00
  • 8ca852c728 CICD: Put documentation testing in its own job (#1831) Martin Nordholts 2021-09-03 18:03:52 +02:00
  • df067f7d1f Bump predicates from 2.0.1 to 2.0.2 dependabot[bot] 2021-09-01 02:02:33 +00:00
  • a8a81e99d2 Bump nix from 0.22.0 to 0.22.1 dependabot[bot] 2021-09-01 02:02:39 +00:00
  • 65e7c531de Bump thiserror from 1.0.26 to 1.0.28 dependabot[bot] 2021-09-01 02:02:48 +00:00
  • 7c41bd72da assets: add Debian ucf backups to ignored suffixes Ville Skyttä 2021-08-29 19:19:42 +03:00
  • 355a82db54 CICD: Sort build matrix by target Martin Nordholts 2021-08-28 14:03:55 +02:00
  • b3e17bde82 CICD: Remove disabled windows-2019 i686-pc-windows-gnu from build matrix Martin Nordholts 2021-08-28 14:04:59 +02:00
  • 4b38e7b1d7 CICD: Swap target and os in matrix job name Martin Nordholts 2021-08-28 13:51:22 +02:00
  • 43afae34be Add PowerShell completion file (#1826) Rashil Gandhi 2021-08-28 17:09:17 +05:30
  • 27fa55d274 src/build_assets.rs: Refactor into smaller functions (#1822) Martin Nordholts 2021-08-27 09:56:20 +02:00
  • 19c3e82abf Replace deprecated 'error-chain' with 'thiserror' (#1820) Martin Nordholts 2021-08-26 13:12:21 +02:00
  • f1c0fd7343 Don't take a HighlightingAssets detour to build assets (#1802) Martin Nordholts 2021-08-24 07:58:03 +02:00
  • 12dfbdc400 doc/release-checklist.md: Recommend git push origin tag vX.Y.Z (#1815) Martin Nordholts 2021-08-23 20:08:04 +02:00
  • c86a179412 PR comments addressed for line range +delta syntax Bojan Durdevic 2021-08-22 11:59:24 -04:00
  • 0748783404 Support for line range plus syntax Bojan Durdevic 2021-08-21 13:55:52 -04:00
  • b3247d9364 Merge the v0.18.3 hotfix release into master Martin Nordholts 2021-08-22 18:56:37 +02:00
  • ba8a694314 Add LANG and LC_ALL to --diagnostics output Martin Nordholts 2021-08-22 17:28:16 +02:00
  • b146958ecb Bump version to v0.18.3 v0.18.3 release-v0.18.3 Martin Nordholts 2021-08-21 19:54:10 +02:00
  • 8244eb8ef8 Experiment: remove CARGO_TEST_OPTIONS ci-experiment David Peter 2021-08-22 16:31:30 +02:00
  • ff70a80741 Add statically linked binaries for ARM David Peter 2021-08-22 15:24:46 +02:00
  • ecdb17148d Use Ubuntu 20.04 instead of 18.04 David Peter 2021-08-22 15:24:29 +02:00
  • 11bd523f7e Remove post-release section David Peter 2021-08-22 09:37:24 +02:00
  • 01fbedc246 Formatting David Peter 2021-08-21 23:01:29 +02:00
  • 05e4e1f2f2 Add refined version of release checklist David Peter 2021-08-21 22:55:55 +02:00
  • 20223ad77c Add old release checklist David Peter 2021-08-21 22:28:54 +02:00
  • 51edacb5eb style: trim excess whitespace a1346054 2021-08-21 10:25:26 +00:00
  • 5197ef9048 fix: spelling a1346054 2021-08-21 10:22:54 +00:00
  • 19678527e5 chore(find-slow-to-highlight-files.py): be explicit about using python3 a1346054 2021-08-21 10:20:57 +00:00
  • 5d319dee94 style(create.sh): remove non-POSIX keyword a1346054 2021-08-21 10:19:11 +00:00
  • 15c701b196 Bump bugreport to 0.4.1 Martin Nordholts 2021-08-08 06:32:12 +02:00
  • d8339808a1 Update git2 dependency to fix incompatibility with Rust 1.54 David Peter 2021-07-29 20:40:21 +02:00
  • 3b263f0917 Fix typo in README bl-ue 2021-07-13 09:19:51 -04:00
  • 43e1a11ad8 Make Package Control reference a link Ville Skyttä 2021-08-18 17:40:49 +03:00
  • ed09f90e5e Fix all lints that are new with Rust 1.54 Martin Nordholts 2021-08-18 20:37:38 +02:00
  • cbd96237fd CICD: Add 'cargo fmt' check Martin Nordholts 2021-08-18 13:40:48 +02:00
  • f5c1cb2dff Run 'cargo fmt' Martin Nordholts 2021-08-18 13:45:22 +02:00
  • 5eb93a6eae Merge pull request #1800 from sharkdp/syslog_no_colon_after_process Keith Hall 2021-08-17 21:22:52 +03:00
  • 25fa577cd0 Make 'build-assets' an optional capability for application Martin Nordholts 2021-08-10 22:18:47 +02:00
  • deddc81426 src/assets.rs: Use ThemeSet::new() instead of BTreeMap::new() Martin Nordholts 2021-08-10 22:17:44 +02:00