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-listen='podman exec --interactive --tty ovos-cli ovos-listen'
alias ovos-say-to='podman exec --interactive --tty ovos-cli ovos-say-to'
alias ovos-log-watch='journalctl --user-unit=ovos_* -f'
alias mana='podman exec --interactive --tty ovos-cli mana'
alias ovos-log-watch='journalctl --user-unit=ovos-* -f'
######################################################################
# 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-log-watch Watch ovos log files live "
echo
echo " mana Messagebus Application from Neon Ai "
echo