Skip to content

ajgateno/recents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

recents

Conveniently store and fetch recent files

Installation

cd
touch recents.txt
echo >> recents.txt
git clone [email protected]:ajgateno/recents.git
echo "alias recents=\"python3 ~/recents/recents.py\"" >> ~/.bashrc
source ~/.bashrc
cd -

Usage

recents [LINE_NUMBER]
  • Leaving out the line number prints all recents
  • Including a line number fetches that recent
  • Inputting an invalid line number should return an empty line

About

Conveniently store and fetch recent files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages