ITADN

Allow a dot in the default format

#22Pull Requestitsvyle 创建于 2025-12-30
I
itsvylecommented
This allows the default format to be "tar.gz", etc (as is mentionned in the README) Before, as the default format was only looked for without a ".", formats such as tar.gz couldn't be used as default. For example: ```toml [[mgr.prepend_keymap]] on = ["A", "z"] run = "plugin compress 'tar.gz'" desc = "Tar" ``` -> Expected behavior: I can enter a filename, and it will automatically be used as the base of a `.tar.gz` archive -> Buggy behavior: it would just create a `.zip` file, as my argument was never parsed
合并状态:未合并 2 条评论