Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thirschbuechler/ubuntu-recentquicklists
This script adds recent files to the right-click on the unity-dash's launchers (taskbar program icons)
https://github.com/thirschbuechler/ubuntu-recentquicklists
Last synced: 6 days ago
JSON representation
This script adds recent files to the right-click on the unity-dash's launchers (taskbar program icons)
- Host: GitHub
- URL: https://github.com/thirschbuechler/ubuntu-recentquicklists
- Owner: thirschbuechler
- License: mit
- Archived: true
- Created: 2016-02-10T21:38:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T17:18:42.000Z (over 6 years ago)
- Last Synced: 2024-08-01T20:47:41.832Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1.02 MB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ubuntu-recentquicklists
Finally, there is an automated recent-files quicklist script for Ubuntu, as Windows already has for quite some time.
It adds recent files (you can choose how many days old they might be) to the right-click on the unity-dash's launchers (locked-to-launcher-apps in taskbar) and allows to pin important files there permanently, as well.If you're on Ubuntu Gnome, i.e. 17.10 or higher there is no Unity-based Taskbar anymore to host this, but Maestroschan got you covered: https://github.com/Maestroschan/quicklists-gnome-shell-extension
![alt tag](urq-screenie.png)
Please mind that the Wiki only supports the latest release, masterbranch-changes are documented in Changelog.md.
Installation & Autorun:
see https://github.com/thirschbuechler/ubuntu-recentquicklists/wiki/Installation
(in short: download/clone anywhere, make ubuntu-recentquicklists.py and install.sh executable, run install.sh)Huge thanks to
https://forum.ubuntuusers.de/topic/libreoffice-unity-dynamische-quicklist/ (german post), which provided the framework to expand the functionality from being limited to libreoffice to serve all applications.
Also, stackexchange (in particular stackoverflow) helped a lot.