Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 16 additions & 8 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,31 @@
**Navegación rápida y nativa entre proyectos para PowerShell 7 en Windows.**

[![CI](https://github.com/JacobOptimiza/dev-nav/actions/workflows/ci.yml/badge.svg)](https://github.com/JacobOptimiza/dev-nav/actions/workflows/ci.yml)
[![Release](https://img.shields.io/github/v/release/JacobOptimiza/dev-nav)](https://github.com/JacobOptimiza/dev-nav/releases/latest)
[![CodeQL](https://github.com/JacobOptimiza/dev-nav/actions/workflows/codeql.yml/badge.svg)](https://github.com/JacobOptimiza/dev-nav/actions/workflows/codeql.yml)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/14088/badge)](https://www.bestpractices.dev/projects/14088)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/JacobOptimiza/dev-nav/badge)](https://scorecard.dev/viewer/?uri=github.com/JacobOptimiza/dev-nav)
[![Windows](https://img.shields.io/badge/Windows-x64%20%7C%20ARM64-0078D4)](https://github.com/JacobOptimiza/dev-nav/releases/latest)
[![PowerShell 7+](https://img.shields.io/badge/PowerShell-7%2B-5391FE?logo=powershell&logoColor=white)](https://learn.microsoft.com/powershell/)
[![Rust 1.97+](https://img.shields.io/badge/Rust-1.97%2B-orange?logo=rust&logoColor=white)](https://www.rust-lang.org/tools/install)
[![CodeQL](https://github.com/JacobOptimiza/dev-nav/actions/workflows/codeql.yml/badge.svg)](https://github.com/JacobOptimiza/dev-nav/actions/workflows/codeql.yml)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/JacobOptimiza/dev-nav/badge)](https://scorecard.dev/viewer/?uri=github.com/JacobOptimiza/dev-nav)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/14088/badge)](https://www.bestpractices.dev/projects/14088)
[![npm](https://img.shields.io/npm/v/@jacoboptimiza/devnav?logo=npm)](https://www.npmjs.com/package/@jacoboptimiza/devnav)
[![Licencia: MIT](https://img.shields.io/badge/licencia-MIT-blue.svg)](LICENSE)

[English](README.md) | **Español**

![Interfaz animada de terminal de DevNav](assets/demo/devnav.gif)
DevNav es un navegador nativo de workspaces para desarrolladores que trabajan desde PowerShell y manejan múltiples repositorios. Encuentra un proyecto con búsqueda difusa, entra en él y lanza el agente o comando que necesitas sin romper el flujo de la terminal.

## Por qué DevNav

Trabajar con muchos repositorios añade fricción más allá de escribir `cd`: recordar rutas, cambiar de contexto, encontrar el workspace correcto y repetir preparación antes de empezar el trabajo real.

Salta entre proyectos, filtra espacios de trabajo, guarda favoritos y alias, y
abre agentes de programación o ejecuta comandos directamente en el repositorio
seleccionado.
DevNav convierte ese esfuerzo en un flujo rápido y repetible:

- **Encuentra y salta al instante** — busca proyectos de forma difusa en lugar de recorrer carpetas o memorizar rutas.
- **Reduce el cambio de contexto** — favoritos, alias y comandos personalizados mantienen el trabajo frecuente a una sola acción de distancia.
- **Empieza listo para trabajar** — lanza agentes de programación o comandos directamente en el repositorio seleccionado y en el contexto correcto.
- **Mantén velocidad y ligereza** — el núcleo es Rust nativo, pensado para un flujo de terminal ágil y sin necesitar runtimes adicionales después de la instalación.

![Interfaz animada de terminal de DevNav](assets/demo/devnav.gif)

## Vista previa de la TUI

Expand Down
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,31 @@
**Fast native workspace navigation for PowerShell 7 on Windows.**

[![CI](https://github.com/JacobOptimiza/dev-nav/actions/workflows/ci.yml/badge.svg)](https://github.com/JacobOptimiza/dev-nav/actions/workflows/ci.yml)
[![Release](https://img.shields.io/github/v/release/JacobOptimiza/dev-nav)](https://github.com/JacobOptimiza/dev-nav/releases/latest)
[![CodeQL](https://github.com/JacobOptimiza/dev-nav/actions/workflows/codeql.yml/badge.svg)](https://github.com/JacobOptimiza/dev-nav/actions/workflows/codeql.yml)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/14088/badge)](https://www.bestpractices.dev/projects/14088)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/JacobOptimiza/dev-nav/badge)](https://scorecard.dev/viewer/?uri=github.com/JacobOptimiza/dev-nav)
[![Windows](https://img.shields.io/badge/Windows-x64%20%7C%20ARM64-0078D4)](https://github.com/JacobOptimiza/dev-nav/releases/latest)
[![PowerShell 7+](https://img.shields.io/badge/PowerShell-7%2B-5391FE?logo=powershell&logoColor=white)](https://learn.microsoft.com/powershell/)
[![Rust 1.97+](https://img.shields.io/badge/Rust-1.97%2B-orange?logo=rust&logoColor=white)](https://www.rust-lang.org/tools/install)
[![CodeQL](https://github.com/JacobOptimiza/dev-nav/actions/workflows/codeql.yml/badge.svg)](https://github.com/JacobOptimiza/dev-nav/actions/workflows/codeql.yml)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/JacobOptimiza/dev-nav/badge)](https://scorecard.dev/viewer/?uri=github.com/JacobOptimiza/dev-nav)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/14088/badge)](https://www.bestpractices.dev/projects/14088)
[![npm](https://img.shields.io/npm/v/@jacoboptimiza/devnav?logo=npm)](https://www.npmjs.com/package/@jacoboptimiza/devnav)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

**English** | [Español](README.es.md)

![Animated DevNav terminal interface](assets/demo/devnav.gif)
DevNav is a native workspace navigator for developers who live in PowerShell and work across multiple repositories. Fuzzy-find a project, jump into it, and launch the agent or command you need without breaking terminal flow.

## Why DevNav

Working across many repositories creates friction beyond typing `cd`: remembering paths, switching context, finding the right workspace, and repeating setup before real work starts.

Jump between projects, fuzzy-search workspaces, save favorites and aliases, and
launch coding agents or commands directly in the selected repository.
DevNav turns that overhead into a fast, repeatable workflow:

- **Find and jump instantly** — fuzzy-search projects instead of navigating directory trees or remembering paths.
- **Reduce context switching** — favorites, aliases, and custom commands keep frequent work one action away.
- **Start ready to work** — launch coding agents or commands directly in the selected repository, already in the right context.
- **Stay fast and lightweight** — the core is native Rust, designed for a responsive terminal workflow with no extra runtime required after installation.

![Animated DevNav terminal interface](assets/demo/devnav.gif)

## TUI preview

Expand Down