SYMBOL INDEX (13 symbols across 4 files) FILE: scripts/despacify.py function save_emojis (line 15) | def save_emojis(data: EmojiDict, filename: str) -> None: function main (line 21) | def main() -> None: FILE: scripts/run_command.py function run (line 7) | def run(command: str, with_console: bool = True, line_limit: int | None ... FILE: src/em/cli.py function try_copy_to_clipboard (line 17) | def try_copy_to_clipboard(text: str) -> bool: function parse_emojis (line 35) | def parse_emojis(filename: str | None = None) -> EmojiDict: function translate (line 48) | def translate(lookup: EmojiDict, code: str) -> str | None: function do_find (line 58) | def do_find(lookup: EmojiDict, terms: tuple[str, ...]) -> list[tuple[str... function clean_name (line 68) | def clean_name(name: str) -> str: function parse_args (line 73) | def parse_args(arg_list: list[str] | None): function main (line 90) | def main(arg_list: list[str] | None = None) -> str | int: FILE: tests/test_em.py function test_success (line 27) | def test_success( function test_error (line 53) | def test_error(test_args: str, capsys: pytest.CaptureFixture) -> None: function test_search_star (line 63) | def test_search_star(capsys: pytest.CaptureFixture) -> None: