1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-17 12:20:41 +01:00

Fix ovos-log-watch command and remove the mana command

This commit is contained in:
j1nx 2024-09-27 10:46:45 +00:00
parent 4798fa5b64
commit a486b943b3
2 changed files with 1 additions and 4 deletions

View File

@ -7,8 +7,7 @@ alias ovos-config='podman exec --interactive --tty ovos-cli ovos-config'
alias ovos-speak='podman exec --interactive --tty ovos-cli ovos-speak' alias ovos-speak='podman exec --interactive --tty ovos-cli ovos-speak'
alias ovos-listen='podman exec --interactive --tty ovos-cli ovos-listen' alias ovos-listen='podman exec --interactive --tty ovos-cli ovos-listen'
alias ovos-say-to='podman exec --interactive --tty ovos-cli ovos-say-to' alias ovos-say-to='podman exec --interactive --tty ovos-cli ovos-say-to'
alias ovos-log-watch='journalctl --user-unit=ovos_* -f' alias ovos-log-watch='journalctl --user-unit=ovos-* -f'
alias mana='podman exec --interactive --tty ovos-cli mana'
###################################################################### ######################################################################
# Initialize OpenVoiceOS CLI Environment # Initialize OpenVoiceOS CLI Environment

View File

@ -20,5 +20,3 @@ echo " ovos-listen Start listening for commands "
echo " ovos-say-to <phrase> Directly give a written command to ovos " echo " ovos-say-to <phrase> Directly give a written command to ovos "
echo " ovos-log-watch Watch ovos log files live " echo " ovos-log-watch Watch ovos log files live "
echo echo
echo " mana Messagebus Application from Neon Ai "
echo