🧠 New Open-Source Tool: git-recently

Ever worked on a big project and found yourself editing tons of files — then later couldn’t remember which ones you touched? 😅

This little tool solves that.

Introducing git-recently, a lightweight and lightning-fast command-line tool that instantly lists your most recently modified unstaged or untracked files — cleanly sorted by time, newest first ⚡

Just run it inside any Git project:

```

git recent

```

⚡ What it does:

  • Lists your latest unstaged & untracked files

  • Sorts them by modification time (newest first)

  • Displays results in a clean, colorized output format

  • Works everywhere: Linux, macOS, WSL, and Git Bash

🧩 Install in one line:

```

curl -fsSL [https://raw.githubusercontent.com/barhouum7/git-recently/master/insta…

Similar Posts

Loading similar posts...