Commit graph

  • c0d9263ba2
    Update README to explain forked status of this repo master Badri Sunderarajan 2024-10-25 14:33:20 +0530
  • de07dd3d40
    Update config call for newer versions of ConfigParser Badri Sunderarajan 2024-10-25 13:16:17 +0530
  • f0f1e800ae
    Upgrade dependencies to latest versions Badri Sunderarajan 2024-10-25 13:14:20 +0530
  • 9d94cace8e 0.1.6 Rakan Alhneiti 2017-05-06 16:23:40 +0200
  • 407bff7fa0 Show a link to obtain access token; resolves #13 This commit adds printing access token link to provide ability to copy & visit it manually to obtain an access token, as a fallback Kristobal 2017-05-06 16:34:26 +0300
  • 32236b3cde Merge pull request #12 from rakanalh/update-pocket-api Rakan Alhneiti 2016-09-30 07:54:29 +0200
  • 8c7f7049c4 Update version Rakan Alhneiti 2016-09-30 07:54:15 +0200
  • 12143d4e23 Fix pocket object initialization for config step Rakan Alhneiti 2016-09-25 01:11:57 +0200
  • 4a7784e9d1 Merge pull request #9 from DavidWittman/readme-add-config Rakan Alhneiti 2016-08-17 00:35:08 +0200
  • 4eba737f72 Add Configuration section to README David Wittman 2016-08-16 16:11:32 -0500
  • 9a94a1c33a Update README.md Rakan Alhneiti 2016-03-07 14:16:30 +0100
  • 4c61552238 v0.1.4 Rakan Alhneiti 2016-02-20 15:56:11 +0100
  • 8749a678fa Futher fixes to #7 and #5 Rakan Alhneiti 2016-02-20 15:55:26 +0100
  • 4d15ee18b8 Fix missing keys in response. Fixes #5 Rakan Alhneiti 2016-02-20 15:22:59 +0100
  • ad048e2602 Added --version flag and provided detailed prompts to reading time and sort fields. Fixes #7 Rakan Alhneiti 2016-02-20 15:22:13 +0100
  • d534d343a7 v0.1.3 Rakan Alhneiti 2016-02-19 20:30:23 +0100
  • e9c30f46d5 Merge pull request #4 from rakanalh/float_div Rakan Alhneiti 2016-02-19 20:29:46 +0100
  • 1401fba2f6 Add -h short for help. Fixes #3 Rakan Alhneiti 2016-02-19 19:57:36 +0100
  • 14a3522c43 Unify float division and conversion to integer values before writing to file. Fixes #2 Rakan Alhneiti 2016-02-19 19:52:52 +0100
  • 953e8a8af1 New version, Py2/3 compatibility Rakan Alhneiti 2016-02-17 23:17:30 +0100
  • 5902af13bd Merge pull request #1 from rakanalh/python2-backport Rakan Alhneiti 2016-02-17 23:15:38 +0100
  • 0364f89103 Python 2/3 compatibility Rakan Alhneiti 2016-02-17 23:15:14 +0100
  • 3439ae513e Fix less encoding issue Rakan Alhneiti 2016-02-17 23:14:14 +0100
  • 060c2564d3 Fix Py2/Py3 encoding issues Rakan Alhneiti 2016-02-17 23:09:50 +0100
  • f460cb4d6f Handle language diffs for imports & exception handling Rakan Alhneiti 2016-02-17 20:53:54 +0100
  • cb8d65d8c0 Handle different encodings, use six Rakan Alhneiti 2016-02-17 20:53:16 +0100
  • 70558caa32 Get terminal size compatibility Rakan Alhneiti 2016-02-17 20:52:48 +0100
  • 1915cdb146 Added note for python3 Rakan Alhneiti 2016-02-16 21:40:11 +0100
  • 184a95bc7e Added progress to requirements Rakan Alhneiti 2016-02-16 21:38:37 +0100
  • 42c5502022 Improve readme, prepare setup.py for first release Rakan Alhneiti 2016-02-16 21:33:13 +0100
  • e3052460d7 Change config & storage filenames Rakan Alhneiti 2016-02-16 20:56:10 +0100
  • 8a0d7ad080 Added search Rakan Alhneiti 2016-02-16 18:48:22 +0100
  • b439150973 Added a configuration param for choosing the sort field Rakan Alhneiti 2016-02-15 21:28:18 +0100
  • 6b8b90da0d A more structured exception handling Rakan Alhneiti 2016-02-15 20:53:33 +0100
  • a91f0939f6 Clear everything on configure, check exception and display error message accordingly Rakan Alhneiti 2016-02-15 17:20:18 +0100
  • 09ccd3ba95 Fix no section error when configuring app Rakan Alhneiti 2016-02-15 17:02:57 +0100
  • 1d9f507956 Added ability to configure the application only by supplying the consumer key and reading speed Rakan Alhneiti 2016-02-15 00:40:25 +0100
  • 25a8016671 Added two new commands, add article and archive Rakan Alhneiti 2016-02-14 23:37:51 +0100
  • 70ba4dfc3b Giving the project a better package structure Rakan Alhneiti 2016-02-14 23:05:08 +0100
  • f4ce674163 Added README Rakan Alhneiti 2016-02-11 20:23:50 +0100
  • 5e6211cd3d The CLI interface is simple and smaller, it passes it's params through to PocketApp Rakan Alhneiti 2016-02-11 20:22:43 +0100
  • a74800837f Added some files to ignore Rakan Alhneiti 2016-02-11 20:22:19 +0100
  • 65aee526b7 Added a utility print article function Rakan Alhneiti 2016-02-11 20:22:05 +0100
  • d26d561e80 Refactored some codes into modules Rakan Alhneiti 2016-02-11 20:21:50 +0100
  • 2ec1f49880 Merge branch 'master' of github.com:rakanalh/pocket-cli Rakan Alhneiti 2016-02-10 20:47:34 +0100
  • 581ebff1d9 Initial commit Rakan Alhneiti 2016-02-10 20:47:10 +0100
  • 5eae0aa914 initial version Rakan Alhneiti 2016-02-10 20:46:01 +0100