Skip to content
This repository has been archived by the owner on Feb 11, 2018. It is now read-only.

Latest commit

 

History

History
45 lines (36 loc) · 1.29 KB

README.md

File metadata and controls

45 lines (36 loc) · 1.29 KB

nautilus-snapper-extension

Extension for Nautilus, makes it easy to open old versions

#Dependencies nautilus-python and python2

#Install Archlinux

MAKEPKG

yaourt nautilus-snapper-extension-git
killall nautilus

Others

Copy nautilus-snapper-extension.py into ~/.local/share/nautilus-python/extensions
and killall nautilus

#Usage Make sure your user has access to the .snapshots folders.
Right click on file, open properties.
If one or more snapshots exists a new tab Snapper will appear.
Double click on the version you want to open.
It will open the file with xdg-open

#Info The list in the Snapper-tab gets filtered by the
last modification date of the file/snapshot.
It wont show multiple results for the same modification date.
It also wont show the actual state.

#Todo

  • Display the age of the file in min/hours/days.
  • Display the description snapper list somehow.
  • Ability to simply diff (context-menu ?).
  • Message or something when access to .snapshots is denied.

#Bugs xdg-open wont ask for which application to use for unknow file extensions..