-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
💡 [FEAT] Command to point towards a specific .db file #224
Comments
Yep. Some other person also suggested this, I was thinking something like you can create a profile with a name and db path
what do you think? |
Couple thoughts: IF the profile only points towards 1 db path OR it does point towards multiple paths without any option to switch between them seamlessly, I feel it more sensible to simply have a command to point towards a db-file to be opened as I've suggested earlier. Reason I think so is: if I wanted to quickly open various databases with what you have suggested,
With a path command like For simplicity and customizability sake I think the path command seems to be the way to go. Though, either way, simply having a way to point towards varying databases in itself would be pretty baller. |
Yep same thought, I'll just do both. Since profile is just a nice sugar coat for the underlying command So you'd be able to do:
|
Oooh yeah thats it. Now that's what I'm talking about. Simple yet elegant and functional. What else could anybody be asking for. |
I just noticed that dooit didn't have the option of having various separate projects I can point to which seems odd since something like that could very well be vital for organization.
I don't actually know how others point their dooit towards different db-files, or if they simply do everything from a singular database.
Having an option like pointing towards a file would be fantastic as far as organization and compartmentalization is concerned.
Something like:
dooit -p /Path/to/Database
would be absolutely huge.
Dunno how feasible a database switcher inside an opened dooit instance would be but I imagine at the very least the path pointing to be reasonable.
The text was updated successfully, but these errors were encountered: