summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-04-29Merge pull request #1058 from Ryooooooga/feature/go-mod-iconsMélanie Chauvel
add icons for go.mod and go.sum
2022-04-23add Go module iconsRyooooooga
2022-04-02Merge pull request #1050 from ewrenge/patch-1Mélanie Chauvel
Fix `just` command's unavailable option
2022-04-01Fix just command's unavailable optionewreurei
2022-03-22Merge pull request #1045 from sorairolake/format/cpioMélanie Chauvel
Add cpio filetype
2022-03-22Merge pull request #1046 from sorairolake/format/jp2Mélanie Chauvel
Add JPEG 2000 filetype
2022-03-20Add JPEG 2000 filetypeShun Sakai
2022-03-18Add cpio filetypeShun Sakai
2022-03-17Merge pull request #999 from loicreynier/patch-1Mélanie Chauvel
Update Debian info
2022-03-17Merge pull request #1011 from WesleyBatista/patch-1Mélanie Chauvel
Make it easy to copy and paste
2022-03-17Merge pull request #1008 from jvaverka/patch-1Mélanie Chauvel
Update icons.rs
2022-03-17Merge pull request #1013 from ricpelo/fix-iconsMélanie Chauvel
Uses same icon for lib, xml & xul files (fix #891)
2022-03-17Change icon for gradle files to Java (#1017)Philippe Eberli
* Change icon for gradle files to Java Gradle files are for the whole Java ecosystem. Not just Android. * Change the icon for jar & java to  Other java related files (class, jad, war) already use this.
2022-03-17workaround for num_cpus returning 0 (#1034)Abhilash Balaji
workaround for num_cpus returning 0
2022-01-23Use same icon for lib, xml & xul files (fix #891)Ricardo Pérez
2022-01-15Make it easy to copy and pasteWesley
2022-01-10Update icons.rsJacob Vaverka
Add Markdown icon for Julia Markdown documents (same convention as for `*.Rmd`)
2022-01-05add icon for .bats files (#968)Christian Höltje
* add icon for .bats files This adds the same icon as BASH for `.bats` files. Co-authored-by: Mélanie Chauvel <perso@hack-libre.org>
2022-01-05Merge pull request #993 from cab-1729/masterMélanie Chauvel
Adding icons for .part and .torrent files
2022-01-05Merge pull request #989 from foundObjects/add-filetypesMélanie Chauvel
Add file icons for zst and Arch Linux PKGBUILD
2022-01-04Merge pull request #1002 from thesamesam/gentooMélanie Chauvel
icons: add Gentoo for .ebuild
2022-01-04Merge pull request #1003 from reishoku/remove-unnested-or-patternsMélanie Chauvel
src/main.rs: remove clippy::unnested_or_patterns
2022-01-03src/main.rs: remove clippy::unnested_or_patternsKOSHIKAWA Kenichi
Signed-off-by: KOSHIKAWA Kenichi <reishoku.misc@pm.me>
2022-01-03icons: add Gentoo for .ebuildSam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-12-27Merge pull request #991 from ashincoder/patch-1Mélanie Chauvel
feat: Add julia file extension icon
2021-12-26Update README.mdLoïc
2021-12-15Add files via uploadcab-1729
2021-12-14feat: Add julia file extension iconAshin Antony
Icon for julia file extension '.jl' is added to the icons list.
2021-12-10add PKGBUILD file iconScott B
2021-12-10add zst file iconScott B
2021-12-10Merge pull request #988 from Eijebong/depsMélanie Chauvel
Update term_grid to 0.2
2021-12-10Update term_grid to 0.2Bastien Orivel
2021-12-10Update MSRV and add it in rust-toolchain.tomlMélanie Chauvel
2021-12-10Ignore all log files (produced by Vagrant)Mélanie Chauvel
2021-12-06Merge pull request #982 from paper-lark/no-colorMélanie Chauvel
NO_COLOR environment variable support
2021-12-06[baseline] - fix docs and remove gitignoreMax Zhuravsky
2021-12-05don’t display broken pipe error messages (see rust-lang/rust#46016)Mélanie Chauvel
2021-11-26[no-color] - add unit test and docMax Zhuravsky
2021-11-25[no-color] - implement NO_COLOR supportMax Zhuravsky
2021-10-29Merge branch 'master' into chesterliu/dev/win-supportChester Liu
2021-10-11Merge pull request #929 from ariasuni/fix-shell-completions-colour-flagMélanie Chauvel
Fix shell completions colour flag
2021-10-11Fix bash completion for the colour flagMélanie Chauvel
Tell bash it accepts a value (always, auto, or never)
2021-10-11Add short flags and fix broken flags in bash completionMélanie Chauvel
- Parse help manually to be able to find short options - Correctly propose options starting with colo[u]r - Propose short options after - and long after --
2021-10-11Fix fish completion for the colour flagMélanie Chauvel
Tell fish it accepts a value (always, auto, or never)
2021-10-10Merge pull request #965 from jim4067/lz4-patchMélanie Chauvel
add lz4 file type and icon
2021-10-03add lz4 file type and iconjim4067
2021-10-03Merge pull request #957 from hellosway/patch-1Mélanie Chauvel
Recognize .jxl and .avif as image files
2021-10-03Merge pull request #964 from jim4067/icons-patchMélanie Chauvel
fix: add compression icon to .tXX files
2021-10-02fix: add compression icon to .tXX files #930jim4067
2021-09-27Add avif and jxl iconshellosway