Linux Mint is set to enhance the search capabilities of its Nemo file manager by introducing improved regex (regular expressions) filters. This feature will debut with the upcoming version of Nemo, likely released around the same time as Cinnamon 6.5 and bundled in Linux Mint 22.1 due out in the summer.
Currently, Nemo includes regex for searching file contents, but the new update expands this capability to file names. Users will benefit from a new regex toggle within the search editing area, allowing for more precise search queries. The update also incorporates expression validation, which will help users identify invalid regex inputs.
Regular expressions are widely recognized for their powerful search capabilities, especially in contexts involving text. While experienced Linux users may be familiar with regex, the average user attracted to Linux Mint’s user-friendliness may not need to learn it to conduct basic searches. However, regex can significantly enhance file retrieval, particularly when users wish to filter results more finely.
For example, someone looking for specific screenshots could use regex to search filenames that follow a particular format, such as "Screenshot-YYYYMMDD.png." By using a search string like Screenshot-2025040[1-8].png
, the user could quickly find only those files created from April 1 to April 8.
This new regex support in Nemo is not only beneficial for Linux Mint users but also enhances the file manager’s utility across different distributions. By making regex accessible for filename searches, Nemo is catering to both power users and novices, ensuring flexibility in file management.
For more information, you can visit the Linux Mint blog.