Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idnan/like-on-github
Chrome extension - Link a repository with the extension and automatically save the links to content you like
https://github.com/idnan/like-on-github
chrome-extension github productivity
Last synced: about 15 hours ago
JSON representation
Chrome extension - Link a repository with the extension and automatically save the links to content you like
- Host: GitHub
- URL: https://github.com/idnan/like-on-github
- Owner: Idnan
- License: mit
- Created: 2016-08-05T21:05:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T10:56:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T09:08:01.782Z (9 months ago)
- Topics: chrome-extension, github, productivity
- Language: JavaScript
- Homepage: https://goo.gl/3b5j8j
- Size: 250 KB
- Stars: 235
- Watchers: 15
- Forks: 36
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Like on GitHub
> Chrome extension to save links that you like on GitHub repository that you specifyIt makes it seem-less to create "today-i-read" repository where you put all the links that you read or liked. Just click a button and the link will be committed to your repository under the current date.
## Installation
- Install it from the chrome webstore by following the URL: https://goo.gl/Wj595G
- Or download the extension and [load it manually](http://superuser.com/questions/247651/how-does-one-install-an-extension-for-chrome-browser-from-the-local-file-system/247654#247654)## Setup
- First things first, create a repository to which you would want the links to the liked content be added
- Now add a file e.g. README.md. This is the file that will be holding your likes and you'll have to provide it while setting up the options in the step below.
- Right click the extension icon (thumb icon) in the bar and click the options page
- At the options page, add the specified details![Options Page](http://i.imgur.com/a8grypPr.png)
- Make sure to select the `repo` option while generating token.
![Generate Token Page](http://i.imgur.com/eDAJDazr.png)
- Voila! You are all set.
## How to Use
#### Press Cmd + Shift + L and a window will open where you can edit the link title and commit message. After verify the title/message click save and link will be saved in your GitHub repository.
![How to Use](http://i.imgur.com/hUC9ed8r.png)
#### Liked content will be there in your linked repository
![Liked Content](http://i.imgur.com/C050TKB.png)
## Contributions
Feel free to share, fork, enhance, create PRs or lock issues.
## License
MIT © [Adnan Ahmed](http://github.com/idnan)