/commands

Primary LanguagePythonMIT LicenseMIT

Commands

Python script to list all terminal commands in one table to easy consultation.

There are 2320 terminal commands.

Output/resulting CSV in repo as apropos_table.csv. Only available as raw due to size.

Alternatives

zsh

  1. Launch terminal
  2. compgen -c
  3. highlight each term
  4. Open man Page

bash

  1. Launch terminal
  2. Launch bash
  3. Press esc for a couple of seconds
  4. Display all 2122 possibilities? (y or n) enter y
  5. highlight each term
  6. Open man Page

SEE