Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-09 | Added pagesize as a config option | Phil Burton | |
2015-12-09 | moved everything into functions and structered things a little better | Phil Burton | |
2015-12-07 | Merge branch 'help-version-args' into 'master' | Phil Burton | |
Add options to display the version and help message It's nice to have a version output from -v and --version so we can check that we're running the latest code in IRC. It's also nice to have a help option so people know how to use it, particularly since the #2 syntax for page numbers is new and undocumented. I also added the command name (eg blaup) to the config so that it shows the correct thing in the help output. I had to ommit the ! from the start as if I used that, it just printed 1 for $config["command"] (I guess this is php interpreting !blaup as a boolean?) Also added a new line to the end of the output for tidiness in a terminal, and cleaned up some unnecessary whitespace See merge request !2 | |||
2015-12-07 | switch the ifs for version and help so we use the same output method and add ↵ | Fbenas | |
a couple of config checks. | |||
2015-12-07 | Clean up whitespace | Joe Robinson | |
2015-12-07 | Newline at end of config | Joe Robinson | |
2015-12-07 | Move newline at end of output to the correct place | Joe Robinson | |
2015-12-07 | Add newline to end of output | Joe Robinson | |
2015-12-07 | Removed \! from config value to fix output | Joe Robinson | |
2015-12-07 | Make command in help output configurable | Joe Robinson | |
2015-12-07 | Add more text to version output | Joe Robinson | |
2015-12-07 | Quote the \n | Joe Robinson | |
2015-12-07 | More missing ;s (In my defense I don't have php locally so I can't run this ↵ | Joe Robinson | |
until I commit it...) | |||
2015-12-07 | Missing (I am good at php yes) | Joe Robinson | |
2015-12-07 | Missing ; | Joe Robinson | |
2015-12-07 | Add help and version options | Joe Robinson | |
2015-12-05 | Use a case insensitive search | Luke Bratch | |
2015-12-05 | Add new line to end of file | Luke Bratch | |
2015-12-05 | Use URL encoding on the output | Luke Bratch | |
2015-12-05 | Delete superfluous index.php | Luke Bratch | |
2015-12-05 | Add result number to output | Fbenas | |
2015-12-05 | Removed multiline output. | Fbenas | |
2015-12-05 | Allow use on other urls making password optional | Fbenas | |
2015-12-05 | Add pagination | Fbenas | |
2015-12-05 | Add stdin for search term and allow multiple words to search for | Fbenas | |
2015-12-05 | Add a gitignore for live config | Fbenas | |
2015-12-05 | Add files to allow search of blaupload.\n WIP. | Fbenas | |