8000 GitHub - remast/cursor-grep
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

remast/cursor-grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grep with Cursor.ai

I created this project to learn how to use Cursor.ai to write code.

Steps

  1. create a go project with a simple grep like command line app
  2. add the ability to scan several files in parallel
  3. how do i call the program?
  4. init my go module
  5. create two big sample files to test it

How to run

go build
gogrep -pattern "fox" sample1.txt sample2.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0