Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinlebrun/pocket-triage
A simple way to clean up your Pocket links in close to no time.
https://github.com/kevinlebrun/pocket-triage
Last synced: 14 days ago
JSON representation
A simple way to clean up your Pocket links in close to no time.
- Host: GitHub
- URL: https://github.com/kevinlebrun/pocket-triage
- Owner: kevinlebrun
- License: mit
- Created: 2016-06-21T11:49:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T02:28:32.000Z (over 1 year ago)
- Last Synced: 2024-08-01T16:56:12.492Z (3 months ago)
- Language: TypeScript
- Size: 6.38 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pocket Triage
A simple way to clean up your Pocket links in close to no time.
## Usage
Build binary:
$ npm install
$ npx parcel build index.html
$ go build *.go
$ ./serverThen open your browser to `http://localhost:8080`.
Use `j` and `k` to select an article. Press the space key to whitelist the selected article. Press the return key or `Next` to go to the next page.
Note: Articles are deleted from `Pocket` at the end of each pages. The operation is irreversible.
## Test
$ go run *.go --dry-run --live
$ npm run startThen open your browser to `http://localhost:8080`.
Run test using `jest`:
$ npx jest
Format code before pushing:
$ npx prettier --write
## License
The MIT license