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

Command line parameter to open an sqlite file #92

Open
pothos opened this issue Sep 11, 2021 · 1 comment
Open

Command line parameter to open an sqlite file #92

pothos opened this issue Sep 11, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@pothos
Copy link

pothos commented Sep 11, 2021

For inspecting some data bases it's nice to not have them be part of the config file, but be opened through a command line parameter.

Currently this can be done through a workaround:

gobang -c <(printf '[[conn]]\ntype = "sqlite"\npath = ".mozilla/firefox/abc.default/webappsstore.sqlite"\n')
@TaKO8Ki
Copy link
Owner

TaKO8Ki commented Sep 11, 2021

That's nice!

@TaKO8Ki TaKO8Ki added the enhancement New feature or request label Sep 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants