DEV Community

ke jia
ke jia

Posted on

Your Code Snippets Are a Mess — Here's How I Fixed Mine

I had snippets everywhere: Desktop, Notion, browser bookmarks. 20 minutes to find one regex.

npm i -g @wuchunjie/snippetx
snippetx add ./file.ts --tags "typescript,utility"
snippetx search "regex email"
snippetx get debug-log --copy
snippetx list --tag typescript
Enter fullscreen mode Exit fullscreen mode

Search: 10+ min → < 3 seconds. One CLI instead of 5 locations.

Ko-fi

Top comments (0)