diff --git a/papis-marvin b/papis-marvin index e9b248a..1ddb00c 100755 --- a/papis-marvin +++ b/papis-marvin @@ -145,7 +145,7 @@ def write_to_files(notes: Dict): logger.info(f"Added {num_added} entries to it.") -strip_pattern = re.compile(r"([^\s\w]|_)+") +strip_pattern = re.compile(r"([^\s\w]|_)+\w*") def strip_string(title) -> str: