Opened 13 years ago

Closed 8 years ago

Last modified 6 years ago

#2097 closed patch (Fixed)

Corrected spelling error and added --intense_match to console(legacy and non-interactive)

Reported by: ReVoid Owned by:
Priority: minor Milestone: 2.0.0
Component: Console UI Version: master
Keywords: Cc:

Description

Hello, Attached is a patch to correct a minor spelling mistake and the addition of --intense_match. While the spelling mistake is self explanatory, --intense_match is not, so here is a brief description of how it can be used. (this example is for interactive mode, but the same thing works in noninteractive)

[currently]

info ISO

the above will return all results that start with ISO (e.g 'ISO.BackTrack' will return if you do the above command but 'BackTrack.ISO' won't)

[when this patch is applied]
info -I ISO
The above will return both ISO.BackTrack and BackTrack.ISO because it does 'string in name' instead of 'name.startswith()'

Anyhow, enjoy

(I used ISO as an example, but HDTV, 320, V0, AVI are some of the other countless ways that you could filter)

Attachments (1)

console-additions-and-spelling-fix.patch (14.8 KB ) - added by ReVoid 13 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Calum, 9 years ago

Milestone: 2.0.x2.0

comment:2 by Calum, 8 years ago

Resolution: Fixed
Status: newclosed

Fixed in develop: [20bae1bf907]

comment:3 by Calum, 6 years ago

Milestone: 2.02.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.