73 matches across 1 files for TODO path:examples/composition/todomvc.html
snippet_mode: grep · sorted by relevance
examples/composition/todomvc.html HTML 73 matches · showing 5 view file →
2<link
3 rel="stylesheet"
4 href="../../node_modules/todomvc-app-css/index.css"
5/>
6
· · ·
7<div id="app">
8 <section class="todoapp">
9 <header class="header">
10 <h1>todos</h1>
· · ·
10 <h1>todos</h1>
11 <input
12 class="new-todo"
· · ·
12 class="new-todo"
13 autofocus
14 autocomplete="off"
· · ·
15 placeholder="What needs to be done?"
16 v-model="state.newTodo"
17 @keyup.enter="addTodo"
18 />
+ 68 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.