Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cli args #40

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Cli args #40

wants to merge 5 commits into from

Commits on Aug 7, 2020

  1. read address from command line arguments

    search for -q, --query, or --address in the command line arguments, the
    next string is either an url or a street address
    
    in case of -q or --query, use url parser for extracting address="string"
    from the url
    
    paste the address to placeHeader.text and start searching
    hsjpekka committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    85c7eb1 View commit details
    Browse the repository at this point in the history
  2. read address from command line arguments

    search for -q, --query, or --address in the command line arguments, the
    next string is either an url or a street address
    
    in case of -q or --query, use url parser for extracting address="string"
    from the url
    
    paste the address to placeHeader.text and start searching
    hsjpekka committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    a053c79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    274bcee View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Add search function to PlaceHeader, move code for reading query

    parameters into readParameters(), and rewrite regular expressions
    detecting parameter arrays.
    hsjpekka committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    1edb5ae View commit details
    Browse the repository at this point in the history
  2. Update main.qml

    hsjpekka authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    8e45f3b View commit details
    Browse the repository at this point in the history