Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpco/AlfredWorkflow-Recent-Documents
Quickly open recent documents and apps / 快捷打开最近访问的文档或应用
https://github.com/mpco/AlfredWorkflow-Recent-Documents
alfred3 alfred3-workflow macos recent-files
Last synced: about 2 months ago
JSON representation
Quickly open recent documents and apps / 快捷打开最近访问的文档或应用
- Host: GitHub
- URL: https://github.com/mpco/AlfredWorkflow-Recent-Documents
- Owner: mpco
- License: mit
- Created: 2018-09-04T02:40:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T05:26:51.000Z (4 months ago)
- Last Synced: 2024-08-13T06:38:11.941Z (4 months ago)
- Topics: alfred3, alfred3-workflow, macos, recent-files
- Language: Python
- Homepage:
- Size: 235 KB
- Stars: 352
- Watchers: 9
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - AlfredWorkflow-Recent-Documents
README
Recent Documents / Apps
Quickly access recent documents and apps.
中文说明 •
Download •
How To Use •
Configuration**Sorry, no more updates as I no longer use a Mac computer and the installation of macOS virtual machine failed.**
## How to Use
You can press `Enter` to open the file in result, or press `⌘CMD-Enter` to reveal it in Finder.
### Tap `rr` to list files opened recently by the foremost app.
For example:
- Recent folders will be listed when Finder is foremost.
- Recent rtf, text files will be listed when TextEdit app is foremost.
- Recent *.sketch files will be listed when Sketch app is foremost.
- Recent *.xcodeproj project files will be listed when Xcode app is foremost.The subtitle of each result consists of **⏱modified time** and **📡path** of the file.
![rr](https://user-images.githubusercontent.com/3690653/45074732-2fda4d00-b117-11e8-87a2-55684819f826.png)
### Tap `rf` to list recent folders.
Opening recent folders is very common in use. Tapping `rf` is a more efficient way, even though you can activate Finder and then tap `rr`.
![rf](https://user-images.githubusercontent.com/3690653/45074731-2fda4d00-b117-11e8-8d66-27e9d456fb53.png)
### Tap `rd` to list recent files.
These files were recently opened by user, not like `rr` which is just for the foremost app.
![rd](https://user-images.githubusercontent.com/3690653/45074730-2f41b680-b117-11e8-8234-fd377533f396.png)
### Tap `ra` to list apps opened recently.
![ra](https://user-images.githubusercontent.com/3690653/45076634-7a5ec800-b11d-11e8-9e1c-f16ac17875fb.png)
## Configuration
**Exclude files and folders from the results.**
You can add private folder paths separated by colon `:` to the workflow environment variable `ExcludedFolders`. The results will not show private folders and any files inside them. The environment variable `ExcludedFiles` is used to block files and folders themselves.
For example: `~/privateFolder1/:/Users/G/privateFolder2/`
### Optional Setup
1. Adjust keywords `rr、rf、rd、ra` as you like.
2. Open `System Preferences - General`, change the number of `Recent items` to 15 or more.## Donation
Feel free to donate by Wechat if this workflow is helpful.
![Wechat Reward Code](https://user-images.githubusercontent.com/3690653/45010129-68f2be80-b03e-11e8-825f-cea7b3853342.JPG)
## Dependencies:
* macMRU-Parser: https://github.com/mac4n6/macMRU-Parser
* ccl_bplist.py: https://github.com/cclgroupltd/ccl-bplist
* mac\_alias: https://pypi.python.org/pypi/mac_alias