Commit graph

450 commits

Author SHA1 Message Date
David Peter 427a5524e1
Merge pull request #226 from v1gnesh/master
Add codepage 1047 for EBCDIC
2024-09-08 13:09:17 +02:00
v1gnesh 120cf29adf
Add codepage 1047 for EBCDIC 2024-08-04 15:18:38 +05:30
David Peter d2cc025c6f
Merge pull request #225 from sorairolake/rewrite-in-derive-api
Some checks failed
CICD / Ensure 'cargo fmt' has been run (push) Has been cancelled
CICD / Extract crate metadata (push) Has been cancelled
CICD / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:windows-2019 target:x86_64-pc-windows-msvc]) (push) Has been cancelled
CICD / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:windows-2019 target:x86_64-pc-windows-gnu]) (push) Has been cancelled
CICD / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:windows-2019 target:i686-pc-windows-msvc]) (push) Has been cancelled
CICD / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:ubuntu-20.04 target:x86_64-unknown-linux-musl use-cross:true]) (push) Has been cancelled
CICD / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:ubuntu-20.04 target:x86_64-unknown-linux-gnu use-cross:true]) (push) Has been cancelled
CICD / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:ubuntu-20.04 target:i686-unknown-linux-musl use-cross:true]) (push) Has been cancelled
CICD / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:ubuntu-20.04 target:i686-unknown-linux-gnu use-cross:true]) (push) Has been cancelled
CICD / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:ubuntu-20.04 target:arm-unknown-linux-musleabihf use-cross:true]) (push) Has been cancelled
CICD / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:ubuntu-20.04 target:arm-unknown-linux-gnueabihf use-cross:true]) (push) Has been cancelled
CICD / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:ubuntu-20.04 target:aarch64-unknown-linux-gnu use-cross:true]) (push) Has been cancelled
CICD / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:macos-12 target:x86_64-apple-darwin]) (push) Has been cancelled
CICD / Minimum supported rust version (push) Has been cancelled
Rewrite CLI using the derive API
2024-07-16 21:29:59 +02:00
Shun Sakai f8b87cc5e2 Change help output
Even if `-h` is specified, other than the first sentence will also be
printed.
2024-07-02 18:23:30 +09:00
Shun Sakai 252a6dbef4 Rewrite CLI using derive API 2024-07-01 22:39:28 +09:00
David Peter 16cc5d9757
Merge pull request #222 from wxpppp/master
deps: bump libc from 0.2.147 to 0.2.155
2024-06-22 21:35:19 +02:00
wangweijie d51086e0da deps: bump libc from 0.2.147 to 0.2.155
Signed-off-by: wangweijie <wangweijie@loongson.cn>
2024-06-06 10:17:30 +08:00
David Peter d8a26da964
Merge pull request #216 from FilipRazek/fix-upload-artifact-job
ci: Fix Debian artifact names
2024-01-25 09:15:36 +01:00
Filip Razek dcce9e1011 ci: Fix Debian artifact names 2024-01-24 22:38:28 +01:00
David Peter 651087ca9d Remove 'simple' adjective 2023-12-11 23:42:43 +01:00
David Peter 3bd84fd5cb Adapt version number 2023-12-11 23:42:22 +01:00
David Peter 0634a06470 Update CHANGELOG 2023-12-11 23:38:51 +01:00
David Peter 7a9234c182
Merge pull request #212 from sharkdp/add-ascii-character-table
Add pure ASCII character table
2023-12-11 23:31:17 +01:00
David Peter 45fa72ec3b Add ASCII character table
closes #36
2023-12-11 23:22:36 +01:00
David Peter 711627bfe8 Rename ascii-only to 'default', as it is not only ASCII 2023-12-11 23:00:49 +01:00
David Peter ba89e88dfd Update dependencies 2023-12-11 22:58:42 +01:00
David Peter 1792090799
Merge pull request #211 from sharifhsn/devzero
`/dev/zero` fix (final)
2023-12-11 22:55:38 +01:00
Sharif Haason 33d5b4dbda Flush output on first print for /dev/zero fix 2023-12-11 16:41:26 -05:00
David Peter 921327f2ae
Merge pull request #210 from sharkdp/fix-no-color
Fix NO_COLOR behavior
2023-12-11 20:11:38 +01:00
David Peter 4bf875095c Fix NO_COLOR behavior 2023-12-11 20:06:10 +01:00
David Peter a78c00b10d Remove unused character_table field 2023-12-11 19:47:59 +01:00
David Peter 2bab0c769e
Merge pull request #195 from sharifhsn/cp437
Implement character table control and codepage 437 option
2023-12-11 19:42:12 +01:00
Sharif Haason 1310b1d19e Adjust color function to not take character_table as arg 2023-12-11 13:33:44 -05:00
Sharif Haason a56b3b0c46 Adjust color function to not include character_table 2023-12-11 13:32:46 -05:00
Sharif Haason 7ca00279ed Correct docs 2023-12-10 13:21:23 -05:00
Sharif Haason dfb5d57ee7 Remove block coloring option for refactor 2023-12-10 13:21:23 -05:00
Sharif Haason a0a7d6761f Refactor color components into new module 2023-12-10 13:21:23 -05:00
Sharif Haason 7ef8e5aae4 Add test for code page 437 2023-12-10 13:21:23 -05:00
Sharif Haason 8d5b355b76 Correct asterisk colorization 2023-12-10 13:21:23 -05:00
Sharif Haason 19f325a691 Implement block character table 2023-12-10 13:21:23 -05:00
Sharif Haason 10ddbbad7d Use U+FB00 LATIN SMALL LIGATURE FF (ff) for FFh 2023-12-10 13:21:23 -05:00
Sharif Haason 58c8c06317 Clarify use of ␀ 2023-12-10 13:21:23 -05:00
sharif 78477a90c9 Close quotation in help text
Co-authored-by: David Peter <sharkdp@users.noreply.github.com>
2023-12-10 13:21:23 -05:00
Sharif Haason 9362c2313a Attribute original author of CP437 2023-12-10 13:21:23 -05:00
Sharif Haason e363f2fdc4 Remove old as_char implementation 2023-12-10 13:21:23 -05:00
Sharif Haason 29e3350e69 Rename CharTable to CharacterTable 2023-12-10 13:21:23 -05:00
Sharif Haason 0c192e979b Make CharTable non-exhaustive 2023-12-10 13:21:23 -05:00
Sharif Haason c4f91959ef Add default value for character table 2023-12-10 13:21:23 -05:00
Sharif Haason 4e66357618 Use hyphens instead of underscores 2023-12-10 13:21:23 -05:00
Sharif Haason 6a230d34a4 Implement character table control and codepage 437 option 2023-12-10 13:21:23 -05:00
David Peter 663e4c19ff
Merge pull request #208 from 0323pin/master
fix for ...
2023-09-23 21:49:32 +02:00
pin 894ca71b40 fix for ...
https://github.com/sharkdp/hexyl/pull/206#issuecomment-1722295392
2023-09-23 20:01:55 +02:00
David Peter e85953eeb5
Merge pull request #206 from 0323pin/master
Add NetBSD
2023-09-11 08:43:18 +02:00
pin f5ce9946f6 Add NetBSD 2023-09-11 08:35:32 +02:00
David Peter 668054fe50
Merge pull request #205 from cdump/master
fix arch linux repo link in readme
2023-08-27 22:17:32 +02:00
Maxim Andreev d6cb7af643
fix arch linux repo link in readme 2023-08-27 22:11:29 +03:00
David Peter 7b59a3f374
Merge pull request #203 from VlkrS/OpenBSD-Instruction-Fix
Correct OpenBSD instructions
2023-08-21 19:16:46 +02:00
VlkrS 3c69797f23
Correct OpenBSD instructions
I'm terribly sorry, but I just noticed that a copy&paste mistake slipped though in my initial PR.
2023-08-21 17:27:30 +02:00
David Peter 7e9bc5138d
Merge pull request #202 from GrigorenkoPV/deps
Vet dependencies
2023-08-21 16:39:54 +02:00
David Peter ce70246f80
Merge pull request #201 from GrigorenkoPV/tests
Move tests to a separate `#[cfg(test)]` module
2023-08-21 16:39:22 +02:00