quake-bash-launcher

betul3

New member
Jan 6, 2026
6
1
3
betul3 submitted a new resource:

quake-bash-launcher - Bash completion for Quake

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

View attachment 7290

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

Read more about this resource...
 
betul3 updated quake-bash-launcher with a new update entry:

v0.2

Fixed a couple of bugs in +map completion that were only happening when multiple -game options preceded +map:
  • in title view, with maps from different gamedirs having the same name, part of the title would leak into the command line, e.g. start: The . The title should never be inserted on the command line, it is supposed to be only informative.
  • the interleaved sorting used to depend on the file listings of PAK files to...

Read the rest of this update entry...