Skip to content

3n0ugh/ReCo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReCo

ReCo is a simple Go CLI built with Cobra that will be capable of doing the followings:

Read files and calculates:

  • word count,
  • number of letters,
  • number of vowels/consonants,
  • the number of punctuation marks/spaces.

The name ReCo is an abbreviation for read and count.

If you want to build new command-line interfaces, here is the blog.

Instructions

  • Clone the repository.
  git clone https://github.com/3n0ugh/ReCo.git
  • Then, tidy up the packages.
  go mod tidy
  • Lastly, build the ReCo.
  go install
  • Now, you can use it.
  # Sample
  ReCo count -w -v -c -l -s -d -p -t test.txt
  
  # To see all flags
  ReCo count -h

About

ReCo is a cli. It is reading text files and counting things.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages