]> git.0d.be Git - recent.git/blob - README
add a bonus to README file
[recent.git] / README
1 bin/recent
2 ----------
3
4 For quite some time the access to recent files has been put forward in GNOME,
5 it happened even more so in 3.6 with a "Recent Files" view in Files (née
6 Nautilus), that makes use of a new recent files backend in gvfs.
7
8 This is all very nice but my daily activities still involve a lot of command
9 line usage, and I didn't find any way to mark as recents the files I receive
10 via mutt, the text files I create in vim, the pictures I resize with
11 ImageMagick, etc. That always bothered me at the moment I wanted to access
12 those files, but then I just copied a copy of the file to a scratch directory I
13 had bookmarked, and went on with my work.
14
15 Until yesterday, as I finally decided to fix that, and quickly put together
16 recent, a command line utility that just puts the file it gets as argument in
17 the recent files list. It's very simple, uses GFile and GtkRecentManager, and
18 the code is located there: recent.c. It's so simple I guess many others wrote
19 something similar, but here you have, perhaps it will be useful.
20
21   -- Wednesday, October 3, 2012 11:21, https://www.0d.be/2012/10/03/recent/
22
23
24 Bonus
25 ~~~~~
26
27 recent $(git format-patch HEAD^)