Skip to main content

A TUI orchestrator to manage and launch your command-line tools without memorizing commands

Reason this release was yanked:

Older CI/CD Pipeline

Project description

Nexus

Nexus is a TUI orchestrator designed to manage and launch your command-line tools from a single, intuitive interface. It eliminates the need to memorize complex commands or flags by providing a centralized dashboard for all your development utilities and projects.

Prerequisites

Installation

Install Nexus globally using the uv tool manager:

# Always latest stable
uv tool install nexus-tui

Upgrade

To update to the latest version:

uv tool upgrade nexus-tui

Local Development

git clone https://github.com/jdluu/Nexus
cd Nexus
uv tool install --editable .

Cross Platform Support

Nexus supports Linux, MacOS, and Windows.

  • Linux: Fully supported on standard terminals.
  • MacOS: Fully supported.
  • Windows: Recommended to use PowerShell 7 or Git Bash within Windows Terminal.

Configuration

Nexus utilizes the standard configuration paths for your operating system.

  • Linux: ~/.config/nexus/tools.toml
  • MacOS: ~/Library/Application Support/Nexus/tools.toml
  • Windows: %LOCALAPPDATA%\Nexus\tools.toml

Project Directory

To define the workspace where Nexus looks for projects, add the project_root key to your configuration file.

# Example configuration
project_root = "~/Development"

Tool Definitions

Tools are defined in the configuration file using the [[tool]] table.

[[tool]]
label = "Neovim"
category = "DEV"
description = "Text editor"
command = "nvim"
requires_project = true
  • label: The display name.
  • category: The grouping identifier (for example DEV, UTIL).
  • description: A short explanation of the function.
  • command: The executable command line instruction.
  • requires_project: Indicates if the tool needs a working directory.

Keybindings

Custom keybindings can be defined in the [keybindings] section.

[keybindings]
quit = "alt+q"
toggle_favorite = "ctrl+f"

Usage

Launch the application using the following command:

nexus

Features

  • Smart Search: Filter projects using fuzzy matching logic.
  • Persistence: Automatically tracks recent projects and favorites.
  • Favorites: Pin frequently used tools for quick access.

Controls

  • Arrow Keys: Navigate through lists.
  • Enter: Confirm selection or launch tool.
  • Ctrl+F: Toggle the favorite status of a tool.
  • TypeAnywhere: Instantly filter lists by typing in the search bar.
  • Esc: Reset the search filter.
  • Ctrl+B: Go back (on picker screens).
  • Ctrl+Q: Exit the application.

Development

To configure the development environment:

  1. Synchronize dependencies:

    uv sync
    
  2. Run the application locally:

    uv run nexus
    
  3. Execute the comprehensive test suite:

    uv run pytest --cov=nexus
    
  4. Perform static analysis and type checking:

    uv run ruff check .
    uv run mypy .
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nexus_tui-0.1.2.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nexus_tui-0.1.2-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file nexus_tui-0.1.2.tar.gz.

File metadata

  • Download URL: nexus_tui-0.1.2.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"CachyOS Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for nexus_tui-0.1.2.tar.gz
Algorithm Hash digest
SHA256 eb11387fc5dc7634974b5a3c2f2e1b6a4d6e765d1f822b85b71330a5e082bd3c
MD5 971f76ac21affd9c574a89624d7ad171
BLAKE2b-256 43356435358103055d8fbe7f6815566f10bcfd97fb3d0df3dd6807f605436bf8

See more details on using hashes here.

File details

Details for the file nexus_tui-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: nexus_tui-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"CachyOS Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for nexus_tui-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 deb67e98461fab6163b66adeff3e2a90c0ddc7b1f5272a1e94863cb636bb9e95
MD5 95a085b165622e44895db4c87ed72af4
BLAKE2b-256 96b7d1729efa1cd679ece7fb5dbceafa7c7e448e08f698ce7c042cbb7514ef90

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page