Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t9md/atom-recent-finder
Open recently used file with fizzyfinder.
https://github.com/t9md/atom-recent-finder
atom
Last synced: 9 days ago
JSON representation
Open recently used file with fizzyfinder.
- Host: GitHub
- URL: https://github.com/t9md/atom-recent-finder
- Owner: t9md
- License: mit
- Created: 2015-05-03T15:59:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T02:31:28.000Z (over 7 years ago)
- Last Synced: 2024-10-29T18:24:54.611Z (about 2 months ago)
- Topics: atom
- Language: CoffeeScript
- Homepage: https://atom.io/packages/recent-finder
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# recent-finder [![Build Status](https://travis-ci.org/t9md/atom-recent-finder.svg?branch=master)](https://travis-ci.org/t9md/atom-recent-finder)
Open recent file with fuzzy-finder.
![gif](https://raw.githubusercontent.com/t9md/t9md/27c7505aab5668880e8d1c11ec3a1864cc0555ba/img/atom-recent-finder.gif)
# Configuration
No default keymap.
You need to configure keymap in you `keymap.cson`.e.g.
```coffeescript
# Since both `cmd-p` and `cmd-t` are mapped to
# `fuzzy-finder:toggle-file-finder` by default.
# I use `cmd-p` for this.
'atom-workspace:not([mini])':
'cmd-p': 'recent-finder:toggle'
```# Commands
- `recent-finder:toggle`: Toggle recent-finder
- `recent-finder:clear`: Clear history