• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Recent Files Indicator – An Easy To Find Recently Used Files

Recent Files Indicator – An Easy To Find Recently Used Files

By Sourabh / March 9, 2017 Category: How To, Ubuntu

How to find recently used files in Linux Ubuntu using ‘Recent Files Indicator Applet’. Install Recent Files Indicator in Ubuntu to find files that are used most recently. By default, the app shows the list of recently used 10 files.

Install Recent Files Indicator

Please note that you will need Python for the app to work. If not installed, run the command given below to install Python:

sudo apt-get install python3-gi

Now follow the steps given below to install Recent Files Indicator:

  1. Download this Python script and save it your home folder
  2. Download this icon to the home folder and rename it to ‘recent.png’
  3. Now run the following commands in Terminal to run the script. You will then see an Indicator in the panel bar.
    python3 ~/recused.py

If you want to add the script to Startup Applications, add the following line in the command field of the startup applications:

/bin/bash -c "sleep 15 && python3 ~/recused.py"

By default the indicator shows only the 10 recently used files. You can change this to any number of file. To do so, open the recused.py script and in the head section of the script, set the number of items to show:

# --- set the number of recently used files to appear below
n = 20
# ---

Please Note

  • Due to a bug in the recently-used.xbelfile, sometimes a file is mentioned twice; once with, and once without extension. I solved that by filtering the latter out. The consequence is that files without extension won’t appear in the list. If that is an issue, let me know, we can try to find another fix in that case.
  • If a file does not exist (anymore), the indicator simply (obviously) does not open the file. Most likely, I will polish the script a bit more to filter out those outdated entries from the recently-used.xbel file.

Tags: Find Directory In Linux, Find Directory In Ubuntu, Find Files In Linux, Find Files In Ubuntu, How to Find Directory In Linux, How to Find Directory In Ubuntu, How to Find Files In Linux, How to Find Files In Ubuntu, How To Find Recetly Used Files In Linux, How To Find Recetly Used Files In Ubuntu, Install Recent Files Indicator, Linux Find Files, Linux Find Recetly Used Files, Linux How To Find Recetly Used Files, Linux Recent Files Indicator, Recent Files Indicator, Recent Files Indicator Applet, Recent Files Indicator Linux, Recent Files Indicator Ubuntu, Ubuntu Find Directory By Name, Ubuntu Find File Command Line Recursive, Ubuntu Find File Containing Text, Ubuntu Find File Recursive, Ubuntu Find File Recursive Ubuntu Find Directory, Ubuntu Find File Wildcard, Ubuntu Find Files, Ubuntu Find Permission Denied, Ubuntu Find Recetly Used Files, Ubuntu How To Find Recetly Used Files, Ubuntu Locate, Ubuntu Recent Files Indicator

Primary Sidebar

Latest Posts

Clear History In Linux Terminal Permanently

How To Create Zip File In Ubuntu Terminal With Password

How To Check Difference Between Two Files In Linux Ubuntu

How To Check Kernel Installed Date In Linux Command Line

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap