Commit Graph

115 Commits

Author SHA1 Message Date
dependabot[bot]
d0103f0733 Bump beautifulsoup4 from 4.9.3 to 4.10.0 (#107)
Bumps [beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/bs4/) from 4.9.3 to 4.10.0.

---
updated-dependencies:
- dependency-name: beautifulsoup4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave G <davegallant@gmail.com>
2021-09-20 16:54:32 -04:00
dependabot[bot]
46af76750e Bump pytest from 6.2.4 to 6.2.5 (#106)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 to 6.2.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.4...6.2.5)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-20 16:53:47 -04:00
dependabot[bot]
8a9e84a30a Bump rope from 0.19.0 to 0.20.1 (#109)
Bumps [rope](https://github.com/python-rope/rope) from 0.19.0 to 0.20.1.
- [Release notes](https://github.com/python-rope/rope/releases)
- [Changelog](https://github.com/python-rope/rope/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-rope/rope/commits)

---
updated-dependencies:
- dependency-name: rope
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-20 16:53:16 -04:00
DG
062baa7707 Update README.md (#104) 2021-08-10 00:00:02 -04:00
DG
31ed869d05 Add brew/pipx instructions (#103)
* Add easier ways to install
2021-08-09 23:54:07 -04:00
dependabot[bot]
eb349c0ff9 Bump pylint from 2.9.5 to 2.9.6 (#102)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.9.5 to 2.9.6.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.9.5...v2.9.6)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-29 09:19:13 -04:00
dependabot[bot]
f4afe538e5 Bump pylint from 2.9.3 to 2.9.5 (#101)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.9.3 to 2.9.5.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.9.3...v2.9.5)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-21 09:40:56 -04:00
dependabot[bot]
0cb97f56e7 Bump requests from 2.25.1 to 2.26.0 (#100)
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.26.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.26.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-14 08:51:47 -04:00
dependabot[bot]
460ea6eef0 Bump click from 7.1.2 to 8.0.1 (#95)
* Bump click from 7.1.2 to 8.0.1

Bumps [click](https://github.com/pallets/click) from 7.1.2 to 8.0.1.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/7.1.2...8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Get version using importlib.metdata

* Conditionally import metadata

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Gallant <dave.gallant@rewind.io>
v0.7.2
2021-07-11 09:27:36 -04:00
dependabot[bot]
f73fdc71b6 Bump pylint from 2.9.2 to 2.9.3 (#99)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.9.2 to 2.9.3.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.9.2...v2.9.3)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-02 09:27:06 -04:00
dependabot[bot]
398cb19161 Bump pylint from 2.9.0 to 2.9.2 (#98)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.9.0 to 2.9.2.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.9.0...v2.9.2)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 09:54:53 -04:00
dependabot[bot]
1c28c9875e Bump pylint from 2.8.3 to 2.9.0 (#97)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.8.3 to 2.9.0.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.8.3...v2.9.0)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-30 11:16:58 -04:00
dependabot[bot]
027e79739e Bump pylint from 2.8.2 to 2.8.3 (#96)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.8.2...v2.8.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-01 08:48:45 -04:00
dependabot[bot]
2d98bc54f6 Bump pytest from 6.2.3 to 6.2.4 (#93)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.3...6.2.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-05 07:40:24 -04:00
Dave Gallant
11837addf1 Add poetry script as a replacement for console_scripts (#92)
After switching to poetry, the console script `rfd` was removed meaning the `rfd` command did not work.

This fixes the issue by using [poetry scripts](https://python-poetry.org/docs/pyproject/#scripts).
v0.7.1
2021-05-03 18:22:02 -04:00
Dave Gallant
185700447e Update README.md 2021-05-02 17:36:00 -04:00
Dave Gallant
ae91f7e419 Update README.md 2021-05-02 11:10:33 -04:00
Dave Gallant
9ecc413eb0 Update README.md 2021-05-02 11:09:05 -04:00
Dave Gallant
6a4242434f Update README.md 2021-05-02 11:08:23 -04:00
Dave Gallant
9ed51cff10 Remove setup.py v0.7.0 2021-05-02 10:29:53 -04:00
Dave Gallant
4eb3be6016 Update MANIFEST.in 2021-05-02 10:17:40 -04:00
Dave Gallant
740312ee42 Add PyPI publish action (#91)
* Add PyPI publish action

* Use poetry

* Bump version to 0.7.0
2021-05-02 10:16:34 -04:00
Dave Gallant
737ed13220 Update README.md 2021-05-02 08:48:31 -04:00
Dave Gallant
83a0cf440d Add ToC to README (#90) 2021-05-02 08:45:59 -04:00
Dave Gallant
5e74e488a7 Update README.md 2021-05-02 08:35:19 -04:00
Dave Gallant
196246076f Update dependabot.yml 2021-05-01 19:33:30 -04:00
dependabot[bot]
4c52180f84 Update soupsieve requirement from <=2.0 to <3.0 (#87)
Updates the requirements on [soupsieve](https://github.com/facelessuser/soupsieve) to permit the latest version.
- [Release notes](https://github.com/facelessuser/soupsieve/releases)
- [Commits](https://github.com/facelessuser/soupsieve/compare/0.4.0...2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-01 13:14:34 -04:00
dependabot[bot]
51e29c60d6 Update beautifulsoup4 requirement from <=4.8.2 to <4.9.4 (#88)
Updates the requirements on [beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-01 13:14:15 -04:00
Dave Gallant
393c2d77d8 Update README.md 2021-05-01 13:13:29 -04:00
Dave Gallant
12b12c5914 Run tests in GitHub Actions instead of Travis-CI (#89)
* Replace travis-ci with Actions

* Update README.md

* Add stdout to assertion failure
2021-05-01 13:07:55 -04:00
Dave Gallant
85466249de Update README.md 2021-04-30 09:23:25 -04:00
dependabot-preview[bot]
9406a151da Bump rope from 0.18.0 to 0.19.0 (#85)
Bumps [rope](https://github.com/python-rope/rope) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/python-rope/rope/releases)
- [Commits](https://github.com/python-rope/rope/compare/0.18.0...0.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-30 09:14:59 -04:00
dependabot-preview[bot]
c80d1ce867 Upgrade to GitHub-native Dependabot (#86)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-29 09:40:11 -04:00
Dave Gallant
262be6e416 Update LICENSE 2021-04-04 10:35:19 -04:00
dependabot-preview[bot]
8a778980e0 Bump rope from 0.16.0 to 0.18.0 (#84)
Bumps [rope](https://github.com/python-rope/rope) from 0.16.0 to 0.18.0.
- [Release notes](https://github.com/python-rope/rope/releases)
- [Commits](https://github.com/python-rope/rope/compare/0.16.0...0.18.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-18 21:22:13 -04:00
Dave Gallant
258ca59bdf Bump to 0.6.0 (#82) v0.6.0 2020-08-16 19:34:09 -04:00
Dave Gallant
e433a954cd Update README.md (#81) 2020-08-16 16:36:33 -04:00
Dave Gallant
b30a3c5b66 Set default of threads command to 1 page and 40 threads (#80)
* Set default of threads command to 1 page and 40 threads

* Echo posts in a pager
2020-08-16 15:07:48 -04:00
Dave Gallant
cfd7e01e43 Add integration tests (#79)
Adds integration tests in pytest to detect breaking changes.
2020-08-15 20:55:10 -04:00
Dave Gallant
f664cbd9c6 Add download count to README.md 2020-08-03 19:13:46 -04:00
Dave Gallant
ee6939aafe feat: change output to echo via pager v0.5.0 2020-08-03 15:48:39 -04:00
Dave Gallant
ad4a072325 Simplify sort-by 'total_views' -> 'views' (#76) v0.4.1 2020-08-02 21:42:53 -04:00
Dave Gallant
20089bc699 Add --sort-by flag to threads sub-command (#75)
* Add --sort-by flag to threads sub-command

* Add some sanity test commands to tox
v0.4.0
2020-08-02 19:30:04 -04:00
Dave Gallant
83d583d2b0 Make a display thread function for re-use (#74) v0.3.6 2020-07-15 21:48:58 -04:00
Dave Gallant
2c65d29262 Add python3.8 and python3.9-dev to travis-ci (#73)
* Add python38 to travis

* Add python39-dev
2020-07-04 17:29:17 -04:00
Dave Gallant
a5d1bb197d Create codeql-analysis.yml (#71)
* Create codeql-analysis.yml

* Update .github/PULL_REQUEST_TEMPLATE.md
2020-07-01 18:54:52 -04:00
Dave Gallant
dbcdc01457 Cleanup CLI interface and allow for regular expressions in search (#68)
* Cleanup CLI interface and allow for regular expressions in search

* Put a cap on beautifulsoup4
v0.3.5
2020-06-28 23:48:20 -04:00
Dave Gallant
da707a2682 Merge pull request #62 from davegallant/davegallant-new-screenshot
Update README.md
2020-03-13 21:19:56 -04:00
Dave Gallant
96f0d64b4f Update README.md 2020-03-13 21:16:33 -04:00
dependabot-preview[bot]
325c5c317d Bump rope from 0.14.0 to 0.16.0 (#56)
Bumps [rope](https://github.com/python-rope/rope) from 0.14.0 to 0.16.0.
- [Release notes](https://github.com/python-rope/rope/releases)
- [Commits](https://github.com/python-rope/rope/compare/0.14.0...0.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 09:25:31 -05:00