提點效: 使用 Cursor

simonpatrick發表於2024-09-23

使用 Cursor,程式設計嘗試主要需求就是聚合 github 上的一些 awesome repo,儲存到本地,方便閱讀和做成
RSS feeds.

方法如下:

  • prompt:
    Features and Requirements:

    1. Read YAML/JSON/TOML file which contains:
    - category
    - awesome README github repo url
    2. Write to Local Folder:
    - folder name: category
    - file name: github repo name with md file
    3. Tech Used:
    - Golang
    - Golang Read YAML/JSON file
    - The Awesome Repo structure in golang:
      - Category
      - GithubUrl
    4.Application Type: Golang CLI App
    5.Code Based on qops
    6.Also create CLI command for:
    - add aswesome url to configure file
    - run fetch all awesome command
    - run fetch all awesome for given category
    
  • 結果如下: 程式碼的結構和段落基本完成

  • ctrl+k,在每一個函式上生成每一個函式的實現

  • 或者 add context 到指定檔案進行提問

  • 大體效果如下:

總體完成一個命令列的小工具,大概 2 個小時左右,效率還是挺高的

如果覺得我的文章對您有用,請隨意打賞。您的支援將鼓勵我繼續創作!
打賞支援
暫無回覆。

相關文章