Commit graph

206 commits

Author SHA1 Message Date
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
XAMPPRocky 4e839b84bd
Update README.md 2020-07-04 12:48:56 +02:00
Bruno Michel 156e7b7dc9
Add Alloy language (#541)
Alloy is an open source language and analyzer for software modeling.

Homepage: http://alloytools.org/
2020-05-23 12:11:55 +02:00
Nickolas Schiffer ee19d28195
Fix rust-lang.org link in readme (#540) 2020-05-22 02:48:19 +02:00
Herby Gillot 10494f213f
README.md: add instructions for installing via MacPorts (#539) 2020-05-22 01:49:37 +02:00
XAMPPRocky 946f404f3f
Update README.md 2020-05-19 18:15:52 +02:00
XAMPPRocky 6d9a163106
Update README.md 2020-05-19 18:11:18 +02:00
XAMPPRocky a85e5f6619
Update README.md 2020-05-19 18:09:45 +02:00
XAMPPRocky 87b2f725d8
Update README.md 2020-05-19 18:09:09 +02:00
koba cb48ca3c57
Support home directory in from_config_files (#531)
* Support home directory in from_config_files

* Update documentation for configuration of Tokei

On Linux, there're three places Tokei would get configuration from,
`~/.config/`, `./`, `~/`.

* Update API documentation of from_config_files()

Co-authored-by: Koba Ko <koba.ko@canonical.com>
2020-05-19 18:03:49 +02:00
Nick Hackman 4448dc4ea1
Add language Svelte (#522)
* Added Support for Svelte

* Added Svelte test

* Removed Prettier formatting

* Removed unnecessary name in Svelte

* Added Svelte to README

* Removed README formatting
2020-05-19 17:56:07 +02:00
Alexandru Macovei e88eabe7d9
Add support for Dhall lang (#532) 2020-05-19 17:55:38 +02:00
XAMPPRocky 45570fdde9
Update README.md 2020-05-09 16:15:00 +02:00
Samantha Abbott add326ef78
Separate TSX and Typescript Support (#516)
* Follows the JSX and Javascript separation
* Separate TSX and Typescript for clearer stats
* Add TSX test
2020-05-08 14:11:54 +02:00
Daniel Luque 337b7b4d8d
Adds support for Ren'Py scripting (#477) 2020-03-27 08:07:59 +01:00
Steve Lee 386cfce329
Updated README.md to reflect support languages (#470)
* List PowerShell as a supported language

* update README to names from languages.json
2020-03-22 18:52:51 +01:00
Albert Attard 3a1ffbb35f
Added an article (#469) 2020-03-22 11:35:48 +01:00
XAMPPRocky 7094fb234f
Update README.md 2020-03-21 22:36:51 +01:00
XAMPPRocky a3bf9d2470
Update README.md 2020-03-21 21:52:53 +01:00
XAMPPRocky 8571556bf4
Update README.md 2020-03-21 15:56:17 +01:00
Ben Widawsky c8da8869ae
Split out GNU style assembly (#457)
.asm is generally associated with MASM,NASM,YASM, while .s and .S are
associated with traditionally what is fed into the GNU assembler.

To support this, create two different assembly file types.
2020-03-10 13:58:06 +01:00
XAMPPRocky abe4f01735
Update README.md 2020-03-08 22:49:52 +01:00
XAMPPRocky eaad84508d
Update README.md 2020-03-08 22:44:52 +01:00
XAMPPRocky 1b3e6d01fa
Add support for GDB scripts (#456) 2020-03-04 19:56:46 +01:00
XAMPPRocky c59f4c00cd
Update README.md 2020-02-19 11:43:23 +01:00
XAMPPRocky b84d25aaf2
Update README.md 2020-02-19 11:37:36 +01:00
XAMPPRocky 3b82a7892a
Update README.md 2020-02-19 11:36:35 +01:00
XAMPPRocky 7189721334
Update README.md 2020-02-19 11:35:16 +01:00
XAMPPRocky 172ba0e8fe
Update README.md 2020-02-19 11:33:11 +01:00
XAMPPRocky c6c2176db3
Update README.md 2020-02-19 11:28:36 +01:00
XAMPPRocky 458af76826
Update README.md 2020-02-18 04:56:36 +01:00
Kevin Kennell 5fad0e933e
readme: fix heading level, rename macos/homebrew (#447)
- fix markdown heading level for opensuse entry
- rename "Homebrew" to "MacOS (Homebrew)" so STRG+F for "mac" makes this findable
2020-02-17 17:34:34 +01:00
XAMPPRocky b3524a1348
Update README.md 2020-02-02 12:11:45 +01:00
Philip Craig 4dcb8332c1
remove duplicated CBOR lines, replace with toml (#439) 2020-02-02 12:10:35 +01:00
Eli Flanagan 969b772fa0 fix contributor link (#436) 2020-01-27 15:52:25 +01:00
Erik Axel Nielsen e827e38dcf Added Gherkin (Cucumber) (#408) 2019-11-26 18:33:14 +01:00
Ben Goldberg c36301924e Added opensuse to install list (#404) 2019-11-08 09:03:03 +01:00
Dante Falzone 941e4269c1 Added HolyC to list of supported languages (#389) 2019-10-18 17:13:43 +02:00
XAMPPRocky 024938c88d
Update README.md 2019-08-18 09:29:12 +02:00
Jason Cooke 0a30359227 docs: fix typo (#348) 2019-07-06 10:37:31 +02:00
XAMPPRocky 46d08e6c0d
Update README.md 2019-07-05 09:16:26 +02:00
XAMPPRocky 1ff6c06a4f
Update README.md 2019-07-05 09:12:14 +02:00
XAMPPRocky 38d6fdca60
Update README.md 2019-07-05 09:11:32 +02:00
Erin Power cfbdcce2c7
Updated documentation 2019-07-04 22:21:27 +02:00
Daniel Duan 4951c5dec8 Fix spelling for Xcode and Objective-C(++) (#340) 2019-06-23 22:45:08 +02:00
XAMPPRocky 9051498c79
Update README.md 2019-06-17 17:10:09 +02:00
Erin 86c59b2b0a
Added back changes lost from force push
I accidentally forced pushed and lost two commits.

Co-authored-by: mlvzk <mlvzk@pm.me>
Co-authored-by: Adam Thalhammer <ocisly@users.noreply.github.com>
2019-05-19 16:19:21 +02:00
Aaron Power b2f043706d Name change 2019-03-30 12:25:35 +01:00
Aaron Power 3c7ecb0dc5
Update README.md 2019-03-14 16:49:01 +01:00
Michele Bologna 158c916ca7 Feat: add Docker container instructions (#297)
* Feat: add Docker container instructions

* Feat: add usage with options
2019-03-14 16:42:49 +01:00
Naoya Yamashita 2a3161e1b6 add tokei_rs repository link (#310) (#312) 2019-03-11 14:47:55 +01:00
Maximilian Goisser 41b120ad2d Add solidity support (#303) 2019-02-14 14:11:51 +01:00
Aaron Power 676dd5b00b
Update README.md 2019-01-13 21:43:09 +01:00
Aaron Power 321ed22b3d
Added Chinese translation 2018-08-31 17:00:37 +01:00
Josh Newman 696994f0a3 Fix URL scheme documentation. (#252) 2018-08-31 10:43:18 +01:00
Aaron Power a9a185e6e9
Add conda package. 2018-08-29 19:56:17 +01:00
Aaron Power ee5df4b4d3 Updated v8.0.0 and added comparison document 2018-08-25 22:00:24 +01:00
Aaron Power e7b9477da2
Update README.md 2018-06-16 15:56:29 +01:00
Aaron Power 5af539010b
Update README.md 2018-06-16 15:55:09 +01:00
Brandon Boone 14814526be Added VBScript Support (#234)
https://en.wikipedia.org/wiki/VBScript
2018-06-09 13:21:10 +01:00
Brandon Boone a1ed92df28 Added VB6 Support (#232)
* Added VB6 Support

https://en.wikipedia.org/wiki/Visual_Basic

* Added tests and removed frx

Removed frx: .frx is a compainon binary file to .frm (vb6 forms). It contains binary artifacts like images, but its format is proprietary.
2018-06-08 19:33:59 +01:00
Aaron Power a950ff128d Version 7.0.3 2018-06-02 17:23:45 +01:00
Richard McCormack fff02cac94 Add Forsyth-Edwards-Notation (FEN) support (#228) 2018-05-21 09:45:57 +01:00
Mark Keisler 26663ac1ee add HCL/Terraform support (#222)
* add HCL/Terraform support

* update README with HCL language listed
2018-04-26 14:54:35 +01:00
Aaron Weiss e6617c1d78 Add Racket to the supported languages. (#219)
* Add Racket to the supported languages.

* Changed Racket test to count s-expr comments as code.
2018-04-18 18:08:01 +01:00
Nacim Goura 0f92a2f450 update README.md with how install output features (#216)
Informs the user that additional dependencies must be installed to use the output features.
2018-04-15 21:38:51 +01:00
Vishal Sodani f5bd4f60d2 Fix grammar and spelling (#217) 2018-04-15 19:52:05 +01:00
Aaron Power 3d2f86bd33
Update README.md 2018-04-08 11:58:04 +01:00
Dmitry Kalinkin 7c366ad040 README: remove notice about "unstable" being required for Nix/NixOS (#211)
tokei 7.0.0 is in current stable release-18.03
2018-04-08 00:15:44 +01:00
Aaron Power f431f38f1f
Update README.md 2018-04-03 16:35:33 +01:00
Danny Guo 4b89883ac9 Update the help output in the README (#207) 2018-03-20 14:26:03 +00:00
Muriel Silveira 16d49fcd69 Add Mint language support (#201) 2018-03-08 17:34:27 +00:00
Aaron Power 648fbbf6e4
Update README.md 2018-03-08 17:33:42 +00:00
Ryan Leung ab812aa577 add support for more languages (#200)
* support more languages

* address comment
2018-02-26 19:52:08 +00:00
Mark Knol 6f5e1fbd99 Add Haxe (#199)
* Add Haxe

* Add Haxe

* Update languages.json

* Update languages.json
2018-02-26 19:34:58 +00:00
Juan Soto 8680d6c4e8 Fix typo (#196) 2018-02-25 15:52:02 +00:00
Aaron Power 4ed878cf27
Update README.md 2018-02-15 21:04:25 +00:00
Igor Gnatenko 01791bd793 add support for Meson (#169)
* add support for Meson

Fixes: https://github.com/Aaronepower/tokei/issues/168
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>

* tests: add meson.build

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>

* remove unused variable

warning: unused variable: `key`
  --> build.rs:31:10
   |
31 |     for (key, ref mut item) in json.get_mut("languages")
   |          ^^^
   |
   = note: #[warn(unused_variables)] on by default
   = note: to avoid this warning, consider using `_key` instead

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2018-01-27 16:47:52 +00:00
Igor Gnatenko af7b6d025e trivial: update instructions for Fedora (#172) 2018-01-11 14:00:34 +00:00
Tobias Kortkamp 742a767e41 Add FreeBSD install instructions (#174) 2018-01-11 13:59:59 +00:00
Aaron Power 1c43ff066c Updated benchmarks 2018-01-06 19:21:30 +00:00
Sami Seikkula 3549407ed6 Fix broken copyright link in ToC (#170) 2018-01-06 14:38:26 +00:00
Aaron Power 18381d4975
Added donate to libreapay 2018-01-02 16:57:43 +00:00
Aaron Power 0152772a9f
Update README.md 2017-12-29 14:45:38 +00:00
Kaushal Modi 043a780cf2 Add support for .psl, .e, .ckt, .sv/svh, .vg/vh, .irunargs/xrunargs (#152)
File formats:

- Property Specification Language (.psl)
- Specman E (.e)
- SPICE netlist (.ckt)
- SystemVerilog (.sv, .svh)
- Verilog (.vg, .vh)
  - Note that .v files are **the default** for Verilog files, but at the moment
    that clashes with Coq files. How can that be resolved?
- Verilog Run Argument files (.irunargs, .xrunargs)
2017-11-30 12:15:43 +00:00
Kaushal Modi b5e415d6e2 Add support for .el, .ede, .org and .srt files (#151) 2017-10-30 14:42:51 +00:00
francesco-dipi 5726c46efd Add Xtend support (#155)
* Add Xtend support

* Add test for xtend files

* Fix typo in test files
2017-10-30 14:42:10 +00:00
Ashley 201a007059 Added Processing Language support (#144) 2017-10-17 11:15:09 +01:00
Matt 1a10689c05 Added another installation method (#153)
Added method of installation using Nix package manager
2017-10-16 10:31:18 +01:00
Boris-Chengbiao Zhou 78f4a24e4c Add SVG support (#149) 2017-10-07 10:38:45 +01:00
Jesús Espino 3dc17b36ba Fix #106: Add AutoHotKey filetype support (#140) 2017-09-30 11:43:23 +01:00
Jesús Espino 110b64c7fc Updated README.md supported languages based on languages.json file (#141) 2017-09-18 18:52:47 +01:00
Brandon Soto 6eee990956 Add QML support (#142)
* Add QML support

* Add QML to README

* Add test for QML files
2017-09-18 18:52:00 +01:00
Aaron Power 6761589112 Update README.md 2017-08-10 09:02:52 +01:00
James Gilles 7849edfa34 Support "filenames" key, mk. 2 (#115)
* Support "filenames" key for Makefile-style languages

* Remove debugging statement

* Add CMake

* Cleaner docs and tests

* Add scons, handle languages with no extensions
2017-06-05 15:28:52 +01:00
Aaron Power b25faa0cdd Update README.md 2017-05-06 01:25:34 +01:00
Aaron Power 42f8060eea Update README.md 2017-03-17 14:04:30 +00:00
Simeon Visser 96e4dd71fb Updated list of supported languages (#108)
Added languages that weren't mentioned in the README - based on 6cf2d65725
2017-02-22 21:48:00 +00:00