lychee/lychee-bin/src
Matthias Endler 85263dfa33
Add support for custom file extensions in link checking. (#1559)
- Update lychee-bin/src/options.rs
- Refactor file extension handling to use FileExtensions type for improved clarity and functionality
- Refactor file extension parsing to use FromStr implementation for improved clarity
- order derive and comment
- Add plaintext extension handling to FileType
- Set default value for file extensions in Config and implement Display for FileExtensions
- Add default file extensions to README documentation
- Implement TryFrom for FileExtensions and update input handling to use try_into
- Add plaintext extension handling to FileType and fix test

---------

Co-authored-by: Thomas Zahner <thomas.zahner@protonmail.ch>
2025-03-02 17:47:05 +01:00
..
archive Respect timeout when retrieving archived link (#1526) 2024-10-12 21:49:50 +02:00
commands Fix Porgressbar rendering Checkbox (Fixes #1626) (#1627) 2025-02-07 00:05:21 +01:00
formatters Format Markdown URLs with <> instead of []() (#1638) 2025-02-24 22:20:46 +01:00
cache.rs Add documentation 2022-06-21 10:03:31 +02:00
client.rs renamed base to base_url (fixes #1607) (#1629) 2025-02-16 01:41:32 +01:00
main.rs Add support for custom file extensions in link checking. (#1559) 2025-03-02 17:47:05 +01:00
options.rs Add support for custom file extensions in link checking. (#1559) 2025-03-02 17:47:05 +01:00
parse.rs feat: Add support for ranges in the --accept option / config field (#1167) 2023-09-17 21:39:01 +02:00
stats.rs Rename fail_map to error_map for improved clarity in response statistics (#1560) 2024-11-08 09:02:33 +01:00
time.rs Add caching functionality (v2) (#443) 2022-01-14 15:25:51 +01:00
verbosity.rs feat(clap): show help menu on no args as well (#1458) 2024-06-25 11:03:56 +02:00