You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I request two seash modules to be written. First, autoloadkeys should inspect the current directory when seash starts, and if the dir contains exactly one keypair, it should load these keys and make them active. (This saves the user from typing loadkeys ... and as ...).
Second, autobrowse should check on startup whether there is an active keypair yet, and if so, use it to browse for vessels that this keypair can control. (This saves the user from typing browse after they have loaded their keys).
The functionalities themselves should be pretty trivial to add, but I would expect the unexpected in terms of seash startup and module initialization. If that turns out to be a big problem, we could put the two functions in one module as well.
The text was updated successfully, but these errors were encountered:
I request two
seash
modules to be written. First,autoloadkeys
should inspect the current directory whenseash
starts, and if the dir contains exactly one keypair, it should load these keys and make them active. (This saves the user from typingloadkeys ...
andas ...
).Second,
autobrowse
should check on startup whether there is an active keypair yet, and if so, use it tobrowse
for vessels that this keypair can control. (This saves the user from typingbrowse
after they have loaded their keys).The functionalities themselves should be pretty trivial to add, but I would expect the unexpected in terms of
seash
startup and module initialization. If that turns out to be a big problem, we could put the two functions in one module as well.The text was updated successfully, but these errors were encountered: