Skip to content

Latest commit

 

History

History

command_history

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Command history

Command history with description of performed commands and their actions

Command history

Usage

Dependent on Analyze phrase

from talon import speech_system, actions

def on_post_phrase(phrase):
    # Get an analyzed phrase
    analyzed_phrase = analyzed_phrase(phrase)

    # Append analyzed phrase to command history
    command_history_append(analyzed_phrase)

speech_system.register("post:phrase", on_post_phrase)

Demo

YouTube - Command history demo