Find a file
2015-09-20 10:40:07 +01:00
src VERSION 1.1, added sorting, added support for 26 languages, replaced getopts with clap 2015-09-20 10:40:07 +01:00
.gitignore Cleaned up the code. 2015-07-01 13:46:52 +01:00
Cargo.lock VERSION 1.1, added sorting, added support for 26 languages, replaced getopts with clap 2015-09-20 10:40:07 +01:00
Cargo.toml VERSION 1.1, added sorting, added support for 26 languages, replaced getopts with clap 2015-09-20 10:40:07 +01:00
cli.yml VERSION 1.1, added sorting, added support for 26 languages, replaced getopts with clap 2015-09-20 10:40:07 +01:00
README.md VERSION 1.1, added sorting, added support for 26 languages, replaced getopts with clap 2015-09-20 10:40:07 +01:00

Tokei

A blazingly fast CLOC(Count Lines Of Code) program, written in Rust.

Options

Aaron P. <theaaronepower@gmail.com>
A quick CLOC (Count Lines Of Code) tool

USAGE:
  tokei [FLAGS] [OPTIONS] [--] <input>...

FLAGS:
    -h, --help         Prints help information
    -l, --languages    prints out supported languages and their extensions
    -V, --version      Prints version information

OPTIONS:
    -e, --exclude <exclude>...    Will ignore all files and directories containing the word ie --exclude node_modules
    -s, --sort <sort>             Will sort based on a certain column ie --sort=files will sort by file count.

ARGS:
    input...    The input file(s)/directory(ies)

Supported Languages

ActionScript              (as)
C                         (c)
ColdFusion CFScript       (cfc)
ColdFusion                (cfm)
Clojure                   (clj)
CoffeeScript              (coffee)
C++                       (cpp)
C#                        (cs)
CSS                       (css)
D                         (d)
Dart                      (dart)
LISP                      (el)
Go                        (go)
C Header                  (h)
C++ Header                (hpp)
Haskell                   (hs)
HTML                      (html)
Java                      (java)
JavaScript                (js)
JSON                      (json)
JSX                       (jsx)
Objective-C               (m)
Objective-C++             (mm)
Pascal                    (pas)
PHP                       (php)
Perl                      (pl)
Python                    (py)
R                         (r)
Ruby                      (rb)
Ruby HTML                 (rhtml)
Rust                      (rs)
Sass                      (sass)
BASH                      (sh)
SQL                       (sql)
Swift                     (swift)
TypeScript                (ts)
XML                       (xml)
YAML                      (yml)