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

Updates to command-line arguments #2013

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

Commits on Jun 8, 2022

  1. Initial functionality task-cmd-line-args

    Now calling min with the -t argument and a query will try and add the new tab into a specific task (or create one)
    
    Todos:
    - Refactor search and sort tasks and the move/switch to task to a more general location of the souce code as it is no longer just used for customBangs
    
    NB: this commit includes the electron API change to app.requestSingleInstanceLock(process.argv) in main which fixes a bug with chromium scrambling of second instance commandline args.
    flightmansam committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    f1ebc93 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. API improvements

    Added ability to pass in the task ID to the query
    Added a switch to task IPC
    flightmansam committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    1f5e7c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    a118071 View commit details
    Browse the repository at this point in the history