Added new files to the git repo: tags.jsonl, aider/ctags.py

This commit is contained in:
Paul Gauthier 2023-05-18 18:26:24 -07:00
parent ba9307374e
commit 5e010422e2
2 changed files with 17 additions and 0 deletions

0
aider/ctags.py Normal file
View file

17
tags.jsonl Normal file
View file

@ -0,0 +1,17 @@
{"_type": "tag", "name": "Commands", "path": "aider/commands.py", "pattern": "/^class Commands:$/", "kind": "class"}
{"_type": "tag", "name": "__init__", "path": "aider/commands.py", "pattern": "/^ def __init__(self, io, coder):$/", "kind": "member", "signature": "(self, io, coder)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "cmd_add", "path": "aider/commands.py", "pattern": "/^ def cmd_add(self, args):$/", "kind": "member", "signature": "(self, args)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "cmd_commit", "path": "aider/commands.py", "pattern": "/^ def cmd_commit(self, args):$/", "kind": "member", "signature": "(self, args)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "cmd_diff", "path": "aider/commands.py", "pattern": "/^ def cmd_diff(self, args):$/", "kind": "member", "signature": "(self, args)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "cmd_drop", "path": "aider/commands.py", "pattern": "/^ def cmd_drop(self, args):$/", "kind": "member", "signature": "(self, args)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "cmd_ls", "path": "aider/commands.py", "pattern": "/^ def cmd_ls(self, args):$/", "kind": "member", "signature": "(self, args)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "cmd_run", "path": "aider/commands.py", "pattern": "/^ def cmd_run(self, args):$/", "kind": "member", "signature": "(self, args)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "cmd_undo", "path": "aider/commands.py", "pattern": "/^ def cmd_undo(self, args):$/", "kind": "member", "signature": "(self, args)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "completions_add", "path": "aider/commands.py", "pattern": "/^ def completions_add(self, partial):$/", "kind": "member", "signature": "(self, partial)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "completions_drop", "path": "aider/commands.py", "pattern": "/^ def completions_drop(self, partial):$/", "kind": "member", "signature": "(self, partial)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "do_run", "path": "aider/commands.py", "pattern": "/^ def do_run(self, cmd_name, args):$/", "kind": "member", "signature": "(self, cmd_name, args)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "get_command_completions", "path": "aider/commands.py", "pattern": "/^ def get_command_completions(self, cmd_name, partial):$/", "kind": "member", "signature": "(self, cmd_name, partial)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "get_commands", "path": "aider/commands.py", "pattern": "/^ def get_commands(self):$/", "kind": "member", "signature": "(self)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "help", "path": "aider/commands.py", "pattern": "/^ def help(self):$/", "kind": "member", "signature": "(self)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "is_command", "path": "aider/commands.py", "pattern": "/^ def is_command(self, inp):$/", "kind": "member", "signature": "(self, inp)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "run", "path": "aider/commands.py", "pattern": "/^ def run(self, inp):$/", "kind": "member", "signature": "(self, inp)", "scope": "Commands", "scopeKind": "class"}