-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
local aliases to cabals #70
Comments
I wonder if this should be part of cabal or cabal-core within an API for local storage. Opinions? |
@kodedninja the design would need to be figured out, but giving cabals on Cabal Desktop aliases would be great and probably fit in cabal-core. |
I think it's a good feature for cabal-client. My thinking is that Core is the place for managing the p2p database, and Client could be where all local preferences and local state are stored.
|
+1
… Le 13 sept. 2018 à 19:38, Stephen Whitmore ***@***.***> a écrit :
I think it's a good feature for cabal-client. My thinking is that Core is the place for managing the p2p database, and Client could be where all local preferences and local state are stored.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@noffle makes a better point 👍 |
can be implemented in #89's config file as another key when starting cabal we will check if there is a config file (locally, or in .cabal). if there is, we will see if the key we were given was in |
this allows us a cabalist to print out which saved cabal aliases they have. a good memory aid for the chatting individual part of #70
It'd be neat if I ran
and then I could subsequently run
and have that cabal open.
The text was updated successfully, but these errors were encountered: