floc

Crates.iofloc
lib.rsfloc
version0.1.0
sourcesrc
created_at2023-11-02 10:30:12.204251
updated_at2023-11-02 10:30:12.204251
descriptionCount the lines in your codebase.
homepage
repository
max_upload_size
id1022471
size15,992
int (interrrp)

documentation

README

📜 floc

Count the lines in your codebase

Installation

Via source code

You can install floc by building the project manually.

Requirements:

git clone https://github.com/interrrp/floc
cd floc
cargo install

floc should now be installed in the Cargo bin directory. Nice! 🎉

Usage

By default, floc looks for a src directory with Rust (.rs) files:

floc  # Search for .rs files in the "src" directory

You can change the directory and extensions:

floc code               # Search in the "code" directory
floc app -e py -e html  # Search in the "app" directory for .py and .html files

License

floc is licensed under the MIT license.

Commit count: 0

cargo fmt