mirror of https://github.com/XAMPPRocky/tokei
Name change
This commit is contained in:
parent
e8ddc4866b
commit
b2f043706d
|
|
@ -32,7 +32,7 @@
|
|||
- @ahmedelgabri Twig
|
||||
- @pmoura Logtalk
|
||||
- @alekratz Perl, Not Quite Perl
|
||||
- @Aaronepower Automake, .NET Resource, HLSL, INI, Unreal Plugin,
|
||||
- @XAMPPRocky Automake, .NET Resource, HLSL, INI, Unreal Plugin,
|
||||
Unreal Project, Unreal Shader, Unreal Shader Header, Unreal Markdown,
|
||||
Visual Basic, Visual Studio Solution, Visual Studio Project, XCode Config,
|
||||
- @TheMrNomis SWIG
|
||||
|
|
@ -122,7 +122,7 @@ Made various optimisations, up to 65% faster in some cases.
|
|||
|
||||
**Added Languages:**
|
||||
- @seiks Added Fish Shell
|
||||
- @Aaronepower Added Module-Definition
|
||||
- @XAMPPRocky Added Module-Definition
|
||||
- @tbu- Added Vala
|
||||
|
||||
# 6.0.0
|
||||
|
|
@ -373,7 +373,7 @@ Conversely tokei can now take in results in those formats, and add them to the c
|
|||
|
||||
Premilarily support for nested comments(_currently only supported for rust_)
|
||||
|
||||
Change in the output format [PR #35](https://github.com/Aaronepower/tokei/pull/35)
|
||||
Change in the output format [PR #35](https://github.com/XAMPPRocky/tokei/pull/35)
|
||||
|
||||
Moved `.sc` from Lisp to Scala.
|
||||
|
||||
|
|
|
|||
|
|
@ -202,4 +202,4 @@ This file crashes the program.
|
|||
```
|
||||
|
||||
[Rust's enum style]: (https://github.com/rust-lang/rfcs/blob/master/text/0430-finalizing-naming-conventions.md#general-naming-conventions)
|
||||
[`tests/data/rust.rs`]: https://github.com/Aaronepower/tokei/blob/master/tests/data/rust.rs
|
||||
[`tests/data/rust.rs`]: https://github.com/XAMPPRocky/tokei/blob/master/tests/data/rust.rs
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
authors = ["Aaronepower <theaaronepower@gmail.com>"]
|
||||
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
|
||||
build = "build.rs"
|
||||
categories = ["command-line-utilities", "development-tools", "visualization"]
|
||||
description = "A utility that allows you to count code, quickly."
|
||||
|
|
@ -10,15 +10,15 @@ keywords = ["utility", "cli", "cloc", "lines", "statistics"]
|
|||
license = "MIT/Apache-2.0"
|
||||
name = "tokei"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/Aaronepower/tokei.git"
|
||||
repository = "https://github.com/XAMPPRocky/tokei.git"
|
||||
version = "9.1.0"
|
||||
|
||||
[badges]
|
||||
[badges.appveyor]
|
||||
repository = "Aaronepower/tokei"
|
||||
repository = "XAMPPRocky/tokei"
|
||||
|
||||
[badges.travis-ci]
|
||||
repository = "Aaronepower/tokei"
|
||||
repository = "XAMPPRocky/tokei"
|
||||
|
||||
[build-dependencies]
|
||||
handlebars = "1"
|
||||
|
|
|
|||
26
README.md
26
README.md
|
|
@ -1,11 +1,11 @@
|
|||
# Tokei ([時計](https://en.wiktionary.org/wiki/%E6%99%82%E8%A8%88))
|
||||
[](https://travis-ci.org/Aaronepower/tokei)
|
||||
[](https://ci.appveyor.com/project/Aaronepower/tokei)
|
||||
[](https://travis-ci.org/XAMPPRocky/tokei)
|
||||
[](https://ci.appveyor.com/project/XAMPPRocky/tokei)
|
||||
[](https://crates.io/crates/tokei)
|
||||
[](https://github.com/Aaronepower/tokei/issues)
|
||||
[](https://github.com/Aaronepower/tokei)
|
||||
[](https://github.com/XAMPPRocky/tokei/issues)
|
||||
[](https://github.com/XAMPPRocky/tokei)
|
||||
[](https://docs.rs/tokei/)
|
||||
[](https://liberapay.com/Aaronepower/donate)
|
||||
[](https://liberapay.com/XAMPPRocky/donate)
|
||||
|
||||
Tokei is a program that displays statistics about your code. Tokei will show number of files, total lines within those files and code, comments, and blanks grouped by language.
|
||||
|
||||
|
|
@ -119,10 +119,10 @@ $ docker run -v ~/Development/code/myproject/foo:/data:ro mbologna/docker-tokei
|
|||
|
||||
### Manual
|
||||
You can download prebuilt binaries in the
|
||||
[releases section](https://github.com/Aaronepower/tokei/releases), or create
|
||||
[releases section](https://github.com/XAMPPRocky/tokei/releases), or create
|
||||
from source.
|
||||
```shell
|
||||
$ git clone https://github.com/Aaronepower/tokei.git
|
||||
$ git clone https://github.com/XAMPPRocky/tokei.git
|
||||
$ cd tokei
|
||||
$ cargo build --release
|
||||
```
|
||||
|
|
@ -267,16 +267,16 @@ ARGS:
|
|||
|
||||
## Badges
|
||||
Tokei has support for badges. For example
|
||||
[](https://github.com/Aaronepower/tokei).
|
||||
[](https://github.com/XAMPPRocky/tokei).
|
||||
|
||||
```
|
||||
[](https://github.com/Aaronepower/tokei).
|
||||
[](https://github.com/XAMPPRocky/tokei).
|
||||
```
|
||||
|
||||
Tokei's URL scheme is as follows.
|
||||
|
||||
```
|
||||
https://tokei.rs/b1/{host: values: github|gitlab}/{Repo Owner eg: Aaronepower}/{Repo name eg: tokei}
|
||||
https://tokei.rs/b1/{host: values: github|gitlab}/{Repo Owner eg: XAMPPRocky}/{Repo name eg: tokei}
|
||||
```
|
||||
|
||||
By default the badge will show the repo's LoC(_Lines of Code_), you can also
|
||||
|
|
@ -285,10 +285,10 @@ string. It can be either `code`, `blanks`, `files`, `lines`, `comments`,
|
|||
Example show total lines:
|
||||
|
||||
```
|
||||
[](https://github.com/Aaronepower/tokei).
|
||||
[](https://github.com/XAMPPRocky/tokei).
|
||||
```
|
||||
|
||||
The server code hosted on tokei.rs is in [Aaronepower/tokei_rs](https://github.com/Aaronepower/tokei_rs)
|
||||
The server code hosted on tokei.rs is in [XAMPPRocky/tokei_rs](https://github.com/XAMPPRocky/tokei_rs)
|
||||
|
||||
## Plugins
|
||||
Thanks to contributors tokei is now available as a plugin for some text editors.
|
||||
|
|
@ -497,7 +497,7 @@ $ tokei . -e *.d
|
|||
|
||||
## Canonical Source
|
||||
The canonical source of this repo is hosted on
|
||||
[GitHub](https://github.com/Aaronepower/tokei). If you have a GitHub account,
|
||||
[GitHub](https://github.com/XAMPPRocky/tokei). If you have a GitHub account,
|
||||
please make your issues, and pull requests there.
|
||||
|
||||
## Copyright and License
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ use crate::utils;
|
|||
/// A newtype representing a list of languages counted in the provided
|
||||
/// directory.
|
||||
/// ([_List of
|
||||
/// Languages_](https://github.com/Aaronepower/tokei#supported-languages))
|
||||
/// Languages_](https://github.com/XAMPPRocky/tokei#supported-languages))
|
||||
#[derive(Debug, Default, Serialize)]
|
||||
pub struct Languages {
|
||||
inner: BTreeMap<LanguageType, Language>,
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
//!
|
||||
//! A simple, efficient library for counting code in directories. This
|
||||
//! functionality is also provided as a
|
||||
//! [CLI utility](//github.com/Aaronepower/tokei). Tokei uses a small state
|
||||
//! [CLI utility](//github.com/XAMPPRocky/tokei). Tokei uses a small state
|
||||
//! machine rather than regular expressions found in other code counters. Tokei
|
||||
//! can accurately count a lot more edge cases such as nested comments, or
|
||||
//! comment syntax inside string literals.
|
||||
|
|
|
|||
Loading…
Reference in New Issue