Autorize icon indicating copy to clipboard operation
Autorize copied to clipboard

Unable to delete items from results

Open codingo opened this issue 7 years ago • 3 comments

The ability to delete results from authorize in bulk would make cleaning through results much more efficient. Typically I will end up with some incorrect results when setting up my regular expressions that then get in the way when trying to sort by columns for bypassed successful logins later. It would be great to run some tests, delete the bad results and then start my testing.

codingo avatar Dec 05 '17 12:12 codingo

Is the 'Clear list' button is not enough? would you like to be able to remove specific fields? like via right click -> delete? In addition, in case you would like to DIY, just send a pull request and let me know :)

Quitten avatar Dec 11 '17 15:12 Quitten

Yes, thinking more right click - delete. It would make filtering results (by removing junk) much more efficient in large tests. A bit time pressured at the moment so not time for a PR but I can look into it in the new year if this is still outstanding.

codingo avatar Dec 12 '17 04:12 codingo

@codingo - I tried to implement this feature but I didnt have enough time to finish it, I currently pushed https://github.com/Quitten/Autorize/commit/d93fd7490cfbfc5fed9ed9b38ba991b25300abff but there is a bug on line 1384. if you would like to help :)

Quitten avatar Jul 05 '18 18:07 Quitten

@codingo @Quitten Just added a PR but I think I have a working solution. Let me know if you see any bugs.

terminalJunki3 avatar Jan 13 '23 11:01 terminalJunki3

@codingo @Quitten Was able to implement the multi-row select. You should now be able to select multiple rows by holding control and delete them. This should satisfy this request and this request should be able to be closed out. Code is in PR #105

terminalJunki3 avatar Jan 13 '23 23:01 terminalJunki3

Reviewed and tested, merged. Thank you very much for contributing!

Quitten avatar Jan 21 '23 13:01 Quitten