Commit graph

203 commits

Author SHA1 Message Date
Alex Ozdemir 3ac268d00d
Add the ZoKrates language (#1035) 2024-05-02 18:23:04 +02:00
Clément Fournier 0f85cfe35e
Add lingua franca language (#993) 2024-05-02 17:58:45 +02:00
Jorge Gomez 232fa996c2
Add Hare support (#971) 2024-05-02 17:54:53 +02:00
mbyt 03fa457595
Add Max support (#963) 2024-05-02 17:54:22 +02:00
Halvor 820cfa3e62
Add language support for Slang (#956) 2024-05-02 17:52:34 +02:00
Bernd 7666b993bf
README.md: link to earthly project (#1078) 2024-03-24 20:41:48 +01:00
XAMPPRocky f6b8cadeba
Add widget install instructions 2023-07-16 10:31:15 +02:00
Mihai Galos d5e820ade1
Feat: Dockerize tokei (#930)
* Dockerize tokei

* Update README.md with how to run tokei docker

* Simplify compiler flags

* Remove superfluous dependency to libgcc

* Use Earthfile instead of Dockerfile

* Remove superfluous referencing of build step

This is not needed because it is implied.

Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>

---------

Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2023-07-05 11:36:22 +02:00
Embers-of-the-Fire 21be04cba1
Add Nuget Config, Bazel and EdgeQL Support, Fix Output Formatter (#999)
* add nuget configuration support

* fix test file

* add bazel language

* fix output format

* add languages to readme

* fix serialize

* add edgeql

* edit readme

* add test file

* fix edgedb
2023-05-24 16:38:26 +02:00
mike 3b3ea97a8c
show nushell in the readme (#991) 2023-05-11 10:32:33 +02:00
Glenn Jackman d6cb435152
Add support for jq (#965)
* Add jq language

* add to readme
2023-04-27 15:47:07 +02:00
Calamity 6d5d023bbf
add void linux installation instructions (#973) 2023-02-21 09:35:20 +01:00
Norbert Fabritius 2306b8f118
Fix link to speed comparison in README.md (#967) 2023-01-11 16:09:44 +01:00
Daniel Nagy 6bd954520d
Add Hy support (#961)
A dialect of Lisp that's embedded in Python.
More info about the language:

https://hylang.org/
2022-12-19 20:04:09 +00:00
Daniel Mircea 32e47d82eb
Add shaderlab support (#938) 2022-08-22 19:34:49 +02:00
Ralf Gommers 54a6200fac
Add support for Cython (#927)
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2022-08-15 08:45:42 +02:00
mendelsshop 7eabf7d806
added umpl (https://github.com/mendelsshop/UMPL) to tokei (#932)
* added umpl to languages.json

* added test file

* added umpl to readme

* Update example.umpl

this should fix ci
2022-08-15 08:45:20 +02:00
Masashi Yoshikawa 7e4639212c
add support for CUDA language (#841)
* add cuda language

* test and readme

* Update cuda.cu
2022-08-14 16:43:37 +02:00
XAMPPRocky 8e61a4b2fe
Update README.md 2022-08-13 21:42:01 +02:00
Daniel Nagy cd662e912b
Add Poke support (#796) 2022-08-13 21:14:35 +02:00
Redfire 2e900ba276
Added Forge Config and ZenCode Support (#783)
* Added ZenCode Support

* Sorted languages according to language key

* Added Minecraft Forge Config Support

* Added Forge Config to README

Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2022-08-13 19:45:46 +02:00
Kian-Meng Ang e6b7ab5f91
Fix typos (#925) 2022-06-26 12:19:47 +02:00
XAMPPRocky f5686a0d15
Update README.md 2022-05-22 07:08:06 +02:00
XAMPPRocky 407a28fd31
Update README.md 2022-05-22 07:07:13 +02:00
5HT2 7ffb10f593
docs: Update README example (#912) 2022-05-20 07:40:38 +02:00
TPReal 6cbd1df51c
Fixed a typo in README. (#904) 2022-04-05 15:09:51 +02:00
Marcin Puc a6c31a10bc
Remove obsolete "json" feature from README (#900) 2022-03-27 11:40:15 +02:00
Po-Yu Hsieh 8cf79f31b1
Language Support for ATS (#840)
* Adding spec and test for ATS

* Update language support list

* Corrects language spec and test assertions

Details:
 - Specifies quotation format
 - Correct key for specifying line comment
 - Correct expected test assertions (passed)

* Fix inconsistent JSON formatting in languages.json

* Update extension list

Details:
 - To make it comply with github's linguist def
2021-11-19 16:56:26 +01:00
laixintao 901bd4556f
update readme: add tokei-pie in related tools. (#847) 2021-11-19 09:31:46 +01:00
refaelsh 9a35b2d4e1
Add missing space (#834) 2021-09-24 07:07:19 +02:00
dgcampea 617edbfab4
Add AWK support (#797) 2021-08-03 11:42:25 +02:00
XAMPPRocky 414fe7a665
Update README.md 2021-06-01 05:45:40 +02:00
schaffung ec75b4ff6d
Changing cargo command (#770)
The cargo command when run with `cargo install --git https://github.com/XAMPPRocky/tokei.git`
fails as there are multiple packages with binaries inside the project. For a particular package,
we'd have to add the name of the package, hence adding `tokei`

Fixes: #769
2021-05-18 08:55:11 +02:00
Rachael Wright-Munn d90631d1bc
Add Color to Tokei (#751)
* Introduce Color to Tokei

* Add minimal color documentation

* fixup! Add minimal color documentation

Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2021-05-18 07:18:43 +02:00
John Benediktsson 95740ccd23
Add support for the Factor language. (#746) 2021-05-09 20:29:27 +02:00
Caden Haustein 9ad40fa5ec
Add Mlatu language (#748) 2021-05-09 20:28:50 +02:00
Michael Macnair cc8f9607ad
README.md: describe .tokeignore file (#721)
Should help pre-empt questions like #333
2021-02-24 14:11:34 +01:00
XAMPPRocky 3e2e1ad564
Update README.md 2021-01-01 23:10:11 +00:00
Jakub Jirutka 231b6a2895
Add Alpine Linux into Package Managers section (#668)
Note: Alpine 3.13 has not been released yet, it should be till the end of this year.
2020-12-23 02:54:35 +00:00
Jérémie Astor feb0631414
🎨 Add support for Gwion (#659) 2020-11-19 14:41:11 +01:00
Louis Pilfold 645f8006b2
Add missing language to language list (#654)
I forgot this in my PR.
2020-11-15 20:03:22 +01:00
XAMPPRocky 00c30d1618
Update README.md 2020-10-23 15:22:27 +02:00
XAMPPRocky e5acb953e4
Update README.md 2020-10-14 16:58:54 +02:00
XAMPPRocky 6215bab625
Update README.md 2020-10-08 09:10:51 +02:00
XAMPPRocky 7c0a2881d2
Update README.md 2020-10-08 08:59:06 +02:00
XAMPPRocky e9631bcf49
Update README.md 2020-10-08 08:57:59 +02:00
Liwen Guo a6fa401dc4
Make --no-ignore imply all other --no-ignore- flags (#588)
* Make --no-ignore imply all other --no-ignore- flags

And add --no-ignore-dot to only disable .ignore files, matching ripgrep.

Fixes #585.

* Cosmetic code updates for consistency

* Update CLI help text in README

* Update src/utils/fs.rs

Co-authored-by: Liwen Guo <lg@livven.me>

Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2020-09-20 15:30:35 +02:00
Alex Mason bce9242ba4
Add definition for DAML (#620)
* Adds DAML, essentially a dialect of Haskell

* Update README.md

* Update languages.json

* Create Daml.daml

* Update Daml.daml

* Line comments are specifically "-- " not just "--"

* Add test for comment-esque function

* Fix number of lines

* Fix DAML example (again)

* Add line using --$ operator

* Update Daml.daml

* Update Daml.daml
2020-09-04 16:56:22 +02:00
Andrea Tupini 3d8e0595a8 Fix very minor typo in README 2020-08-03 17:49:22 +02:00
XAMPPRocky 037b88906b
Update README.md 2020-07-22 11:01:51 +02:00