bob2

Crates.iobob2
lib.rsbob2
version0.0.1
sourcesrc
created_at2024-03-22 17:13:01.800761
updated_at2024-03-22 17:13:01.800761
descriptionThis is a cli tool made for learning purpose
homepage
repository
max_upload_size
id1182812
size30,071
Abhishek Purohit (crack-byte)

documentation

README

Bob2 Rust CLI

Overview

bob2 is a cli tool made for learning purpose as well as a hope to make something useful eventually. it is open to suggestions from others.

Prerequisites:

Build command

cargo build 
cd target/debug/
./bob2 

Install command

cargo install --path .

Example

 bob2 search -f dummy.txt -p lorem
 bob2 count -f dummy.txt -p lorem
Commit count: 0

cargo fmt