com um clique
fish
Fish friendly interactive shell. Use for terminal shell.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Fish friendly interactive shell. Use for terminal shell.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Android Studio IDE with emulator and profiler. Use for Android development.
Atom hackable text editor from GitHub. Use for extensible editing.
Babel JavaScript compiler for compatibility. Use for transpiling.
Biome fast formatter and linter. Use for code quality.
Bitbucket Git repository hosting with Pipelines. Use for Atlassian teams.
Confluence team documentation platform. Use for documentation.
| name | fish |
| description | Fish friendly interactive shell. Use for terminal shell. |
Fish v4.0 (2025) is rewritten in Rust. It is famous for "It just works" – 90% of what you need (autosuggestions, coloring) is enabled by default.
Fish suggests commands as you type based on history and completions. Right arrow accepts.
set -U my_var value sets a variable across all current and future shell instances instantly.
fish_config launches a browser UI to change colors and prompt.
Do:
bash or sh for portability. Run them from Fish.Don't:
env var=val -> set -x var val).