chatgpt-shell icon indicating copy to clipboard operation
chatgpt-shell copied to clipboard

[minor] Is it possible re-export the `shell-maker-transcript-default-path` too?

Open ccqpein opened this issue 1 year ago • 2 comments

It looks like chatgpt-shell is using the shell-maker-save/restore-session-transcript functions and it checks the shell-maker-transcript-default-path. Could we export this setting to chatgpt-shell so that I can customize the path through configuration?

P.S.: Since chatgpt-shell requires shell-maker, I can define the setting in shell-maker. If you think it's unnecessary, that's fine with me too.

ccqpein avatar Jun 20 '24 15:06 ccqpein

(setq shell-maker-transcript-default-path "~/My/favourite/path") should work for any shell depending on shell-maker. Does it work for you in chatgpt-shell?

I've been slowly moving chatgpt-shell things into shell-maker, though I need to figure out what's the best strategy to expose shell-maker settings to its clients also.

xenodium avatar Jun 20 '24 18:06 xenodium

Yes, that’s what I do for now. Just would be more clear if the shell-maker-transcript-default-path has its own alias in chatgpt-shell.

ccqpein avatar Jun 20 '24 19:06 ccqpein

Just minor suggestion. no need to change.

ccqpein avatar Aug 17 '24 02:08 ccqpein