Opened 12 years ago

Closed 7 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 12 years ago.

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by ReVoid

comment:1 Changed 8 years ago by Cas

  • Milestone changed from 2.0.x to 2.0

comment:2 Changed 7 years ago by Cas

  • Resolution set to Fixed
  • Status changed from new to closed

Fixed in develop: [20bae1bf907]

comment:3 Changed 6 years ago by Cas

  • Milestone changed from 2.0 to 2.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.