summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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-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: minimize visibility of functionsNarawit Rakket
2022-08-12refactor(icon): minor refactoringNarawit Rakket
2022-08-12refactor(date): minor refactoringNarawit 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-02refactor: run `clippy --fix`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-10refactor(test): remove unnecessary referenceNarawit 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-06add .profile iconOldWorldOrdr
2022-07-06fix stupid mistakeOldWorldOrdr
2022-07-06add .git-credentialsOldWorldOrdr
2022-07-05Bump crossterm to 0.24.0Abin Simon
2022-07-04refactor(test): initialize variable with functional update syntaxNarawit Rakket
2022-07-04refactor(test): replace `match` in `assert!` with `matches!`Narawit Rakket
2022-07-04refactor(test): replace `assert_eq` comparing `bool` with `assert`Narawit Rakket
2022-07-04refactor(test): run `cargo clippy --fix`Narawit Rakket
2022-07-03refactor: replace deprecating `usize::max_value()` with `usize::MAX`Narawit Rakket
2022-07-03refactor(test): remove unnecessary `as_str()` in testsNarawit Rakket
2022-07-03refactor(size): various refactoringNarawit Rakket
2022-07-01refactor: remove unnecessary lifetime annotationNarawit Rakket
2022-07-01refactor(display): various minor refactoringNarawit Rakket
2022-06-30refactor(color): improve readability and flexibilityNarawit Rakket
2022-06-29refactor(meta): improve readability and maintainabilityNarawit Rakket
2022-06-15chore(permission): correct panic messageNarawit Rakket
2022-06-15refactor(permission): replace unwrap with expectNarawit Rakket
2022-06-15perf: improve permission renderingNarawit Rakket
2022-06-15refactor: remove unnecessary use of vec! macroNarawit Rakket