{"id":28547980,"url":"https://github.com/memergamer/nodash","last_synced_at":"2026-04-30T19:31:19.001Z","repository":{"id":297506923,"uuid":"996114847","full_name":"MemerGamer/nodash","owner":"MemerGamer","description":"nodash is a modern terminal-based project launcher and manager for nvm node projects — fast, minimal, and built with Rust.","archived":false,"fork":false,"pushed_at":"2025-11-18T16:22:13.000Z","size":458,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-18T18:15:29.937Z","etag":null,"topics":["dashboard","nodejs","nvm","project-management","ratatui-rs","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/MemerGamer.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":"2025-06-04T13:29:34.000Z","updated_at":"2025-11-18T16:22:16.000Z","dependencies_parsed_at":"2025-07-01T18:45:14.716Z","dependency_job_id":null,"html_url":"https://github.com/MemerGamer/nodash","commit_stats":null,"previous_names":["memergamer/nodash"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/MemerGamer/nodash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MemerGamer%2Fnodash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MemerGamer%2Fnodash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MemerGamer%2Fnodash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MemerGamer%2Fnodash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MemerGamer","download_url":"https://codeload.github.com/MemerGamer/nodash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MemerGamer%2Fnodash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32475191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dashboard","nodejs","nvm","project-management","ratatui-rs","rust"],"created_at":"2025-06-10T01:08:31.653Z","updated_at":"2026-04-30T19:31:18.995Z","avatar_url":"https://github.com/MemerGamer.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nodash\n\n![demo.png](demo.png)\n\n`nodash` is a modern terminal-based project launcher and manager for nvm node projects — fast, minimal, and built with Rust.\n\nEasily manage and open your most-used dev projects with a slick TUI interface.\n\n---\n\n## ✨ Features\n\n- **Launch projects** with a single keypress, auto-loading Node.js version managers (nvm/fnm).\n- **Project Management**: Add current directories, store and retrieve projects efficiently.\n- **Node.js Version Display**: Shows the Node.js version specified in `.nvmrc` files.\n- **Intelligent Sorting**: Projects are automatically sorted by their \"last opened\" date, with the most recent at the top.\n- **Quick Search**: Filter projects instantly by name or path.\n- **Clean TUI**: A modern, minimalist text-user interface designed for clarity and theme compatibility.\n- **Self-Updating**: Keep `nodash` up-to-date directly from GitHub releases.\n- **Minimal footprint**: Built with Rust for speed, efficiency, and portability.\n\n---\n\n## ✅ Supported Terminals \u0026 Shells\n\n### 🖥️ Terminal Support\n\nWhen launching a project, `nodash` opens a new terminal window. Terminal detection and fallback order:\n\n**Preferred terminals:**\n\n- [Kitty](https://sw.kovidgoyal.net/kitty/)\n- [Alacritty](https://alacritty.org/)\n- [WezTerm](https://wezfurlong.org/wezterm/)\n- [Ghostty](https://ghostty.org/)\n\n**Fallbacks (in order):**\n\n1. `xterm`\n2. `gnome-terminal`\n3. `konsole`\n\n\u003e **Note:**\n\u003e\n\u003e - The terminal must be available in your `PATH`.\n\u003e - Termux and other mobile environments are **not supported**.\n\u003e - For Kitty, WezTerm, Ghostty, and fallback terminals, `nodash` suppresses startup messages for a clean TUI launch.\n\n---\n\n### 🐚 Shell Support\n\n`nodash` works seamlessly with the following shells:\n\n- **Bash** (and other POSIX shells)\n- **Zsh**\n- **Fish**\n\nWhen opening a project, `nodash` will:\n\n- Automatically activate the Node.js version specified in your `.nvmrc` file.\n- Use [NVM](https://github.com/nvm-sh/nvm) if available, or fall back to [FNM](https://github.com/Schniz/fnm) if not.\n\n---\n\n## 📥 Installation\n\n### General GNU/Linux\n\nTo install the latest version:\n\n```bash\ncurl -sSL https://raw.githubusercontent.com/MemerGamer/nodash/main/install.sh | bash\n```\n\n\u003e Requires `curl` and `sudo` to move the binary to `/usr/local/bin`.\n\n### Arch Linux\n\n```bash\nyay nodash-bin\n```\n\n---\n\n## 🚀 Usage\n\n```bash\nnodash\n```\n\nThis command opens the interactive TUI dashboard.\n\n### 🛠 Commands\n\nYou can also use `nodash` with direct commands:\n\n```bash\nnodash help\n```\n\nDisplay all available commands and interactive controls.\n\n```bash\nnodash add\n```\n\nAdds the current working directory as a new project in your `nodash` list. It will attempt to detect the Node.js version from a `.nvmrc` file if present.\n\n```bash\nnodash update\n```\n\nCheck for updates and self-update the binary to the latest version.\n\n### Interactive Controls (within the TUI)\n\n- **↑/↓**: Navigate through the project list\n- **Enter**: Open the selected project in a new terminal, automatically applying NVM/FNM version.\n- **A**: Add a new project (prompts for name and path)\n- **/**: Enter search mode to filter projects by name or path\n- **Esc**: Exit search mode and clear the search query\n- **Q**: Quit the application\n\n---\n\n## 🔧 Building from Source\n\nTo build a release binary manually:\n\n```bash\ncargo build --release\n```\n\nThis will generate the binary at:\n\n```bash\ntarget/release/nodash\n```\n\nYou can move it to a directory in your `PATH` for easy access:\n\n```bash\ncp target/release/nodash /usr/local/bin/\n```\n\n---\n\n## 🛡 License\n\nMIT License © 2025 [MemerGamer](https://github.com/MemerGamer)\n\n---\n\n## 🙌 Contributing\n\nPRs and feedback welcome! Feel free to [open an issue](https://github.com/MemerGamer/nodash/issues) or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemergamer%2Fnodash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmemergamer%2Fnodash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemergamer%2Fnodash/lists"}