-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
alias ologs="tail -f /ramdisk/mycroft/!(bus.log)" | ||
|
||
alias docs-community="/home/ovos/.venv/bin/python /home/ovos/.venv/bin/doc_viewer community" | ||
alias docs-technical="/home/ovos/.venv/bin/python /home/ovos/.local/bin/doc_viewer technical" | ||
alias docs-hivemind="/home/ovos/.venv/bin/python /home/ovos/.local/bin/doc_viewer hivemind" | ||
alias docs-messages="/home/ovos/.venv/bin/python /home/ovos/.local/bin/doc_viewer messages" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# If not running interactively, don't do anything | ||
[[ $- != *i* ]] && return | ||
|
||
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w \$\[\033[00m\] ' | ||
|
||
alias ll='ls -la' | ||
|
||
source .venvs/ovos/bin/activate | ||
|
||
###################################################################### | ||
# Initialize OpenVoiceOS CLI Environment | ||
###################################################################### | ||
. .cli_login.sh | ||
|
||
if [[ -f ~/.bash_aliases ]]; then | ||
source ~/.bash_aliases; | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
#!/bin/bash | ||
|
||
echo -e "\e[1;31m | ||
++. .::::. .++. | ||
:****%@@@@@@%*+**: | ||
:++ -#@@@@@@@@@@@@@@#= ++: | ||
-**. .%@@@@@@@@@@@@@@@@%. **= | ||
=**: .%@@@@@@@@@@@@@@@@@@%. .**+ | ||
+**- .%@@@@@@@@@@@@@@@@@@@@%: -*** | ||
***= .%@@@@@@@@@@@@@@@@@@@@@@% =*** | ||
:-. ***+ *@@@@@@@@@@@@@@@@@@@@@@@@# +***. -: | ||
.**+ .**** =@@@@@@@@@@@@@@@@@@@@@@@@@@+ ****: =**: | ||
:*** :****.:%@@@@@@@@@@@@@@@@@@@@@@@@@@@:.****: +**- | ||
-***. -****:#@@@@@@@@@@@@@@@@@@@@@@@@@@@@#:****- .***= | ||
-*+. =***: =****#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*****= :***+ .+*= | ||
.***- +***= =****@@@@@@@@@@@%%#%@@@@@@@@@@@@@@@@@****+ -**** -***: | ||
=***+ ****+ +***%@@@@@@@@*-. .. .-*@@@@@@@@@@@@@@%***+ +****. =***= | ||
***** .***** ****@@@@@@@#. -+ ...+. -#+--:-=+#@@@@@#*** *****: *****. | ||
-*****: :*****. .***%@@@@@@@: .%=..** ..:-:...-%@@@%***. .*****- .*****- | ||
******- -*****- .**#@@@@@@@@ :@:=%. =#=-+#- .%@@@#**: :*****= -*****+ | ||
:******+ +*****= :**%@@@@@@@@- -%%: @- +% *@@@%**: -*****+ +******- | ||
+*******. ******+ -**#@@@@@*-. .. #*. .#* #@@@%**- +****** *******+ | ||
-===+**+*****-.***+***.=*#%%%%%: .=++=. -+++- =%%%%%#*= ***+***.:*****+**+===- | ||
:---:. -******. .*****+@@@@: :@- -@: -#*+++ .:+%@@@@@@@*****. ******- .:---: | ||
-***** +****-#@@@. =@....@= *#. . .%@@@@@@@@@#****+ +****- | ||
.****+ =****:=@@@= .#*--+# .=***- : #@@@@@@@@@-****= =****. | ||
+***= :****. %@@@+. .--. .@-: .%@@@@@@@@* ****- -***+ | ||
=***: .**** -@@@@@*=::::=++. +*++**..:#@@@@@@@@%. ****. :***= | ||
:***. **** *@@@@@@@@@@@@@%+-....:-*%@@@@@@@@@= +*** ***- | ||
*** +**+ #@@#@@@@@@@@@@@@@@@@@@@@@@@@@@@@+ =**+ +**. | ||
-+- =**= .@@@*@@@@@@@@@@@@@@@@@@@@@@@@@@+ -**= -+= | ||
:**- *%@%+%@@@@@@@@@@@@@@@@@@@@@@@% -**- | ||
:: +*#@@##%@@@@@@@@@@@@@@@@@@@@#+ :: | ||
=****%@%%@@@@@@@@@@@@@@@@%#**= | ||
-*** .+%@@@@@@@@@@@@@@@#= +**- | ||
:**+ :=*%@@@@@@%%*=. =**: | ||
.**= .::.. -**. | ||
\e[0m" | ||
|
||
echo " ==============================" | ||
echo " --- Welcome to OpenVoiceOS ---" | ||
echo " raspOVOS development Edition" | ||
echo " ==============================" | ||
echo "" | ||
echo "" | ||
echo "OVOS Tool COMMANDs:" | ||
echo " ovos-config Manage your local OVOS configuration files" | ||
echo " ovos-listen Activate the microphone to listen for a command" | ||
echo " ovos-speak <phrase> Have OVOS speak a phrase to the user" | ||
echo " ovos-say-to <phrase> Send an utterance to OVOS as if spoken by a user" | ||
echo | ||
echo "OVOS Docs COMMANDs:" | ||
echo " ovos-docs-viewer community View the OVOS Community docs in the terminal" | ||
echo " ovos-docs-viewer technical View the OVOS Technical docs in the terminal" | ||
echo " ovos-docs-viewer hivemind View the HiveMind docs in the terminal" | ||
echo " ovos-docs-viewer messages View OVOS Message specs in the terminal" | ||
echo | ||
echo "OVOS Log Viewer:" | ||
echo " ovos-logs [COMMAND] --help Small tool to help navigate the logs" | ||
echo " ologs View all logs realtime" | ||
echo | ||
echo "Misc Helpful COMMANDs:" | ||
echo " ovos-simple-cli Chat with your device through the terminal" | ||
echo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters