Metadata-Version: 2.1
Name: gnome-recent-files-cleaner
Version: 0.1.0
Summary: Cleans your recent files from anything that is hidden or located within a hidden directory.
Home-page: https://github.com/joka42/recent-files-cleaner
Author: Jonas Kalinka
Author-email: jonas.kalinka@web.de
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/joka42/recent-files-cleaner/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: watchdog

# recent-files-cleaner for GNOME Desktop

Script to clean your recent files used from files that are either hidden or are located in a hidden folder. If you keep it running, it will also prevent those files from being added in the first place. This keeps your history clean for your normal usage, without listing config files that you manipulated or, a "homework"-directory containing content that shall not be listed under recent files.


## How to use

create python environment

    python3 -m venv venv
    . venv/bin/activate
    python3 -m pip install gnome-recent-files-cleaner

run using 

    python -m gnome_recent_files_cleaner.grfc


