-
Notifications
You must be signed in to change notification settings - Fork 22
ASGS Idiosyncracies
wwlwpd edited this page May 12, 2023
·
12 revisions
Place to collect "UX" (user experience) things that should be easy to fix, get right, or make consistent.
-
#828move statefile
doesn't check to see if$STATEFILE
actually exists -
complete is missing and would be very helpful(started with #835) - list profiles doesn't take into account #790
-
define
doesn't auto save, inconsistent with other profile changes -
rl
must be run in split mode view (viatmux
) - probably can't do anything about this -
- a bit of a chicken-and-egg problem here, the solution is to document this set uptmux
should be installed, but only available outside ofasgsh
-
new profile
command would be helpful tailf
only supportssyslog
(e.g.,tailf maillog
would be useful, ortailf all
)-
sq
doesn't work on rostam sometimes - need an easy command to check "is it running"
- need
inspect run.properties
-
resend results
would be a nice wrapper around the the "upload" script used with opendap servers -
work
andscratch
directories in new profile not the same asasgs-default
(KMB) (@wwlwpd: we can resolve this by making profiles generally more "portable" wrt$SCRIPTDIR
,$WORK
, and$SCRATCH
_these should be hard coded in./asgsh
and not part of the exported variables; also if possible should be saved in profiles using their shell variable form (e.g., literal$SCRIPTDIR
, etc)) -
update-asgs
method of passing args toasgs-brew
is counter intuitive - see #1128