https://github.com/lujun9972/verify-url
a little tool that used to find out invalid urls in the buffer or region
https://github.com/lujun9972/verify-url
Last synced: 6 months ago
JSON representation
a little tool that used to find out invalid urls in the buffer or region
- Host: GitHub
- URL: https://github.com/lujun9972/verify-url
- Owner: lujun9972
- Created: 2015-12-21T15:40:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T12:29:08.000Z (about 10 years ago)
- Last Synced: 2025-04-04T03:26:38.908Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: README
#+AUTHOR: lujun9972
#+CATEGORY: verify-url
#+DATE: [2015-12-24 四 22:04]
#+OPTIONS: ^:{}
* What is verify-url
verify-url is a little tool that used to find out invalid urls in the buffer or region
* Usage
Execute the command =verify-url=, it will mark invalid urls in the buffer with =verify-url/invalid-url-face=
If there is a active region, it will mark invalid urls in the region with =verify-url/invalid-url-face=
After executed =verify-url= command, you can use command =verify-url/next-invalid-url= to goto next invalid-url.
or command =verify-url/previous-invalid-url= to goto previous invalid-url.