{"id":51091513,"url":"https://github.com/alexandermarquesm/work-fish","last_synced_at":"2026-06-24T02:34:26.423Z","repository":{"id":350729523,"uuid":"1208040527","full_name":"alexandermarquesm/work-fish","owner":"alexandermarquesm","description":"interactive project manager for the Fish Shell.","archived":false,"fork":false,"pushed_at":"2026-06-19T01:36:50.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-24T02:34:25.383Z","etag":null,"topics":["cli-tool","fish","fish-shell","fzf","productivity","shell-extension","workflow"],"latest_commit_sha":null,"homepage":"https://github.com/alexandermarquesm","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexandermarquesm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-11T18:31:32.000Z","updated_at":"2026-06-19T01:36:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/alexandermarquesm/work-fish","commit_stats":null,"previous_names":["alexandermarquesm/work-fish"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexandermarquesm/work-fish","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandermarquesm%2Fwork-fish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandermarquesm%2Fwork-fish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandermarquesm%2Fwork-fish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandermarquesm%2Fwork-fish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexandermarquesm","download_url":"https://codeload.github.com/alexandermarquesm/work-fish/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandermarquesm%2Fwork-fish/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34714992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli-tool","fish","fish-shell","fzf","productivity","shell-extension","workflow"],"created_at":"2026-06-24T02:34:25.760Z","updated_at":"2026-06-24T02:34:26.413Z","avatar_url":"https://github.com/alexandermarquesm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍵 work-fish\n\nA cozy, interactive project manager for the Fish Shell.\n\n`work` is a productivity tool designed to help you jump between your projects instantly using a beautiful, keyboard-navigable interface. It supports automatic editor detection, fuzzy finding (via `fzf`), and is styled with a soft, cozy Catppuccin-inspired palette.\n\n![Banner](https://raw.githubusercontent.com/alexandermarquesm/work-fish/main/assets/banner.png) *(Note: Add your own screenshot here!)*\n\n## ✨ Features\n\n- **🚀 Instant Setup**: Run `work` for the first time, and it guides you through a cozy configuration wizard.\n- **🆕 Project Creation**: Instantly create a new project with `work --new \u003cname\u003e` (or `-n \u003cname\u003e`) and optionally initialize a Git repository.\n- **🗑️ Safe Deletion**: Safely delete projects with confirmation using `work --delete \u003cname\u003e` (or `-d \u003cname\u003e`), keeping a backup copy in `/tmp/work_backups`.\n- **⌨️ Keyboard Navigation**: Select editors using Arrows, `W/S`, or `J/K`.\n- **🔍 Fuzzy Search**: Integrated with `fzf` for lightning-fast project switching.\n- **🎨 Cozy Aesthetics**: Styled with Lavender, Sage, and Rose pastel colors.\n- **🧩 Smart Completions**: Tab-complete your project names and command flags.\n- **🧹 Auto-Cleanup**: Automatically wipes its universal variables upon uninstallation to keep your system clean.\n- **🛠️ Flexible**: Change your path (`--path`) or editor (`--editor`) anytime.\n\n## 📦 Installation\n\n### Using [fisher](https://github.com/jorgebucaran/fisher) (Recommended)\n\n```fish\nfisher install alexandermarquesm/work-fish\n```\n\n### Manual Installation\n\nClone this repository and copy the files:\n\n```fish\ncp functions/work.fish ~/.config/fish/functions/\ncp completions/work.fish ~/.config/fish/completions/\ncp conf.d/work.fish ~/.config/fish/conf.d/\n```\n\n## 🗑️ Uninstallation\n\nIf you used **fisher**:\n```fish\nfisher remove alexandermarquesm/work-fish\n```\n*(The tool will automatically clean up its universal variables and say goodbye!)*\n\n## 🚀 Usage\n\n| Command | Description |\n|---|---|\n| `work` | Opens the interactive project picker (fzf). |\n| `work \u003cproject\u003e` | Directly opens a specific project. |\n| `work -n \u003cproject\u003e` / `work --new \u003cproject\u003e` | Creates and opens a new project. |\n| `work -d \u003cproject\u003e` / `work --delete \u003cproject\u003e` | Safely deletes a project (moving a backup to `/tmp/work_backups/`). |\n| `work --help` | Shows the interactive guide. |\n| `work --path` | Change your projects base directory. |\n| `work --editor` | Select a different code editor. |\n| `work --reset` | Clear all settings and start fresh. |\n\n## 🍵 Configuration\n\nOn the first run, `work` will ask you for:\n1. Your projects directory (defaulting to `~/projects`).\n2. Your preferred code editor (auto-detects VS Code, Vim, NeoVim, Zed, etc.).\n\nSettings are stored in **Universal Variables** (`set -Ux`), so they persist across sessions without cluttering your config files.\n\n## 🤝 Contributing\n\nFeel free to open issues or pull requests if you have ideas for more \"cozy\" features!\n\n## 📄 License\n\nMIT © [Alexander Marques](https://github.com/alexandermarquesm)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandermarquesm%2Fwork-fish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandermarquesm%2Fwork-fish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandermarquesm%2Fwork-fish/lists"}