From: <sba...@us...> - 2021-06-02 17:34:59
|
This is an automated email from the git hooks/post-receive-user script. sbaldovi pushed a commit to branch master in repository fuse. View the commit online: https://sourceforge.net/p/fuse-emulator/fuse/ci/dc4e279f2146fd31e5a9c753bbbf1f50889bc338/ The following commit(s) were added to refs/heads/master by this push: new dc4e279f Add ZIP files to the bash completion script dc4e279f is described below commit dc4e279f2146fd31e5a9c753bbbf1f50889bc338 Author: Alberto Garcia <be...@ig...> AuthorDate: Wed Jun 2 19:32:23 2021 +0200 Add ZIP files to the bash completion script (patch #436). --- ChangeLog | 14 +++++++++----- data/shell-completion/bash/fuse | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index ebf40c22..c7b3a29a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,11 +6,15 @@ * Speed up reading emulated memory locations (Jindřich Makovička). * UI improvements: - * Timex: don't abort if the Timex dock cartridge image is not - found (Alberto Garcia). - * WidgetUI: rearrange AY register and Z80 flags in the debugger - (Gergely Szasz). - * GTK UI: Fix loading binary data from deleted files (thanks, Crisis). + * Timex: don't abort if the Timex dock cartridge image is not + found (Alberto Garcia). + * WidgetUI: rearrange AY register and Z80 flags in the debugger + (Gergely Szasz). + * GTK UI: Fix loading binary data from deleted files (thanks, Crisis) + (Sergio Baldoví). + + * Miscellaneous improvements: + * Add ZIP files to the bash completion script (Alberto Garcia). 2021-02-27 Philip Kendall <phi...@sh...> diff --git a/data/shell-completion/bash/fuse b/data/shell-completion/bash/fuse index 4b5d73c7..7c710184 100644 --- a/data/shell-completion/bash/fuse +++ b/data/shell-completion/bash/fuse @@ -281,7 +281,7 @@ _fuse() --zxatasp-write-protect --zxcf --zxcf-cffile --zxcf-upload --zxmmc --zxmmc-file --zxprinter' -- "$cur" ) ) else - _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)' + _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)' fi } && complete -F _fuse -o filenames fuse |