index
:
wikiquery
master
CarpNet/wikiquery/ import from blatech.co.uk from 04/02/2023
CarpNet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-11-12
Just show the user the real indexes (starting from 0). This fixes the need to...
FBeans
2020-11-12
Remove check for negative index as it's already handled from the parser of args
FBeans
2020-11-08
Fix index searching
Fbenas
2020-11-08
Remove refrence to python three renamed it to int so we're all good!
Fbenas
2020-11-08
Fix encoding issue, add .gitignore and readme
Fbenas
2020-11-08
Fix indentation issue
Fbenas
2020-11-08
Switch to tabs not spaces
Fbenas
2020-11-08
Upgrade python constraint
Fbenas
2020-11-08
Upgrade print statements to python v3 syntax
Fbenas
2018-08-07
Merge branch 'master' into 'master'
Joe Robinson
2018-08-07
Change shebang to use python2 specifically
Luke Bratch
2015-12-09
Catch exception and print message when no results are found
Joe Robinson
2015-12-09
use own version of wikipedia library to suppress beautifulsoup warnings
Joe Robinson
2013-09-20
pythonifying some stuff
Alasdair Colley
2013-09-10
Actually added numbers to list output
wjoe
2013-09-10
Changed list output to numbered list and not use quotes
wjoe
2013-09-10
Possible fix for multi word searches using stdin
wjoe
2013-09-10
Fix merge issues
wjoe
2013-09-10
Split stdin at spaces in an attempt to appease Bratchbot
wjoe
2013-09-05
Merge branch 'master' of https://bitbucket.org/Halogenic/wikiquery
wjoe
2013-09-05
updating usage string
Alasdair Colley
2013-09-05
updating usage string
Alasdair
2013-09-05
handling disambiguation error when using --url option and refactoring
Alasdair Colley
2013-09-05
handling disambiguation error when using --url option and refactoring
Alasdair
2013-09-05
Merge branch 'master' of blatech.co.uk:wikiquery
Alasdair Colley
2013-09-05
now supports stdin for command line arguments
Alasdair Colley
2013-09-05
now supports stdin for arguments
Alasdair
2013-09-05
Merge branch 'master' of blatech.co.uk:wikiquery
wjoe
2013-09-05
Merge branch 'master' of https://bitbucket.org/Halogenic/wikiquery
wjoe
2013-09-05
Merge branch 'master' of blatech.co.uk:wikiquery
Alasdair Colley
2013-09-05
now accepts an index argument as second arg to choose a specific result from ...
Alasdair Colley
2013-09-05
now accepts an index argument as second arg to choose a specific result from ...
Alasdair
2013-09-05
Merge branch 'master' of blatech.co.uk:wikiquery
wjoe
2013-09-05
catch disambiguation errors and display possible options
Alasdair Colley
2013-09-05
catch disambiguation errors and display the options
Alasdair
2013-09-05
making it less clever :(
Alasdair Colley
2013-09-05
updating usage to actually be correct
Alasdair Colley
2013-09-05
updated to use optparse for backwards compatibility
Alasdair Colley
2013-08-28
adding requirements.txt file for easy installation of pip install requirements
Alasdair
2013-08-28
making code clearer
Alasdair
2013-08-28
version number
Alasdair
2013-08-28
better output printing (encodes to utf-8 on output)
Alasdair
2013-08-23
now print summary if --search has only one result
Alasdair
2013-08-23
adding better usage
Alasdair
2013-08-23
adding --version option
Alasdair
2013-08-23
initial commit
Alasdair