Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdnt/atom-recents
Atom Editor Package for viewing your recent projects on Atom's startup:
https://github.com/rdnt/atom-recents
apm atom editor github ide javascript module npm package recents
Last synced: 9 days ago
JSON representation
Atom Editor Package for viewing your recent projects on Atom's startup:
- Host: GitHub
- URL: https://github.com/rdnt/atom-recents
- Owner: rdnt
- License: mit
- Created: 2019-05-23T14:07:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T12:30:21.000Z (over 2 years ago)
- Last Synced: 2024-12-08T19:46:55.700Z (15 days ago)
- Topics: apm, atom, editor, github, ide, javascript, module, npm, package, recents
- Language: JavaScript
- Homepage: https://atom.io/packages/recents
- Size: 334 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Recents
### View your recent projects on Atom's startupAdds a pane to your editor showing you a scrollable list of your most recent projects. You can switch to a project by clicking on it.
Recents can be opened from the command palette's action `Recents: View`, from the menu bar by going to `Packages -> Recents -> View Recents`, or by using the `Alt-R` keyboard shortcut.
Recents will open by default on Atom's startup. This behavior can be toggled in the package's settings.Previews:
![Recents](https://raw.githubusercontent.com/SHT/atom-recents/master/assets/preview.png)
![Recents](https://raw.githubusercontent.com/SHT/atom-recents/master/assets/preview_light.png)## Contributing
You are free (and actively encouraged!) to contribute to this project by either implementing code, creating issues, reporting bugs, highlighting vulnerabilities, or proposing improvements.If you would like to submit code changes, fork the repository, implement your changes on the master branch and then submit a pull request. Click [here](https://gist.github.com/Chaser324/ce0505fbed06b947d962#doing-your-work) for a how-to guide.
In case you want to submit a bug report, please add as many details as possible regarding how the error occurred and include the steps needed to reproduce it, if that is possible. It will help a lot in debugging and implementing fixes.
## Changelogs
Changelogs for each and every release can be found [here](https://github.com/SHT/atom-recents/blob/master/CHANGELOG.md).## Copyright
Any reproductions of this package **must** include a link to this repository and the following copyright notice, along with the project's license.© 2019 Tasos Papalyras - All Rights Reserved