[OT] Is this a feature is any Linux terminal?

Nick Sabalausky (Abscissa) SeeWebsiteToContactMe at semitwist.com
Mon Oct 15 06:12:56 UTC 2018


On 10/15/18 2:00 AM, Nick Sabalausky (Abscissa) wrote:
> Unfortunately, Tilix doesn't appear to support using envvars from the 
> current terminal in the custom command above (if that would even be 
> possible), so I'll have to manually change SESSION_NAME_HERE to my 
> KDevelop session name once per session. (Or always use "curr" or 
> something for whatever session I'm currently working in.)

Ooohh, oohh!!! I can just use a file instead of an envvar:

kdevelop -s `cat ~/.kdev-sess` $1:$2

$ echo name-of-desired-kdevelop-session > ~/.kdev-sess
(Or better yet, wrap that in a trivial script.)


More information about the Digitalmars-d mailing list