3 repositorios
Reads client credentials from a shell command instead of storing them in plain text.
Distinct from Client Credentials: Distinct from Client Credentials: focuses on retrieving credentials via shell commands rather than static configuration or OAuth flows.
Explore 3 awesome GitHub repositories matching security & cryptography · Shell Command Credential Providers. Refine with filters or upvote what's useful.
Spotify Player is a terminal-based client for streaming and controlling Spotify music directly from the command line. It combines a text-based user interface with a background daemon mode, allowing users to browse their Spotify library, manage playlists, and control playback entirely through keyboard shortcuts. The application integrates with Spotify's Web API and Connect protocol, enabling remote playback control across devices while streaming audio locally without the official client. The player distinguishes itself through its plugin-based command system, which lets users define custom she
Reads the Spotify client ID from a shell command instead of storing it in plain text.
TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features
Retrieves database passwords at runtime from external files, environment variables, or shell commands instead of storing them in a local keychain.
ChatGPT.nvim es un plugin de Neovim para LLMs de OpenAI que sirve como asistente de código impulsado por IA para refactorizar, completar y corregir fragmentos de código. Funciona como una herramienta de automatización de prompts personalizados y un renderizador de markdown, permitiendo a los usuarios interactuar con modelos de lenguaje directamente dentro del editor. El proyecto se distingue por un framework para definir personas de IA reutilizables y tareas automatizadas de procesamiento de texto mediante prompts del sistema y plantillas. Incluye un sistema de renderizado especializado que transforma las respuestas en markdown estilizado con bloques de código plegables. El plugin cubre interfaces de chat interactivas, prompts conscientes del contexto para archivos de proyecto y acciones de código automatizadas para corrección gramatical y de errores. También implementa una gestión segura de credenciales obteniendo claves de API mediante comandos externos en lugar de almacenamiento estático.
Retrieves sensitive API keys by executing shell commands to avoid storing secrets in plain-text configuration files.