Skip to content

Commit dc4e279

Browse files
bertoggsbaldovi
authored andcommitted
Add ZIP files to the bash completion script
(patch #436).
1 parent 65293b0 commit dc4e279

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

ChangeLog

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@
66
* Speed up reading emulated memory locations (Jindřich Makovička).
77

88
* UI improvements:
9-
* Timex: don't abort if the Timex dock cartridge image is not
10-
found (Alberto Garcia).
11-
* WidgetUI: rearrange AY register and Z80 flags in the debugger
12-
(Gergely Szasz).
13-
* GTK UI: Fix loading binary data from deleted files (thanks, Crisis).
9+
* Timex: don't abort if the Timex dock cartridge image is not
10+
found (Alberto Garcia).
11+
* WidgetUI: rearrange AY register and Z80 flags in the debugger
12+
(Gergely Szasz).
13+
* GTK UI: Fix loading binary data from deleted files (thanks, Crisis)
14+
(Sergio Baldoví).
15+
16+
* Miscellaneous improvements:
17+
* Add ZIP files to the bash completion script (Alberto Garcia).
1418

1519
2021-02-27 Philip Kendall <philip-fuse@shadowmagic.org.uk>
1620

data/shell-completion/bash/fuse

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ _fuse()
281281
--zxatasp-write-protect --zxcf --zxcf-cffile --zxcf-upload
282282
--zxmmc --zxmmc-file --zxprinter' -- "$cur" ) )
283283
else
284-
_filedir '@(csw|CSW|ltp|LTP|pzx|PZX|spc|SPC|sta|STA|tap|TAP|tzx|TZX|wav|WAV|slt|SLT|sna?(pshot)|SNA?(PSHOT)|?(mgt)snp|?(MGT)SNP|sp|SP|szx|SZX|z80|Z80|zxs|ZXS|d40|D40|d80|D80|dsk|DSK|img|IMG|fdi|FDI|mgt|MGT|opd|OPD|opu|OPU|sad|SAD|scl|SCL|td0|TD0|trd|TRD|udi|UDI|rzx|RZX|dck|DCK|hdf|HDF|mdr|MDR)'
284+
_filedir '@(csw|CSW|ltp|LTP|pzx|PZX|spc|SPC|sta|STA|tap|TAP|tzx|TZX|wav|WAV|slt|SLT|sna?(pshot)|SNA?(PSHOT)|?(mgt)snp|?(MGT)SNP|sp|SP|szx|SZX|z80|Z80|zxs|ZXS|d40|D40|d80|D80|dsk|DSK|img|IMG|fdi|FDI|mgt|MGT|opd|OPD|opu|OPU|sad|SAD|scl|SCL|td0|TD0|trd|TRD|udi|UDI|rzx|RZX|dck|DCK|hdf|HDF|mdr|MDR|zip|ZIP)'
285285
fi
286286
} &&
287287
complete -F _fuse -o filenames fuse

0 commit comments

Comments
 (0)