quake-bash-launcher

A bash completion to help when launching games directly from the shell command line.

View attachment completion.webp

The lsmaps helper that is used internally can also be useful on its own, mostly for searching map titles:

Code:
$ lsmaps -t **/*.{bsp,pak} | rg castle
copper/maps/avix_qcastle: Quad Lake Castle
xj19/maps/xj19_maxx: Coldwind Castle
cda/pak0.pak/maps/cda: 'Castle of The Dark Ages' by JPLambert
id1/pak0.pak/maps/e1m2: Castle of the Damned
Submitted by
betul3
Downloads
173
Views
1,002
Release Date
Feb 27, 2026
First uploaded
Last update

Ratings

0.00 star(s) 0 ratings

Latest updates

  1. v0.3

    Support gamedirs with spaces in the name.
  2. v0.2

    Fixed a couple of bugs in +map completion that were only happening when multiple -game options...