Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Idea: Create a tool to run programs by displaying a ncurses dialog to select/set parameters and then running it with them.

Aperta
#172 0 commenti 1 reazione 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
20/100
Tipo di issue
Funzionalità
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
bash, python
Ambito
cli, tooling

Direzione di ricerca

Non vengono indicati file, test o punti di ingresso dell’implementazione. Inizia esaminando le conoscenze esistenti di explainshell sui comandi e sui testi di aiuto, quindi determina come l’interfaccia ncurses o X proposta otterrebbe i parametri e le spiegazioni. Per considerarlo completato, sarebbero necessari un design con un ambito definito e uno strumento implementato che selezioni le impostazioni ed esegua il comando risultante.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

The idea is that there’d be a tool that you could use like this:

pick mplayer

It would use the knowledge you have in explainshell, to open an ncurses (or if $DISPLAY is available and it’s configured to do that, even an X) dialog, containing all the settings in plain English, with checkboxes, text input fields, file selection dialogs, date selectors, dropdowns, and other widgets, depending on what the setting expects.

The full explanation of the setting would also be available. Preferably without having to click anything, but just by moving the cursor there. Like the rightmost column on a traditional BIOS settings UI.

When the user has set what he wants, the dialog exists, and displays something like:

Running: mplayer -someparameters -someparameter somefile etc …

Ideally with pretty color syntax highlighting, but that’s purely icing on top.

Distributions could integrate this, a way to pick shell executables and generally files from a menu, and a little getting started info when a terminal is opened, and have a CLI interface that even a clueless person can comfortably use,
without limiting experienced users even a single bit. (Frankly, as an experienced user, who has written whole software projects in bash, I’d still love this too.)

Lingua principale
Python
Stelle
14.3k
Fork
851
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Preparare l'ambiente

Questo progetto non fornisce container di sviluppo, Dockerfile né guida per i contributori, quindi l'ambiente è a tuo carico: parti dal suo README e consulta la nostra guida al primo contributo per i passaggi generali.

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di idank/explainshell

Tutte le issue di idank/explainshell

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.