summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-09-13Release 0.23.10.23.1Abin Simon
2022-09-13Improve .release.toml to auto prep for next releaseAbin Simon
2022-09-13Prepare changelog for next releaseAbin Simon
2022-09-12Update README.mdclavinet
2022-09-12return POSIX-compatible exit statusDoug Elkin
2022-09-10Fix changelog templateAbin Simon
2022-09-10update changelog for ZSH completion fixDoug Elkin
2022-09-10use ValueHint::AnyPath on FILE argumentDoug Elkin
2022-09-05chore: add empty `rustfmt.toml`Narawit Rakket
2022-09-05Release 0.23.00.23.0Abin Simon
2022-08-25refactor: remove unnecessary check for 'ignore-config'Narawit Rakket
2022-08-23refactor(ignore-glob): various refactoringNarawit Rakket
2022-08-23refactor: use `map_err` instead of `match`Narawit Rakket
2022-08-23perf: reduces the binary size and improves the performanceSaber Haj Rabiee
2022-08-23Apply cargo fmtJames
2022-08-23Clap macros no longer requiredJames
2022-08-23Fix clippy lintJames
2022-08-23Update clap to v3James
2022-08-23feat(icon): add icon for ZstandardHan Yeong-woo
2022-08-14refactor(test): remove unnecessary `vec!` macroNarawit Rakket
2022-08-12refactor(build): make code more modern and idiomaticNarawit Rakket
2022-08-12refactor: minimize visibility of functionsNarawit Rakket
2022-08-12refactor(icon): minor refactoringNarawit Rakket
2022-08-12refactor(date): minor refactoringNarawit Rakket
2022-08-12chore: reduce MSRV to 1.62.0Narawit Rakket
2022-08-12chore: bump minimum Rust version to 1.62.1 (latest)Narawit Rakket
2022-08-12refactor: use default attribute for enumNarawit Rakket
2022-08-12Fix typos and markdownsKian-Meng Ang
2022-08-07refactor: simplify panic message in `unreachable!`Narawit Rakket
2022-08-07refactor: do not mention `clap` in panic messageNarawit Rakket
2022-08-07docs: fix a small typo in commentNarawit Rakket
2022-08-07refactor: implement `Configurable` for `blocks`Narawit Rakket
2022-08-02chore(workflow): run clippy on all testsNarawit Rakket
2022-08-02refactor: run `clippy --fix`Narawit Rakket
2022-07-31chore(workflow): bump Rust MSRV to 1.62.1 (latest)Narawit Rakket
2022-07-31refactor: add more info in `unreachable!` messageNarawit Rakket
2022-07-31refactor(flags): refactor parsing argumentsNarawit Rakket
2022-07-22Fix icons against comments in icon.rsAbin Simon
2022-07-13refactor: simplify constant stringNarawit Rakket
2022-07-13refactor: change input type from `String` to `AsRef<Path>`Narawit Rakket
2022-07-13refactor: simplify control flowNarawit Rakket
2022-07-11docs(readme): add repology badgeMarcin Puc
2022-07-10refactor(test): remove unnecessary referenceNarawit Rakket
2022-07-10docs(readme): make example config file collapsibleNarawit Rakket
2022-07-09refactor: replace `if let` with `map_err`Narawit Rakket
2022-07-09refactor: merge `match` branches with the same outputNarawit Rakket
2022-07-09refactor: remove unnecessary referenceNarawit Rakket
2022-07-09refactor: replace simple `match` with `if`Narawit Rakket
2022-07-09refactor(validation): simplify pattern matchingNarawit Rakket
2022-07-07docs: add Void Linux install instructionsMarcin Puc