Did you check existing requests?
Describe the feature
Would be great to have a require"resession".has(vim.fn.getcwd(), {dir = "dirsession"}) api for checking if a session named vim.fn.getcwd() exists. The list() is great, but the session name has replaced path separator and : by _, so there is nothing meaningful to do with list.
Alternatively, the function get_session_file could be exposed as public api.
Provide background
I am trying to check if session exists before loading it.
What is the significance of this feature?
nice to have
Additional details
No response
Did you check existing requests?
Describe the feature
Would be great to have a
require"resession".has(vim.fn.getcwd(), {dir = "dirsession"})api for checking if a session namedvim.fn.getcwd()exists. Thelist()is great, but the session name has replaced path separator and:by_, so there is nothing meaningful to do with list.Alternatively, the function
get_session_filecould be exposed as public api.Provide background
I am trying to check if session exists before loading it.
What is the significance of this feature?
nice to have
Additional details
No response