Urlscan Versions Save

Mutt and terminal url selector (similar to urlview)

1.0.2

4 weeks ago
  • Add flake.nix to the project
  • docs: add build badge
  • feat: add Github Actions build
  • Correct escaped pipe character in urlscan.1
  • license: use GPL-2.0-or-later (as GPL-2.0 is deprecated spdx id)
  • fix: patch invalid escape sequence in regex argument help text to support py3.12
  • read me update - neomutt term color compatability
  • Fix for newer urwid versions

1.0.1

10 months ago
  • Add man page to package

1.0.0

11 months ago
  • Fix search with -c flag. Fixes #131.
  • Add support for IPv6 URLs. Closes #127
  • Mark items in url queue with a *
  • Add version flag
  • Update to pyproject.toml/hatch for builds

0.9.10

1 year ago
  • Add "*" to allowed URL characters. Fix #125
  • Strip whitespace from URLs. Fixes #124
  • Redo redirection of sterr/stdout. Fix #122

0.9.9

2 years ago
  • Bugfix in f-string
  • Updated setup.py after tagging previous version

0.9.8

2 years ago
  • Update TLD list
  • Merge branch 'multi-select' into develop
  • Fix #118, crash on navigating to non-existant line
  • Pylint fixes
  • Move to subprocess run instead of call and Popen
  • Switch to f-strings

0.9.7

2 years ago
  • User-option -W --whitespace-off: remove blank lines and ellipses
  • Update documentation for feature --whitespace-off
  • Correct regex example in urlscan.1
  • Sort and align docstrings
  • Merge branch 'palette' into develop
  • Fix for https://github.com/firecat53/urlscan/issues/115
  • Revert "Hopefully fix #105. Escapes every "&" in the URL". Fixes #107
  • Update packaging and setup to current best practices

0.9.6

3 years ago
  • Python 3.6+ required
  • Convert to newer email.message.EmailMessage format for processing. Closes #98
  • Hopefully fix #105. Escapes every "&" in the URL
  • Attempt --run-safe implementation
  • Fixes #106
  • Scan a selection of email headers for URLs. Closes #97.
  • Add option for custom regex. Closes #79.
  • Allow $ as an acceptable trailing character
  • Fix urwid reverse error. Thanks to @pavoljuhas. Closes #99

0.9.5

3 years ago
  • Change shebang to specifically call python3
  • Add --width flag to change displayed width. Closes #92.
  • Update tlds and copyright dates
  • Remove workaround for fixed python webbrowser bug (#94)
  • Add -R option to reverse URL/context output. Closes #90
  • Add --single option to quit after opening/copying first link. Closes #95
  • Support wl-clipboard. Resolve #88.

0.9.4

4 years ago
  • Remove Python 2 compatibility