From bf38c7f42c369959847b023d0801a59d472218ab Mon Sep 17 00:00:00 2001 From: Adolfo Perez Alvarez Date: Mon, 17 Jun 2024 12:03:26 +0200 Subject: [PATCH] Notify pwd change via osc escape codes The `osc` command is available in the `miscutils` project. --- j | 1 + jmod | 1 + 2 files changed, 2 insertions(+) diff --git a/j b/j index 6e2c4f0..b64f79b 100644 --- a/j +++ b/j @@ -11,4 +11,5 @@ function j fi fi 'cd' "$da" + osc pwd } diff --git a/jmod b/jmod index 5704fb4..c4fee33 100644 --- a/jmod +++ b/jmod @@ -23,4 +23,5 @@ function jmod else print ${names[0]} && cd ${dirs[0]} fi + osc pwd }