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

Feature request: Create a desktop shortcut to the view/table in a database, (with focus on the data tab) #4405

Open
dbojan opened this issue Feb 28, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@dbojan
Copy link

dbojan commented Feb 28, 2022

Drag and drop table/view, to the desktop to create the shortcut.
Or, right click on the table/view, and select "create shortcut on the desktop"
(or the "data" tab in the data viewer, drag it to the desktop to create the shortcut)

When you click on the shortcut, you would open program with the focus on table in the data view.

or use command line:
for example:
load database inventory from the databases list:
program.exe -database inventory -table v_computers

with optional switches to
-jump to display query/data/triggers/ddl, data being the default: -tab data
-order by field(s): -order column_name, or: -order column1,column2, default as defined in the view, if view is the target.
-select sqlite file not in the list of databases: -file "path to file name"

This is not something that is very important, but it would be a nice feature to have :)
Thanks.

@pawelsalawa pawelsalawa added the enhancement New feature or request label Feb 28, 2022
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