Last active
March 4, 2026 16:09
-
-
Save rakotomandimby/86acd12ab5313f63862b9c00935c00cd to your computer and use it in GitHub Desktop.
Aliases Opencode
This file contains hidden or 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
| alias opc-update='curl -fsSL https://opencode.ai/install | bash' | |
| alias opc-models='opencode models --refresh | grep copilot | grep codex' | |
| alias opc='opencode' | |
| alias ocm-get='cd && git clone https://github.com/Shlomob/ocmonitor-share.git && cd ocmonitor-share && ./install.sh' | |
| alias ocm-update='cd && cd ocmonitor-share && rm -rf venv && git pull && ./install.sh' | |
| alias ocm-live='cd && /home/mihamina/.local/bin/ocmonitor --theme light live' | |
| alias ocm-daily='cd && /home/mihamina/.local/bin/ocmonitor --theme light daily' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment