randy3k / radian

A 21 century R console
MIT License
1.96k stars 73 forks source link

Feature request: optionally create and use local history file if it does not exist #465

Closed uhkeller closed 5 months ago

uhkeller commented 5 months ago

Currently, radian uses a local (folder-specific) history file only if it already exists. I always want a local history file as it rarely makes sense to share the history across projects. So I always have to remember to create an empty history file before starting work on a new project. It would be much more convenient if there was an option radian.history_always_use_local or something similar, which, when set to TRUE would create the local history file in case it does not yet exist.

randy3k commented 5 months ago

I am on mobile now. There is an option to force using local history, try radian --help.

uhkeller commented 5 months ago

Oh sorry, I didn't look for a command line option. Thanks!